.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-4bc05b73-cbb8-4ebd-a814-976244f331a6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4bc05b73-cbb8-4ebd-a814-976244f331a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4bc05b73-cbb8-4ebd-a814-976244f331a6 {
  cursor: pointer;
}#s-4bc05b73-cbb8-4ebd-a814-976244f331a6.shg-box.shg-c {
  justify-content: center;
}

.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-cc249bb0-ec38-488f-8d4a-f255b4516ce1 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(112, 26, 99, 1);
}

#s-cc249bb0-ec38-488f-8d4a-f255b4516ce1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Assistant";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-cc249bb0-ec38-488f-8d4a-f255b4516ce1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Assistant";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-cc249bb0-ec38-488f-8d4a-f255b4516ce1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Assistant";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-2f1613f4-5a02-4919-9792-ab44aae89814 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-2f1613f4-5a02-4919-9792-ab44aae89814 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f1613f4-5a02-4919-9792-ab44aae89814 {
  cursor: pointer;
}#s-2f1613f4-5a02-4919-9792-ab44aae89814.shg-box.shg-c {
  justify-content: center;
}

#s-dbbb1ea0-5442-437f-bde8-3c2e83e47813 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-dbbb1ea0-5442-437f-bde8-3c2e83e47813"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbbb1ea0-5442-437f-bde8-3c2e83e47813"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dbbb1ea0-5442-437f-bde8-3c2e83e47813"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbbb1ea0-5442-437f-bde8-3c2e83e47813"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bad9799b-c33c-4f51-87fd-e56ae43b3a0f {
  min-height: 20px;
}








#s-bad9799b-c33c-4f51-87fd-e56ae43b3a0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bad9799b-c33c-4f51-87fd-e56ae43b3a0f.shg-box.shg-c {
  justify-content: center;
}

#s-f76b7f50-a425-44df-b7d8-5085a081f655 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f76b7f50-a425-44df-b7d8-5085a081f655 .shogun-heading-component h1 {
  color: rgba(214, 19, 19, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}



#s-2d46a4d7-f813-4067-aecd-25f6531c366f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d46a4d7-f813-4067-aecd-25f6531c366f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-2d46a4d7-f813-4067-aecd-25f6531c366f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  
}


}
#s-fdfee833-ef69-4fd0-8844-f1fd808642c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fdfee833-ef69-4fd0-8844-f1fd808642c8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-fdfee833-ef69-4fd0-8844-f1fd808642c8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-a3f1fa10-d5b3-4e92-818f-0c6a73537188 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(214, 19, 19, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a3f1fa10-d5b3-4e92-818f-0c6a73537188:hover {background-color: rgba(181, 22, 22, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a3f1fa10-d5b3-4e92-818f-0c6a73537188:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a3f1fa10-d5b3-4e92-818f-0c6a73537188 {
  margin-top: 8px;
}
}

  #s-a3f1fa10-d5b3-4e92-818f-0c6a73537188-root {
    text-align: center;
  }


#s-a3f1fa10-d5b3-4e92-818f-0c6a73537188.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a3f1fa10-d5b3-4e92-818f-0c6a73537188-root {
    text-align: center;
  }


#s-a3f1fa10-d5b3-4e92-818f-0c6a73537188.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3f1fa10-d5b3-4e92-818f-0c6a73537188-root {
    text-align: center;
  }


#s-a3f1fa10-d5b3-4e92-818f-0c6a73537188.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3f1fa10-d5b3-4e92-818f-0c6a73537188-root {
    text-align: center;
  }


#s-a3f1fa10-d5b3-4e92-818f-0c6a73537188.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a3f1fa10-d5b3-4e92-818f-0c6a73537188-root {
    text-align: center;
  }


#s-a3f1fa10-d5b3-4e92-818f-0c6a73537188.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1200px;
aspect-ratio: 1800/1200;
text-align: center;
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
  margin: 0 !important;
  overflow: visible;
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
  /* Add background color handling */
  
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image {
  box-sizing: border-box;
}



.s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container {
      position: relative;
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
  margin: 0 !important;
  overflow: visible;
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
  /* Add background color handling */
  
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image {
  box-sizing: border-box;
}



.s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container {
      position: relative;
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
  margin: 0 !important;
  overflow: visible;
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
  /* Add background color handling */
  
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image {
  box-sizing: border-box;
}



.s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container {
      position: relative;
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
  margin: 0 !important;
  overflow: visible;
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
  /* Add background color handling */
  
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image {
  box-sizing: border-box;
}



.s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container {
      position: relative;
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
  margin: 0 !important;
  overflow: visible;
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
  /* Add background color handling */
  
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f074fd69-8c8f-4053-a200-9abdb82b9d97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image {
  box-sizing: border-box;
}



.s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97 {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container {
      position: relative;
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f074fd69-8c8f-4053-a200-9abdb82b9d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-1c345666-2da3-4bf3-add8-85a7302e8166 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-1c345666-2da3-4bf3-add8-85a7302e8166 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c345666-2da3-4bf3-add8-85a7302e8166 {
  cursor: pointer;
}#s-1c345666-2da3-4bf3-add8-85a7302e8166.shg-box.shg-c {
  justify-content: center;
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 3107px;
aspect-ratio: 3000/744;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  display: none;
}
#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039, #wrap-s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039, #wrap-content-s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 { display: none !important; }}@media (max-width: 767px){#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  display: none;
}
#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039, #wrap-s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039, #wrap-content-s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 { display: none !important; }}
#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  margin: 0 !important;
  overflow: visible;
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
  /* Add background color handling */
  
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shg-image-content-wrapper {
      aspect-ratio: 3000/744;
      min-width: 100%;
      height: auto;
    }

    #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shogun-image-link {
      aspect-ratio: 3000/744;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3107px;
  }



  img.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image {
    
    
    
    max-height: 3107px;
  }


.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image {
  box-sizing: border-box;
}



.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
      --shg-aspect-ratio: calc(3000/744); 
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container {
      position: relative;
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3107px;
    }
  }

@media (min-width: 1200px){#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  margin: 0 !important;
  overflow: visible;
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
  /* Add background color handling */
  
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shg-image-content-wrapper {
      aspect-ratio: 3000/744;
      min-width: 100%;
      height: auto;
    }

    #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shogun-image-link {
      aspect-ratio: 3000/744;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3107px;
  }



  img.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image {
    
    
    
    max-height: 3107px;
  }


.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image {
  box-sizing: border-box;
}



.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
      --shg-aspect-ratio: calc(3000/744); 
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container {
      position: relative;
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3107px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  margin: 0 !important;
  overflow: visible;
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
  /* Add background color handling */
  
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shg-image-content-wrapper {
      aspect-ratio: 3000/744;
      min-width: 100%;
      height: auto;
    }

    #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shogun-image-link {
      aspect-ratio: 3000/744;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3107px;
  }



  img.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image {
    
    
    
    max-height: 3107px;
  }


.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image {
  box-sizing: border-box;
}



.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
      --shg-aspect-ratio: calc(3000/744); 
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container {
      position: relative;
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3107px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  margin: 0 !important;
  overflow: visible;
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
  /* Add background color handling */
  
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shg-image-content-wrapper {
      aspect-ratio: 3000/744;
      min-width: 100%;
      height: auto;
    }

    #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shogun-image-link {
      aspect-ratio: 3000/744;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3107px;
  }



  img.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image {
    
    
    
    max-height: 3107px;
  }


.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image {
  box-sizing: border-box;
}



.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
      --shg-aspect-ratio: calc(3000/744); 
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container {
      position: relative;
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3107px;
    }
  }

}@media (max-width: 767px){#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  margin: 0 !important;
  overflow: visible;
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
  /* Add background color handling */
  
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shg-image-content-wrapper {
      aspect-ratio: 3000/744;
      min-width: 100%;
      height: auto;
    }

    #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shogun-image-link {
      aspect-ratio: 3000/744;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3107px;
  }



  img.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image {
    
    
    
    max-height: 3107px;
  }


.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image {
  box-sizing: border-box;
}



.s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 {
      --shg-aspect-ratio: calc(3000/744); 
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container {
      position: relative;
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76f1b4a8-2f86-4e5c-b8e1-e184d8f13039 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3107px;
    }
  }

}
#s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 3107px;
aspect-ratio: 1738/744;
text-align: center;
}
@media (min-width: 1200px){#s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  display: none;
}
#s-1ff2d33a-81f4-4a05-96c1-229d32273498, #wrap-s-1ff2d33a-81f4-4a05-96c1-229d32273498, #wrap-content-s-1ff2d33a-81f4-4a05-96c1-229d32273498 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  display: none;
}
#s-1ff2d33a-81f4-4a05-96c1-229d32273498, #wrap-s-1ff2d33a-81f4-4a05-96c1-229d32273498, #wrap-content-s-1ff2d33a-81f4-4a05-96c1-229d32273498 { display: none !important; }}@media (max-width: 767px){#s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  
}
}
#s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shg-image-content-wrapper {
      aspect-ratio: 1738/744;
      min-width: 100%;
      height: auto;
    }

    #s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shogun-image-link {
      aspect-ratio: 1738/744;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3107px;
  }



  img.s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image {
    
    
    
    max-height: 3107px;
  }


.s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ff2d33a-81f4-4a05-96c1-229d32273498.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image {
  box-sizing: border-box;
}



.s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
      --shg-aspect-ratio: calc(1738/744); 
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container {
      position: relative;
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3107px;
    }
  }

@media (min-width: 1200px){#s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shg-image-content-wrapper {
      aspect-ratio: 1738/744;
      min-width: 100%;
      height: auto;
    }

    #s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shogun-image-link {
      aspect-ratio: 1738/744;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3107px;
  }



  img.s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image {
    
    
    
    max-height: 3107px;
  }


.s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ff2d33a-81f4-4a05-96c1-229d32273498.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image {
  box-sizing: border-box;
}



.s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
      --shg-aspect-ratio: calc(1738/744); 
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container {
      position: relative;
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3107px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shg-image-content-wrapper {
      aspect-ratio: 1738/744;
      min-width: 100%;
      height: auto;
    }

    #s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shogun-image-link {
      aspect-ratio: 1738/744;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3107px;
  }



  img.s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image {
    
    
    
    max-height: 3107px;
  }


.s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ff2d33a-81f4-4a05-96c1-229d32273498.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image {
  box-sizing: border-box;
}



.s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
      --shg-aspect-ratio: calc(1738/744); 
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container {
      position: relative;
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3107px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shg-image-content-wrapper {
      aspect-ratio: 1738/744;
      min-width: 100%;
      height: auto;
    }

    #s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shogun-image-link {
      aspect-ratio: 1738/744;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3107px;
  }



  img.s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image {
    
    
    
    max-height: 3107px;
  }


.s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ff2d33a-81f4-4a05-96c1-229d32273498.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image {
  box-sizing: border-box;
}



.s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
      --shg-aspect-ratio: calc(1738/744); 
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container {
      position: relative;
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3107px;
    }
  }

}@media (max-width: 767px){#s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shg-image-content-wrapper {
      aspect-ratio: 1738/744;
      min-width: 100%;
      height: auto;
    }

    #s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shogun-image-link {
      aspect-ratio: 1738/744;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3107px;
  }



  img.s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image {
    
    
    
    max-height: 3107px;
  }


.s-1ff2d33a-81f4-4a05-96c1-229d32273498 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ff2d33a-81f4-4a05-96c1-229d32273498.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image {
  box-sizing: border-box;
}



.s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ff2d33a-81f4-4a05-96c1-229d32273498 {
      --shg-aspect-ratio: calc(1738/744); 
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container {
      position: relative;
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ff2d33a-81f4-4a05-96c1-229d32273498 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3107px;
    }
  }

}
#s-97cee20e-f61d-4616-b186-83b081e89005 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 6px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-97cee20e-f61d-4616-b186-83b081e89005 {
  margin-bottom: 10px;
}
}
#s-97cee20e-f61d-4616-b186-83b081e89005 .shogun-heading-component h1 {
  color: rgba(243, 130, 30, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


@media (max-width: 767px){#s-97cee20e-f61d-4616-b186-83b081e89005 .shogun-heading-component h1 {
  color: rgba(243, 130, 30, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-ba68f782-2971-44da-b482-679294c99b20 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-ba68f782-2971-44da-b482-679294c99b20 {
  display: none;
}
#s-ba68f782-2971-44da-b482-679294c99b20, #wrap-s-ba68f782-2971-44da-b482-679294c99b20, #wrap-content-s-ba68f782-2971-44da-b482-679294c99b20 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba68f782-2971-44da-b482-679294c99b20 {
  display: none;
}
#s-ba68f782-2971-44da-b482-679294c99b20, #wrap-s-ba68f782-2971-44da-b482-679294c99b20, #wrap-content-s-ba68f782-2971-44da-b482-679294c99b20 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba68f782-2971-44da-b482-679294c99b20 {
  display: none;
}
#s-ba68f782-2971-44da-b482-679294c99b20, #wrap-s-ba68f782-2971-44da-b482-679294c99b20, #wrap-content-s-ba68f782-2971-44da-b482-679294c99b20 { display: none !important; }}@media (max-width: 767px){#s-ba68f782-2971-44da-b482-679294c99b20 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-ba68f782-2971-44da-b482-679294c99b20 .shogun-heading-component h1 {
  color: rgba(112, 26, 99, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.4em;
  
  
}


@media (max-width: 767px){#s-ba68f782-2971-44da-b482-679294c99b20 .shogun-heading-component h1 {
  color: rgba(112, 26, 99, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.2em;
  
  
}


}
#s-5efd6923-b45c-4029-8c9e-de063a74d717 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5efd6923-b45c-4029-8c9e-de063a74d717 {
  display: none;
}
#s-5efd6923-b45c-4029-8c9e-de063a74d717, #wrap-s-5efd6923-b45c-4029-8c9e-de063a74d717, #wrap-content-s-5efd6923-b45c-4029-8c9e-de063a74d717 { display: none !important; }}@media (max-width: 767px){#s-5efd6923-b45c-4029-8c9e-de063a74d717 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-5efd6923-b45c-4029-8c9e-de063a74d717, #wrap-s-5efd6923-b45c-4029-8c9e-de063a74d717, #wrap-content-s-5efd6923-b45c-4029-8c9e-de063a74d717 { display: none !important; }}
#s-5efd6923-b45c-4029-8c9e-de063a74d717 .shogun-heading-component h1 {
  color: rgba(112, 26, 99, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1.4em;
  
  
}


@media (max-width: 767px){#s-5efd6923-b45c-4029-8c9e-de063a74d717 .shogun-heading-component h1 {
  color: rgba(112, 26, 99, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.2em;
  
  
}


}
#s-dcab984a-8b0d-4adc-bb32-bc6d05d8751b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-dcab984a-8b0d-4adc-bb32-bc6d05d8751b {
  display: none;
}
#s-dcab984a-8b0d-4adc-bb32-bc6d05d8751b, #wrap-s-dcab984a-8b0d-4adc-bb32-bc6d05d8751b, #wrap-content-s-dcab984a-8b0d-4adc-bb32-bc6d05d8751b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dcab984a-8b0d-4adc-bb32-bc6d05d8751b {
  display: none;
}
#s-dcab984a-8b0d-4adc-bb32-bc6d05d8751b, #wrap-s-dcab984a-8b0d-4adc-bb32-bc6d05d8751b, #wrap-content-s-dcab984a-8b0d-4adc-bb32-bc6d05d8751b { display: none !important; }}@media (max-width: 767px){#s-dcab984a-8b0d-4adc-bb32-bc6d05d8751b {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-dcab984a-8b0d-4adc-bb32-bc6d05d8751b, #wrap-s-dcab984a-8b0d-4adc-bb32-bc6d05d8751b, #wrap-content-s-dcab984a-8b0d-4adc-bb32-bc6d05d8751b { display: none !important; }}
#s-dcab984a-8b0d-4adc-bb32-bc6d05d8751b .shogun-heading-component h1 {
  color: rgba(112, 26, 99, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.4em;
  
  
}


@media (max-width: 767px){#s-dcab984a-8b0d-4adc-bb32-bc6d05d8751b .shogun-heading-component h1 {
  color: rgba(112, 26, 99, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  
  
}


}
#s-90c3fa30-4a17-4067-ba7d-75d83d4c4e1a {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-90c3fa30-4a17-4067-ba7d-75d83d4c4e1a {
  margin-top: 11px;
margin-bottom: 10px;
}
}
#s-90c3fa30-4a17-4067-ba7d-75d83d4c4e1a .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.4em;
  
  
}


@media (max-width: 767px){#s-90c3fa30-4a17-4067-ba7d-75d83d4c4e1a .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.4em;
  
  
}


}
#s-0a6a0714-fb6b-4337-97f1-32defbb17d7f {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(110, 13, 91, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-0a6a0714-fb6b-4337-97f1-32defbb17d7f:hover {background-color: rgba(110, 13, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0a6a0714-fb6b-4337-97f1-32defbb17d7f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0a6a0714-fb6b-4337-97f1-32defbb17d7f-root {
    text-align: center;
  }


#s-0a6a0714-fb6b-4337-97f1-32defbb17d7f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0a6a0714-fb6b-4337-97f1-32defbb17d7f-root {
    text-align: center;
  }


#s-0a6a0714-fb6b-4337-97f1-32defbb17d7f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a6a0714-fb6b-4337-97f1-32defbb17d7f-root {
    text-align: center;
  }


#s-0a6a0714-fb6b-4337-97f1-32defbb17d7f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a6a0714-fb6b-4337-97f1-32defbb17d7f-root {
    text-align: center;
  }


#s-0a6a0714-fb6b-4337-97f1-32defbb17d7f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0a6a0714-fb6b-4337-97f1-32defbb17d7f-root {
    text-align: center;
  }


#s-0a6a0714-fb6b-4337-97f1-32defbb17d7f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9ecf7a6d-ee78-4cfa-817a-5c71ba38a083 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9ecf7a6d-ee78-4cfa-817a-5c71ba38a083 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ecf7a6d-ee78-4cfa-817a-5c71ba38a083 {
  cursor: pointer;
}#s-9ecf7a6d-ee78-4cfa-817a-5c71ba38a083.shg-box.shg-c {
  justify-content: center;
}

#s-2070bb91-22b3-44ad-a478-f069d3dc0225 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2070bb91-22b3-44ad-a478-f069d3dc0225"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2070bb91-22b3-44ad-a478-f069d3dc0225"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2070bb91-22b3-44ad-a478-f069d3dc0225"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2070bb91-22b3-44ad-a478-f069d3dc0225"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ae037253-af5f-4916-bea6-cbae39cce1cb {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-ae037253-af5f-4916-bea6-cbae39cce1cb {
  display: none;
}
#s-ae037253-af5f-4916-bea6-cbae39cce1cb, #wrap-s-ae037253-af5f-4916-bea6-cbae39cce1cb, #wrap-content-s-ae037253-af5f-4916-bea6-cbae39cce1cb { display: none !important; }}
#s-ae037253-af5f-4916-bea6-cbae39cce1cb {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ae037253-af5f-4916-bea6-cbae39cce1cb {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-ae037253-af5f-4916-bea6-cbae39cce1cb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ae037253-af5f-4916-bea6-cbae39cce1cb {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-ae037253-af5f-4916-bea6-cbae39cce1cb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ae037253-af5f-4916-bea6-cbae39cce1cb {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-ae037253-af5f-4916-bea6-cbae39cce1cb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ae037253-af5f-4916-bea6-cbae39cce1cb {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-ae037253-af5f-4916-bea6-cbae39cce1cb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ae037253-af5f-4916-bea6-cbae39cce1cb {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-ae037253-af5f-4916-bea6-cbae39cce1cb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ae037253-af5f-4916-bea6-cbae39cce1cb {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-ae037253-af5f-4916-bea6-cbae39cce1cb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ae037253-af5f-4916-bea6-cbae39cce1cb {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-ae037253-af5f-4916-bea6-cbae39cce1cb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ae037253-af5f-4916-bea6-cbae39cce1cb {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-ae037253-af5f-4916-bea6-cbae39cce1cb.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-ae037253-af5f-4916-bea6-cbae39cce1cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae037253-af5f-4916-bea6-cbae39cce1cb.shg-box.shg-c {
  justify-content: center;
}

#s-29059f8c-4380-4aa2-9faf-df02e6851798 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29059f8c-4380-4aa2-9faf-df02e6851798 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-29059f8c-4380-4aa2-9faf-df02e6851798 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-29059f8c-4380-4aa2-9faf-df02e6851798 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/206;
text-align: center;
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
  margin: 0 !important;
  overflow: visible;
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
  /* Add background color handling */
  
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image {
  box-sizing: border-box;
}



.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container {
      position: relative;
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
  margin: 0 !important;
  overflow: visible;
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
  /* Add background color handling */
  
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image {
  box-sizing: border-box;
}



.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container {
      position: relative;
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
  margin: 0 !important;
  overflow: visible;
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
  /* Add background color handling */
  
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image {
  box-sizing: border-box;
}



.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container {
      position: relative;
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
  margin: 0 !important;
  overflow: visible;
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
  /* Add background color handling */
  
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image {
  box-sizing: border-box;
}



.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container {
      position: relative;
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
  margin: 0 !important;
  overflow: visible;
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
  /* Add background color handling */
  
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image {
  box-sizing: border-box;
}



.s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container {
      position: relative;
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e11cefa-bc00-4a92-bbe5-4bc7bf6eeaee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-b48ccc76-8014-4eb3-9d71-eb2d90117df5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b48ccc76-8014-4eb3-9d71-eb2d90117df5 {
  display: none;
}
#s-b48ccc76-8014-4eb3-9d71-eb2d90117df5, #wrap-s-b48ccc76-8014-4eb3-9d71-eb2d90117df5, #wrap-content-s-b48ccc76-8014-4eb3-9d71-eb2d90117df5 { display: none !important; }}
#s-b48ccc76-8014-4eb3-9d71-eb2d90117df5 .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-c80c0ac6-e654-404c-bce8-d74c4fb3f3fe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c80c0ac6-e654-404c-bce8-d74c4fb3f3fe {
  display: none;
}
#s-c80c0ac6-e654-404c-bce8-d74c4fb3f3fe, #wrap-s-c80c0ac6-e654-404c-bce8-d74c4fb3f3fe, #wrap-content-s-c80c0ac6-e654-404c-bce8-d74c4fb3f3fe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c80c0ac6-e654-404c-bce8-d74c4fb3f3fe {
  display: none;
}
#s-c80c0ac6-e654-404c-bce8-d74c4fb3f3fe, #wrap-s-c80c0ac6-e654-404c-bce8-d74c4fb3f3fe, #wrap-content-s-c80c0ac6-e654-404c-bce8-d74c4fb3f3fe { display: none !important; }}@media (max-width: 767px){#s-c80c0ac6-e654-404c-bce8-d74c4fb3f3fe {
  display: none;
}
#s-c80c0ac6-e654-404c-bce8-d74c4fb3f3fe, #wrap-s-c80c0ac6-e654-404c-bce8-d74c4fb3f3fe, #wrap-content-s-c80c0ac6-e654-404c-bce8-d74c4fb3f3fe { display: none !important; }}
#s-c80c0ac6-e654-404c-bce8-d74c4fb3f3fe .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-b47cf035-1155-4deb-8235-484e3fc61de5 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(112, 26, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-b47cf035-1155-4deb-8235-484e3fc61de5:hover {background-color: rgba(166, 66, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b47cf035-1155-4deb-8235-484e3fc61de5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b47cf035-1155-4deb-8235-484e3fc61de5-root {
    text-align: center;
  }


#s-b47cf035-1155-4deb-8235-484e3fc61de5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b47cf035-1155-4deb-8235-484e3fc61de5-root {
    text-align: center;
  }


#s-b47cf035-1155-4deb-8235-484e3fc61de5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b47cf035-1155-4deb-8235-484e3fc61de5-root {
    text-align: center;
  }


#s-b47cf035-1155-4deb-8235-484e3fc61de5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b47cf035-1155-4deb-8235-484e3fc61de5-root {
    text-align: center;
  }


#s-b47cf035-1155-4deb-8235-484e3fc61de5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b47cf035-1155-4deb-8235-484e3fc61de5-root {
    text-align: center;
  }


#s-b47cf035-1155-4deb-8235-484e3fc61de5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f8d31e27-d169-4170-9ebb-58baf86367c6 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-f8d31e27-d169-4170-9ebb-58baf86367c6 {
  display: none;
}
#s-f8d31e27-d169-4170-9ebb-58baf86367c6, #wrap-s-f8d31e27-d169-4170-9ebb-58baf86367c6, #wrap-content-s-f8d31e27-d169-4170-9ebb-58baf86367c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8d31e27-d169-4170-9ebb-58baf86367c6 {
  display: none;
}
#s-f8d31e27-d169-4170-9ebb-58baf86367c6, #wrap-s-f8d31e27-d169-4170-9ebb-58baf86367c6, #wrap-content-s-f8d31e27-d169-4170-9ebb-58baf86367c6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f8d31e27-d169-4170-9ebb-58baf86367c6 {
  display: none;
}
#s-f8d31e27-d169-4170-9ebb-58baf86367c6, #wrap-s-f8d31e27-d169-4170-9ebb-58baf86367c6, #wrap-content-s-f8d31e27-d169-4170-9ebb-58baf86367c6 { display: none !important; }}
#s-f8d31e27-d169-4170-9ebb-58baf86367c6 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f8d31e27-d169-4170-9ebb-58baf86367c6 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-f8d31e27-d169-4170-9ebb-58baf86367c6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f8d31e27-d169-4170-9ebb-58baf86367c6 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-f8d31e27-d169-4170-9ebb-58baf86367c6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f8d31e27-d169-4170-9ebb-58baf86367c6 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-f8d31e27-d169-4170-9ebb-58baf86367c6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f8d31e27-d169-4170-9ebb-58baf86367c6 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-f8d31e27-d169-4170-9ebb-58baf86367c6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f8d31e27-d169-4170-9ebb-58baf86367c6 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-f8d31e27-d169-4170-9ebb-58baf86367c6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f8d31e27-d169-4170-9ebb-58baf86367c6 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-f8d31e27-d169-4170-9ebb-58baf86367c6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f8d31e27-d169-4170-9ebb-58baf86367c6 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-f8d31e27-d169-4170-9ebb-58baf86367c6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f8d31e27-d169-4170-9ebb-58baf86367c6 {
  background-image: url(https://i.shgcdn.com/d79ec302-7ee8-45fc-ab59-58aac51b80c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-f8d31e27-d169-4170-9ebb-58baf86367c6.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-f8d31e27-d169-4170-9ebb-58baf86367c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8d31e27-d169-4170-9ebb-58baf86367c6.shg-box.shg-c {
  justify-content: center;
}

#s-41a6164c-0193-46c5-adbf-01c1e89b82be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41a6164c-0193-46c5-adbf-01c1e89b82be .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-41a6164c-0193-46c5-adbf-01c1e89b82be .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-41a6164c-0193-46c5-adbf-01c1e89b82be .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/206;
text-align: center;
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image {
  box-sizing: border-box;
}



.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container {
      position: relative;
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image {
  box-sizing: border-box;
}



.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container {
      position: relative;
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image {
  box-sizing: border-box;
}



.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container {
      position: relative;
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image {
  box-sizing: border-box;
}



.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container {
      position: relative;
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shg-image-content-wrapper {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }

    #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shogun-image-link {
      aspect-ratio: 1500/206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image {
  box-sizing: border-box;
}



.s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 {
      --shg-aspect-ratio: calc(1500/206); 
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container {
      position: relative;
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba6eacd1-7fed-4351-8381-8e0676dcdac6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-85e06582-32eb-433a-960c-776eaeae93cb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-85e06582-32eb-433a-960c-776eaeae93cb {
  display: none;
}
#s-85e06582-32eb-433a-960c-776eaeae93cb, #wrap-s-85e06582-32eb-433a-960c-776eaeae93cb, #wrap-content-s-85e06582-32eb-433a-960c-776eaeae93cb { display: none !important; }}
#s-85e06582-32eb-433a-960c-776eaeae93cb .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-df1f6d63-a928-4d44-ae44-94a921619e59 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-df1f6d63-a928-4d44-ae44-94a921619e59 {
  display: none;
}
#s-df1f6d63-a928-4d44-ae44-94a921619e59, #wrap-s-df1f6d63-a928-4d44-ae44-94a921619e59, #wrap-content-s-df1f6d63-a928-4d44-ae44-94a921619e59 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df1f6d63-a928-4d44-ae44-94a921619e59 {
  display: none;
}
#s-df1f6d63-a928-4d44-ae44-94a921619e59, #wrap-s-df1f6d63-a928-4d44-ae44-94a921619e59, #wrap-content-s-df1f6d63-a928-4d44-ae44-94a921619e59 { display: none !important; }}@media (max-width: 767px){#s-df1f6d63-a928-4d44-ae44-94a921619e59 {
  display: none;
}
#s-df1f6d63-a928-4d44-ae44-94a921619e59, #wrap-s-df1f6d63-a928-4d44-ae44-94a921619e59, #wrap-content-s-df1f6d63-a928-4d44-ae44-94a921619e59 { display: none !important; }}
#s-df1f6d63-a928-4d44-ae44-94a921619e59 .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-a0ca6ed2-183d-450d-8d45-447e055fe57c {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(112, 26, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-a0ca6ed2-183d-450d-8d45-447e055fe57c:hover {background-color: rgba(166, 66, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a0ca6ed2-183d-450d-8d45-447e055fe57c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a0ca6ed2-183d-450d-8d45-447e055fe57c {
  margin-bottom: 30px;
}
}

  #s-a0ca6ed2-183d-450d-8d45-447e055fe57c-root {
    text-align: center;
  }


#s-a0ca6ed2-183d-450d-8d45-447e055fe57c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a0ca6ed2-183d-450d-8d45-447e055fe57c-root {
    text-align: center;
  }


#s-a0ca6ed2-183d-450d-8d45-447e055fe57c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0ca6ed2-183d-450d-8d45-447e055fe57c-root {
    text-align: center;
  }


#s-a0ca6ed2-183d-450d-8d45-447e055fe57c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0ca6ed2-183d-450d-8d45-447e055fe57c-root {
    text-align: center;
  }


#s-a0ca6ed2-183d-450d-8d45-447e055fe57c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a0ca6ed2-183d-450d-8d45-447e055fe57c-root {
    text-align: center;
  }


#s-a0ca6ed2-183d-450d-8d45-447e055fe57c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
  margin: 0 !important;
  overflow: visible;
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
  /* Add background color handling */
  
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shogun-image-content {
  
    justify-content: center;
  
}

.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image {
  box-sizing: border-box;
}



.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container {
      position: relative;
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
  margin: 0 !important;
  overflow: visible;
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
  /* Add background color handling */
  
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shogun-image-content {
  
    justify-content: center;
  
}

.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image {
  box-sizing: border-box;
}



.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container {
      position: relative;
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
  margin: 0 !important;
  overflow: visible;
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
  /* Add background color handling */
  
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shogun-image-content {
  
    justify-content: center;
  
}

.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image {
  box-sizing: border-box;
}



.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container {
      position: relative;
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
  margin: 0 !important;
  overflow: visible;
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
  /* Add background color handling */
  
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shogun-image-content {
  
    justify-content: center;
  
}

.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image {
  box-sizing: border-box;
}



.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container {
      position: relative;
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
  margin: 0 !important;
  overflow: visible;
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
  /* Add background color handling */
  
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a .shogun-image-content {
  
    justify-content: center;
  
}

.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image {
  box-sizing: border-box;
}



.s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container {
      position: relative;
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77a73ba8-7b8d-462d-a410-d8aa78f5717a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-03efe28c-e9ee-46e9-bee2-ecceb509adac {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-03efe28c-e9ee-46e9-bee2-ecceb509adac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03efe28c-e9ee-46e9-bee2-ecceb509adac {
  cursor: pointer;
}#s-03efe28c-e9ee-46e9-bee2-ecceb509adac.shg-box.shg-c {
  justify-content: center;
}

#s-30dfba06-d947-4dd6-bd4e-539a8d845395 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-position: center top;
}

#s-30dfba06-d947-4dd6-bd4e-539a8d845395 {
  background-image: url(https://i.shgcdn.com/19177aeb-ac24-416e-a2d0-4d44b824e3e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-30dfba06-d947-4dd6-bd4e-539a8d845395 {
  background-image: url(https://i.shgcdn.com/19177aeb-ac24-416e-a2d0-4d44b824e3e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-30dfba06-d947-4dd6-bd4e-539a8d845395.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-30dfba06-d947-4dd6-bd4e-539a8d845395 {
  background-image: url(https://i.shgcdn.com/19177aeb-ac24-416e-a2d0-4d44b824e3e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-30dfba06-d947-4dd6-bd4e-539a8d845395.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-30dfba06-d947-4dd6-bd4e-539a8d845395 {
  background-image: url(https://i.shgcdn.com/19177aeb-ac24-416e-a2d0-4d44b824e3e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-30dfba06-d947-4dd6-bd4e-539a8d845395.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-30dfba06-d947-4dd6-bd4e-539a8d845395 {
  background-image: url(https://i.shgcdn.com/19177aeb-ac24-416e-a2d0-4d44b824e3e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-30dfba06-d947-4dd6-bd4e-539a8d845395.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-30dfba06-d947-4dd6-bd4e-539a8d845395 {
  background-image: url(https://i.shgcdn.com/19177aeb-ac24-416e-a2d0-4d44b824e3e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-30dfba06-d947-4dd6-bd4e-539a8d845395.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-30dfba06-d947-4dd6-bd4e-539a8d845395 {
  background-image: url(https://i.shgcdn.com/19177aeb-ac24-416e-a2d0-4d44b824e3e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-30dfba06-d947-4dd6-bd4e-539a8d845395.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-30dfba06-d947-4dd6-bd4e-539a8d845395 {
  background-image: url(https://i.shgcdn.com/19177aeb-ac24-416e-a2d0-4d44b824e3e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-30dfba06-d947-4dd6-bd4e-539a8d845395.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-30dfba06-d947-4dd6-bd4e-539a8d845395 {
  background-image: url(https://i.shgcdn.com/19177aeb-ac24-416e-a2d0-4d44b824e3e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-30dfba06-d947-4dd6-bd4e-539a8d845395.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-30dfba06-d947-4dd6-bd4e-539a8d845395 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30dfba06-d947-4dd6-bd4e-539a8d845395.shg-box.shg-c {
  justify-content: center;
}

#s-91d9edc7-dc8a-4c63-b3db-3f9da442cfd8 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-91d9edc7-dc8a-4c63-b3db-3f9da442cfd8 {
  display: none;
}
#s-91d9edc7-dc8a-4c63-b3db-3f9da442cfd8, #wrap-s-91d9edc7-dc8a-4c63-b3db-3f9da442cfd8, #wrap-content-s-91d9edc7-dc8a-4c63-b3db-3f9da442cfd8 { display: none !important; }}
#s-91d9edc7-dc8a-4c63-b3db-3f9da442cfd8 .shogun-heading-component h1 {
  color: rgba(210, 138, 236, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-c5c1c0fa-c374-479d-82fc-95cddc208c17 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c5c1c0fa-c374-479d-82fc-95cddc208c17 {
  display: none;
}
#s-c5c1c0fa-c374-479d-82fc-95cddc208c17, #wrap-s-c5c1c0fa-c374-479d-82fc-95cddc208c17, #wrap-content-s-c5c1c0fa-c374-479d-82fc-95cddc208c17 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5c1c0fa-c374-479d-82fc-95cddc208c17 {
  display: none;
}
#s-c5c1c0fa-c374-479d-82fc-95cddc208c17, #wrap-s-c5c1c0fa-c374-479d-82fc-95cddc208c17, #wrap-content-s-c5c1c0fa-c374-479d-82fc-95cddc208c17 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5c1c0fa-c374-479d-82fc-95cddc208c17 {
  display: none;
}
#s-c5c1c0fa-c374-479d-82fc-95cddc208c17, #wrap-s-c5c1c0fa-c374-479d-82fc-95cddc208c17, #wrap-content-s-c5c1c0fa-c374-479d-82fc-95cddc208c17 { display: none !important; }}@media (max-width: 767px){#s-c5c1c0fa-c374-479d-82fc-95cddc208c17 {
  margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 2px;
}
}
#s-c5c1c0fa-c374-479d-82fc-95cddc208c17 .shogun-heading-component h1 {
  color: rgba(210, 138, 236, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  margin-left: 28%;
margin-right: 28%;
max-width: 1597px;
aspect-ratio: 1597/459;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  margin-left: 18%;
margin-right: 18%;
}
}@media (max-width: 767px){#s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  margin-left: 13%;
margin-right: 13%;
}
}
#s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  margin: 0 !important;
  overflow: visible;
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 28%;
  margin-right: 28%;
  
  
}

.shg-image-content-margin-container-s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
  /* Add background color handling */
  
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shg-image-content-wrapper {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }

    #s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shogun-image-link {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1597px;
  }



  img.s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image {
    
    
    
    max-height: 1597px;
  }


.s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image {
  box-sizing: border-box;
}



.s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
      --shg-aspect-ratio: calc(1597/459); 
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container {
      position: relative;
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1597px;
    }
  }

@media (min-width: 1200px){#s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  margin: 0 !important;
  overflow: visible;
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
  /* Add background color handling */
  
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shg-image-content-wrapper {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }

    #s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shogun-image-link {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1597px;
  }



  img.s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image {
    
    
    
    max-height: 1597px;
  }


.s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image {
  box-sizing: border-box;
}



.s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
      --shg-aspect-ratio: calc(1597/459); 
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container {
      position: relative;
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1597px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  margin: 0 !important;
  overflow: visible;
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
  /* Add background color handling */
  
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shg-image-content-wrapper {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }

    #s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shogun-image-link {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1597px;
  }



  img.s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image {
    
    
    
    max-height: 1597px;
  }


.s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image {
  box-sizing: border-box;
}



.s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
      --shg-aspect-ratio: calc(1597/459); 
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container {
      position: relative;
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1597px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  margin: 0 !important;
  overflow: visible;
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 18%;
  margin-right: 18%;
  
  
}

.shg-image-content-margin-container-s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
  /* Add background color handling */
  
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shg-image-content-wrapper {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }

    #s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shogun-image-link {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1597px;
  }



  img.s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image {
    
    
    
    max-height: 1597px;
  }


.s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image {
  box-sizing: border-box;
}



.s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
      --shg-aspect-ratio: calc(1597/459); 
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container {
      position: relative;
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1597px;
    }
  }

}@media (max-width: 767px){#s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  margin: 0 !important;
  overflow: visible;
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 13%;
  margin-right: 13%;
  
  
}

.shg-image-content-margin-container-s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
  /* Add background color handling */
  
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shg-image-content-wrapper {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }

    #s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shogun-image-link {
      aspect-ratio: 1597/459;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1597px;
  }



  img.s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image {
    
    
    
    max-height: 1597px;
  }


.s-ba619214-9663-4ede-8eea-ad30ee0dd53d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image {
  box-sizing: border-box;
}



.s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d {
      --shg-aspect-ratio: calc(1597/459); 
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container {
      position: relative;
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba619214-9663-4ede-8eea-ad30ee0dd53d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1597px;
    }
  }

}
#s-461484aa-8e09-416f-9b7f-2ef144a0bd28 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-461484aa-8e09-416f-9b7f-2ef144a0bd28 .shogun-heading-component h1 {
  color: rgba(54, 54, 54, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-e5cf4075-26b5-4c3a-a8a1-b601db0abdc4 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(112, 26, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-e5cf4075-26b5-4c3a-a8a1-b601db0abdc4:hover {background-color: rgba(112, 26, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e5cf4075-26b5-4c3a-a8a1-b601db0abdc4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e5cf4075-26b5-4c3a-a8a1-b601db0abdc4-root {
    text-align: center;
  }


#s-e5cf4075-26b5-4c3a-a8a1-b601db0abdc4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e5cf4075-26b5-4c3a-a8a1-b601db0abdc4-root {
    text-align: center;
  }


#s-e5cf4075-26b5-4c3a-a8a1-b601db0abdc4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5cf4075-26b5-4c3a-a8a1-b601db0abdc4-root {
    text-align: center;
  }


#s-e5cf4075-26b5-4c3a-a8a1-b601db0abdc4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5cf4075-26b5-4c3a-a8a1-b601db0abdc4-root {
    text-align: center;
  }


#s-e5cf4075-26b5-4c3a-a8a1-b601db0abdc4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e5cf4075-26b5-4c3a-a8a1-b601db0abdc4-root {
    text-align: center;
  }


#s-e5cf4075-26b5-4c3a-a8a1-b601db0abdc4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8a1a0153-2f89-4cb9-86e4-4b2cfc1b094c {
  margin-top: 8px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}
@media (max-width: 767px){#s-8a1a0153-2f89-4cb9-86e4-4b2cfc1b094c {
  display: none;
}
#s-8a1a0153-2f89-4cb9-86e4-4b2cfc1b094c, #wrap-s-8a1a0153-2f89-4cb9-86e4-4b2cfc1b094c, #wrap-content-s-8a1a0153-2f89-4cb9-86e4-4b2cfc1b094c { display: none !important; }}
@media (min-width: 0px) {
[id="s-8a1a0153-2f89-4cb9-86e4-4b2cfc1b094c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a1a0153-2f89-4cb9-86e4-4b2cfc1b094c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-8a1a0153-2f89-4cb9-86e4-4b2cfc1b094c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-8a1a0153-2f89-4cb9-86e4-4b2cfc1b094c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-7e98e258-9fa8-4913-a992-955a721a0acf {
  margin-left: auto;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf {
  margin: 0 !important;
  overflow: visible;
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e98e258-9fa8-4913-a992-955a721a0acf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e98e258-9fa8-4913-a992-955a721a0acf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
  /* Add background color handling */
  
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e98e258-9fa8-4913-a992-955a721a0acf .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-7e98e258-9fa8-4913-a992-955a721a0acf .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e98e258-9fa8-4913-a992-955a721a0acf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-7e98e258-9fa8-4913-a992-955a721a0acf .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e98e258-9fa8-4913-a992-955a721a0acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image {
  box-sizing: border-box;
}



.s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e98e258-9fa8-4913-a992-955a721a0acf {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container {
      position: relative;
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-7e98e258-9fa8-4913-a992-955a721a0acf {
  margin: 0 !important;
  overflow: visible;
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e98e258-9fa8-4913-a992-955a721a0acf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e98e258-9fa8-4913-a992-955a721a0acf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
  /* Add background color handling */
  
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e98e258-9fa8-4913-a992-955a721a0acf .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-7e98e258-9fa8-4913-a992-955a721a0acf .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e98e258-9fa8-4913-a992-955a721a0acf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-7e98e258-9fa8-4913-a992-955a721a0acf .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e98e258-9fa8-4913-a992-955a721a0acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image {
  box-sizing: border-box;
}



.s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e98e258-9fa8-4913-a992-955a721a0acf {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container {
      position: relative;
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7e98e258-9fa8-4913-a992-955a721a0acf {
  margin: 0 !important;
  overflow: visible;
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e98e258-9fa8-4913-a992-955a721a0acf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e98e258-9fa8-4913-a992-955a721a0acf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
  /* Add background color handling */
  
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e98e258-9fa8-4913-a992-955a721a0acf .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-7e98e258-9fa8-4913-a992-955a721a0acf .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e98e258-9fa8-4913-a992-955a721a0acf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-7e98e258-9fa8-4913-a992-955a721a0acf .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e98e258-9fa8-4913-a992-955a721a0acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image {
  box-sizing: border-box;
}



.s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e98e258-9fa8-4913-a992-955a721a0acf {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container {
      position: relative;
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7e98e258-9fa8-4913-a992-955a721a0acf {
  margin: 0 !important;
  overflow: visible;
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e98e258-9fa8-4913-a992-955a721a0acf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e98e258-9fa8-4913-a992-955a721a0acf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
  /* Add background color handling */
  
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e98e258-9fa8-4913-a992-955a721a0acf .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-7e98e258-9fa8-4913-a992-955a721a0acf .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e98e258-9fa8-4913-a992-955a721a0acf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-7e98e258-9fa8-4913-a992-955a721a0acf .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e98e258-9fa8-4913-a992-955a721a0acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image {
  box-sizing: border-box;
}



.s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e98e258-9fa8-4913-a992-955a721a0acf {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container {
      position: relative;
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-7e98e258-9fa8-4913-a992-955a721a0acf {
  margin: 0 !important;
  overflow: visible;
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e98e258-9fa8-4913-a992-955a721a0acf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e98e258-9fa8-4913-a992-955a721a0acf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
  /* Add background color handling */
  
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e98e258-9fa8-4913-a992-955a721a0acf .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-7e98e258-9fa8-4913-a992-955a721a0acf .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e98e258-9fa8-4913-a992-955a721a0acf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-7e98e258-9fa8-4913-a992-955a721a0acf .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e98e258-9fa8-4913-a992-955a721a0acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image {
  box-sizing: border-box;
}



.s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e98e258-9fa8-4913-a992-955a721a0acf {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container {
      position: relative;
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e98e258-9fa8-4913-a992-955a721a0acf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
  margin-left: auto;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image {
  box-sizing: border-box;
}



.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container {
      position: relative;
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image {
  box-sizing: border-box;
}



.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container {
      position: relative;
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image {
  box-sizing: border-box;
}



.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container {
      position: relative;
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image {
  box-sizing: border-box;
}



.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container {
      position: relative;
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image {
  box-sizing: border-box;
}



.s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container {
      position: relative;
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b5cbe0b-7c6d-4b04-a711-dcbaacf28097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
  margin-left: auto;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
  margin: 0 !important;
  overflow: visible;
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
  /* Add background color handling */
  
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0561ec9c-fe75-469c-9231-cca45f6ae915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image {
  box-sizing: border-box;
}



.s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container {
      position: relative;
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
  margin: 0 !important;
  overflow: visible;
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
  /* Add background color handling */
  
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0561ec9c-fe75-469c-9231-cca45f6ae915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image {
  box-sizing: border-box;
}



.s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container {
      position: relative;
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
  margin: 0 !important;
  overflow: visible;
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
  /* Add background color handling */
  
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0561ec9c-fe75-469c-9231-cca45f6ae915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image {
  box-sizing: border-box;
}



.s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container {
      position: relative;
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
  margin: 0 !important;
  overflow: visible;
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
  /* Add background color handling */
  
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0561ec9c-fe75-469c-9231-cca45f6ae915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image {
  box-sizing: border-box;
}



.s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container {
      position: relative;
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
  margin: 0 !important;
  overflow: visible;
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
  /* Add background color handling */
  
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-0561ec9c-fe75-469c-9231-cca45f6ae915 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0561ec9c-fe75-469c-9231-cca45f6ae915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image {
  box-sizing: border-box;
}



.s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0561ec9c-fe75-469c-9231-cca45f6ae915 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container {
      position: relative;
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0561ec9c-fe75-469c-9231-cca45f6ae915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-e4d2bee5-433e-4210-baaf-4057063286f8 {
  margin-top: 8px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}
@media (max-width: 767px){#s-e4d2bee5-433e-4210-baaf-4057063286f8 {
  display: none;
}
#s-e4d2bee5-433e-4210-baaf-4057063286f8, #wrap-s-e4d2bee5-433e-4210-baaf-4057063286f8, #wrap-content-s-e4d2bee5-433e-4210-baaf-4057063286f8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e4d2bee5-433e-4210-baaf-4057063286f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4d2bee5-433e-4210-baaf-4057063286f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-e4d2bee5-433e-4210-baaf-4057063286f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-e4d2bee5-433e-4210-baaf-4057063286f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
  margin-left: auto;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
  margin: 0 !important;
  overflow: visible;
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
  /* Add background color handling */
  
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3a3978f-0d1e-455c-8af5-d600942c3914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image {
  box-sizing: border-box;
}



.s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container {
      position: relative;
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
  margin: 0 !important;
  overflow: visible;
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
  /* Add background color handling */
  
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3a3978f-0d1e-455c-8af5-d600942c3914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image {
  box-sizing: border-box;
}



.s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container {
      position: relative;
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
  margin: 0 !important;
  overflow: visible;
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
  /* Add background color handling */
  
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3a3978f-0d1e-455c-8af5-d600942c3914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image {
  box-sizing: border-box;
}



.s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container {
      position: relative;
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
  margin: 0 !important;
  overflow: visible;
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
  /* Add background color handling */
  
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3a3978f-0d1e-455c-8af5-d600942c3914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image {
  box-sizing: border-box;
}



.s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container {
      position: relative;
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
  margin: 0 !important;
  overflow: visible;
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
  /* Add background color handling */
  
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-a3a3978f-0d1e-455c-8af5-d600942c3914 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3a3978f-0d1e-455c-8af5-d600942c3914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image {
  box-sizing: border-box;
}



.s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a3a3978f-0d1e-455c-8af5-d600942c3914 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container {
      position: relative;
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3a3978f-0d1e-455c-8af5-d600942c3914 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-95ba28a1-df80-43e2-843c-1699120ca081 {
  margin-left: auto;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-95ba28a1-df80-43e2-843c-1699120ca081 {
  margin: 0 !important;
  overflow: visible;
}

#s-95ba28a1-df80-43e2-843c-1699120ca081-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95ba28a1-df80-43e2-843c-1699120ca081 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95ba28a1-df80-43e2-843c-1699120ca081 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
  /* Add background color handling */
  
}

#s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95ba28a1-df80-43e2-843c-1699120ca081 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-95ba28a1-df80-43e2-843c-1699120ca081 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95ba28a1-df80-43e2-843c-1699120ca081 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-95ba28a1-df80-43e2-843c-1699120ca081 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95ba28a1-df80-43e2-843c-1699120ca081.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image {
  box-sizing: border-box;
}



.s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95ba28a1-df80-43e2-843c-1699120ca081 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container {
      position: relative;
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-95ba28a1-df80-43e2-843c-1699120ca081 {
  margin: 0 !important;
  overflow: visible;
}

#s-95ba28a1-df80-43e2-843c-1699120ca081-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95ba28a1-df80-43e2-843c-1699120ca081 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95ba28a1-df80-43e2-843c-1699120ca081 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
  /* Add background color handling */
  
}

#s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95ba28a1-df80-43e2-843c-1699120ca081 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-95ba28a1-df80-43e2-843c-1699120ca081 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95ba28a1-df80-43e2-843c-1699120ca081 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-95ba28a1-df80-43e2-843c-1699120ca081 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95ba28a1-df80-43e2-843c-1699120ca081.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image {
  box-sizing: border-box;
}



.s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95ba28a1-df80-43e2-843c-1699120ca081 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container {
      position: relative;
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-95ba28a1-df80-43e2-843c-1699120ca081 {
  margin: 0 !important;
  overflow: visible;
}

#s-95ba28a1-df80-43e2-843c-1699120ca081-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95ba28a1-df80-43e2-843c-1699120ca081 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95ba28a1-df80-43e2-843c-1699120ca081 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
  /* Add background color handling */
  
}

#s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95ba28a1-df80-43e2-843c-1699120ca081 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-95ba28a1-df80-43e2-843c-1699120ca081 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95ba28a1-df80-43e2-843c-1699120ca081 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-95ba28a1-df80-43e2-843c-1699120ca081 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95ba28a1-df80-43e2-843c-1699120ca081.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image {
  box-sizing: border-box;
}



.s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95ba28a1-df80-43e2-843c-1699120ca081 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container {
      position: relative;
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-95ba28a1-df80-43e2-843c-1699120ca081 {
  margin: 0 !important;
  overflow: visible;
}

#s-95ba28a1-df80-43e2-843c-1699120ca081-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95ba28a1-df80-43e2-843c-1699120ca081 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95ba28a1-df80-43e2-843c-1699120ca081 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
  /* Add background color handling */
  
}

#s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95ba28a1-df80-43e2-843c-1699120ca081 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-95ba28a1-df80-43e2-843c-1699120ca081 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95ba28a1-df80-43e2-843c-1699120ca081 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-95ba28a1-df80-43e2-843c-1699120ca081 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95ba28a1-df80-43e2-843c-1699120ca081.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image {
  box-sizing: border-box;
}



.s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95ba28a1-df80-43e2-843c-1699120ca081 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container {
      position: relative;
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-95ba28a1-df80-43e2-843c-1699120ca081 {
  margin: 0 !important;
  overflow: visible;
}

#s-95ba28a1-df80-43e2-843c-1699120ca081-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95ba28a1-df80-43e2-843c-1699120ca081 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95ba28a1-df80-43e2-843c-1699120ca081 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
  /* Add background color handling */
  
}

#s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95ba28a1-df80-43e2-843c-1699120ca081 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-95ba28a1-df80-43e2-843c-1699120ca081 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95ba28a1-df80-43e2-843c-1699120ca081 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-95ba28a1-df80-43e2-843c-1699120ca081 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95ba28a1-df80-43e2-843c-1699120ca081.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image {
  box-sizing: border-box;
}



.s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95ba28a1-df80-43e2-843c-1699120ca081 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container {
      position: relative;
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95ba28a1-df80-43e2-843c-1699120ca081 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-638c341a-3aed-4f1d-9481-85378506473e {
  margin-left: auto;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-638c341a-3aed-4f1d-9481-85378506473e {
  margin: 0 !important;
  overflow: visible;
}

#s-638c341a-3aed-4f1d-9481-85378506473e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-638c341a-3aed-4f1d-9481-85378506473e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-638c341a-3aed-4f1d-9481-85378506473e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
  /* Add background color handling */
  
}

#s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-638c341a-3aed-4f1d-9481-85378506473e .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-638c341a-3aed-4f1d-9481-85378506473e .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-638c341a-3aed-4f1d-9481-85378506473e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-638c341a-3aed-4f1d-9481-85378506473e .shogun-image-content {
  
    justify-content: center;
  
}

.s-638c341a-3aed-4f1d-9481-85378506473e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image {
  box-sizing: border-box;
}



.s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-638c341a-3aed-4f1d-9481-85378506473e {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container {
      position: relative;
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-638c341a-3aed-4f1d-9481-85378506473e {
  margin: 0 !important;
  overflow: visible;
}

#s-638c341a-3aed-4f1d-9481-85378506473e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-638c341a-3aed-4f1d-9481-85378506473e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-638c341a-3aed-4f1d-9481-85378506473e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
  /* Add background color handling */
  
}

#s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-638c341a-3aed-4f1d-9481-85378506473e .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-638c341a-3aed-4f1d-9481-85378506473e .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-638c341a-3aed-4f1d-9481-85378506473e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-638c341a-3aed-4f1d-9481-85378506473e .shogun-image-content {
  
    justify-content: center;
  
}

.s-638c341a-3aed-4f1d-9481-85378506473e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image {
  box-sizing: border-box;
}



.s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-638c341a-3aed-4f1d-9481-85378506473e {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container {
      position: relative;
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-638c341a-3aed-4f1d-9481-85378506473e {
  margin: 0 !important;
  overflow: visible;
}

#s-638c341a-3aed-4f1d-9481-85378506473e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-638c341a-3aed-4f1d-9481-85378506473e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-638c341a-3aed-4f1d-9481-85378506473e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
  /* Add background color handling */
  
}

#s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-638c341a-3aed-4f1d-9481-85378506473e .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-638c341a-3aed-4f1d-9481-85378506473e .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-638c341a-3aed-4f1d-9481-85378506473e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-638c341a-3aed-4f1d-9481-85378506473e .shogun-image-content {
  
    justify-content: center;
  
}

.s-638c341a-3aed-4f1d-9481-85378506473e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image {
  box-sizing: border-box;
}



.s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-638c341a-3aed-4f1d-9481-85378506473e {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container {
      position: relative;
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-638c341a-3aed-4f1d-9481-85378506473e {
  margin: 0 !important;
  overflow: visible;
}

#s-638c341a-3aed-4f1d-9481-85378506473e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-638c341a-3aed-4f1d-9481-85378506473e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-638c341a-3aed-4f1d-9481-85378506473e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
  /* Add background color handling */
  
}

#s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-638c341a-3aed-4f1d-9481-85378506473e .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-638c341a-3aed-4f1d-9481-85378506473e .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-638c341a-3aed-4f1d-9481-85378506473e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-638c341a-3aed-4f1d-9481-85378506473e .shogun-image-content {
  
    justify-content: center;
  
}

.s-638c341a-3aed-4f1d-9481-85378506473e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image {
  box-sizing: border-box;
}



.s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-638c341a-3aed-4f1d-9481-85378506473e {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container {
      position: relative;
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-638c341a-3aed-4f1d-9481-85378506473e {
  margin: 0 !important;
  overflow: visible;
}

#s-638c341a-3aed-4f1d-9481-85378506473e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-638c341a-3aed-4f1d-9481-85378506473e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-638c341a-3aed-4f1d-9481-85378506473e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
  /* Add background color handling */
  
}

#s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-638c341a-3aed-4f1d-9481-85378506473e .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-638c341a-3aed-4f1d-9481-85378506473e .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-638c341a-3aed-4f1d-9481-85378506473e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-638c341a-3aed-4f1d-9481-85378506473e .shogun-image-content {
  
    justify-content: center;
  
}

.s-638c341a-3aed-4f1d-9481-85378506473e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image {
  box-sizing: border-box;
}



.s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-638c341a-3aed-4f1d-9481-85378506473e {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container {
      position: relative;
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-638c341a-3aed-4f1d-9481-85378506473e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-19d6256f-e5e3-4392-a5c9-11ae4934baa7 {
  margin-top: 8px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-19d6256f-e5e3-4392-a5c9-11ae4934baa7 {
  display: none;
}
#s-19d6256f-e5e3-4392-a5c9-11ae4934baa7, #wrap-s-19d6256f-e5e3-4392-a5c9-11ae4934baa7, #wrap-content-s-19d6256f-e5e3-4392-a5c9-11ae4934baa7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19d6256f-e5e3-4392-a5c9-11ae4934baa7 {
  display: none;
}
#s-19d6256f-e5e3-4392-a5c9-11ae4934baa7, #wrap-s-19d6256f-e5e3-4392-a5c9-11ae4934baa7, #wrap-content-s-19d6256f-e5e3-4392-a5c9-11ae4934baa7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19d6256f-e5e3-4392-a5c9-11ae4934baa7 {
  display: none;
}
#s-19d6256f-e5e3-4392-a5c9-11ae4934baa7, #wrap-s-19d6256f-e5e3-4392-a5c9-11ae4934baa7, #wrap-content-s-19d6256f-e5e3-4392-a5c9-11ae4934baa7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-19d6256f-e5e3-4392-a5c9-11ae4934baa7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-19d6256f-e5e3-4392-a5c9-11ae4934baa7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-19d6256f-e5e3-4392-a5c9-11ae4934baa7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-19d6256f-e5e3-4392-a5c9-11ae4934baa7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image {
  box-sizing: border-box;
}



.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container {
      position: relative;
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image {
  box-sizing: border-box;
}



.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container {
      position: relative;
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image {
  box-sizing: border-box;
}



.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container {
      position: relative;
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image {
  box-sizing: border-box;
}



.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container {
      position: relative;
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image {
  box-sizing: border-box;
}



.s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container {
      position: relative;
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5c3f76c-0682-4bc6-86b2-e4acb326ac32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
  margin: 0 !important;
  overflow: visible;
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
  /* Add background color handling */
  
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image {
  box-sizing: border-box;
}



.s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container {
      position: relative;
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
  margin: 0 !important;
  overflow: visible;
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
  /* Add background color handling */
  
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image {
  box-sizing: border-box;
}



.s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container {
      position: relative;
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
  margin: 0 !important;
  overflow: visible;
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
  /* Add background color handling */
  
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image {
  box-sizing: border-box;
}



.s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container {
      position: relative;
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
  margin: 0 !important;
  overflow: visible;
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
  /* Add background color handling */
  
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image {
  box-sizing: border-box;
}



.s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container {
      position: relative;
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
  margin: 0 !important;
  overflow: visible;
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
  /* Add background color handling */
  
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-19c4ae92-53c2-4823-8cc4-981ae0c32133 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image {
  box-sizing: border-box;
}



.s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container {
      position: relative;
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c4ae92-53c2-4823-8cc4-981ae0c32133 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
  margin: 0 !important;
  overflow: visible;
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
  /* Add background color handling */
  
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73146bfe-36a3-4379-85f6-5e302bb1a467.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image {
  box-sizing: border-box;
}



.s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container {
      position: relative;
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
  margin: 0 !important;
  overflow: visible;
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
  /* Add background color handling */
  
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73146bfe-36a3-4379-85f6-5e302bb1a467.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image {
  box-sizing: border-box;
}



.s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container {
      position: relative;
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
  margin: 0 !important;
  overflow: visible;
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
  /* Add background color handling */
  
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73146bfe-36a3-4379-85f6-5e302bb1a467.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image {
  box-sizing: border-box;
}



.s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container {
      position: relative;
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
  margin: 0 !important;
  overflow: visible;
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
  /* Add background color handling */
  
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73146bfe-36a3-4379-85f6-5e302bb1a467.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image {
  box-sizing: border-box;
}



.s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container {
      position: relative;
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
  margin: 0 !important;
  overflow: visible;
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
  /* Add background color handling */
  
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-73146bfe-36a3-4379-85f6-5e302bb1a467 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73146bfe-36a3-4379-85f6-5e302bb1a467.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image {
  box-sizing: border-box;
}



.s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73146bfe-36a3-4379-85f6-5e302bb1a467 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container {
      position: relative;
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73146bfe-36a3-4379-85f6-5e302bb1a467 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-b08373b6-729d-4890-b739-7e4d71863879 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-b08373b6-729d-4890-b739-7e4d71863879 {
  margin: 0 !important;
  overflow: visible;
}

#s-b08373b6-729d-4890-b739-7e4d71863879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b08373b6-729d-4890-b739-7e4d71863879 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b08373b6-729d-4890-b739-7e4d71863879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
  /* Add background color handling */
  
}

#s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b08373b6-729d-4890-b739-7e4d71863879 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-b08373b6-729d-4890-b739-7e4d71863879 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b08373b6-729d-4890-b739-7e4d71863879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-b08373b6-729d-4890-b739-7e4d71863879 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b08373b6-729d-4890-b739-7e4d71863879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image {
  box-sizing: border-box;
}



.s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b08373b6-729d-4890-b739-7e4d71863879 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container {
      position: relative;
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-b08373b6-729d-4890-b739-7e4d71863879 {
  margin: 0 !important;
  overflow: visible;
}

#s-b08373b6-729d-4890-b739-7e4d71863879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b08373b6-729d-4890-b739-7e4d71863879 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b08373b6-729d-4890-b739-7e4d71863879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
  /* Add background color handling */
  
}

#s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b08373b6-729d-4890-b739-7e4d71863879 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-b08373b6-729d-4890-b739-7e4d71863879 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b08373b6-729d-4890-b739-7e4d71863879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-b08373b6-729d-4890-b739-7e4d71863879 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b08373b6-729d-4890-b739-7e4d71863879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image {
  box-sizing: border-box;
}



.s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b08373b6-729d-4890-b739-7e4d71863879 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container {
      position: relative;
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b08373b6-729d-4890-b739-7e4d71863879 {
  margin: 0 !important;
  overflow: visible;
}

#s-b08373b6-729d-4890-b739-7e4d71863879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b08373b6-729d-4890-b739-7e4d71863879 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b08373b6-729d-4890-b739-7e4d71863879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
  /* Add background color handling */
  
}

#s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b08373b6-729d-4890-b739-7e4d71863879 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-b08373b6-729d-4890-b739-7e4d71863879 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b08373b6-729d-4890-b739-7e4d71863879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-b08373b6-729d-4890-b739-7e4d71863879 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b08373b6-729d-4890-b739-7e4d71863879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image {
  box-sizing: border-box;
}



.s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b08373b6-729d-4890-b739-7e4d71863879 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container {
      position: relative;
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b08373b6-729d-4890-b739-7e4d71863879 {
  margin: 0 !important;
  overflow: visible;
}

#s-b08373b6-729d-4890-b739-7e4d71863879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b08373b6-729d-4890-b739-7e4d71863879 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b08373b6-729d-4890-b739-7e4d71863879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
  /* Add background color handling */
  
}

#s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b08373b6-729d-4890-b739-7e4d71863879 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-b08373b6-729d-4890-b739-7e4d71863879 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b08373b6-729d-4890-b739-7e4d71863879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-b08373b6-729d-4890-b739-7e4d71863879 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b08373b6-729d-4890-b739-7e4d71863879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image {
  box-sizing: border-box;
}



.s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b08373b6-729d-4890-b739-7e4d71863879 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container {
      position: relative;
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-b08373b6-729d-4890-b739-7e4d71863879 {
  margin: 0 !important;
  overflow: visible;
}

#s-b08373b6-729d-4890-b739-7e4d71863879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b08373b6-729d-4890-b739-7e4d71863879 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b08373b6-729d-4890-b739-7e4d71863879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
  /* Add background color handling */
  
}

#s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b08373b6-729d-4890-b739-7e4d71863879 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-b08373b6-729d-4890-b739-7e4d71863879 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b08373b6-729d-4890-b739-7e4d71863879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-b08373b6-729d-4890-b739-7e4d71863879 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b08373b6-729d-4890-b739-7e4d71863879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image {
  box-sizing: border-box;
}



.s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b08373b6-729d-4890-b739-7e4d71863879 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container {
      position: relative;
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08373b6-729d-4890-b739-7e4d71863879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
  margin: 0 !important;
  overflow: visible;
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
  /* Add background color handling */
  
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image {
  box-sizing: border-box;
}



.s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container {
      position: relative;
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
  margin: 0 !important;
  overflow: visible;
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
  /* Add background color handling */
  
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image {
  box-sizing: border-box;
}



.s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container {
      position: relative;
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
  margin: 0 !important;
  overflow: visible;
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
  /* Add background color handling */
  
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image {
  box-sizing: border-box;
}



.s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container {
      position: relative;
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
  margin: 0 !important;
  overflow: visible;
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
  /* Add background color handling */
  
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image {
  box-sizing: border-box;
}



.s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container {
      position: relative;
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
  margin: 0 !important;
  overflow: visible;
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
  /* Add background color handling */
  
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-8a372fba-bf61-44fa-ae59-3ae2daef850f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image {
  box-sizing: border-box;
}



.s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container {
      position: relative;
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a372fba-bf61-44fa-ae59-3ae2daef850f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-081e7711-6e32-41b8-8bb1-a25829b38791 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 687px;
aspect-ratio: 687/695;
text-align: center;
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791 {
  margin: 0 !important;
  overflow: visible;
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-081e7711-6e32-41b8-8bb1-a25829b38791 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-081e7711-6e32-41b8-8bb1-a25829b38791 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
  /* Add background color handling */
  
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-081e7711-6e32-41b8-8bb1-a25829b38791 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-081e7711-6e32-41b8-8bb1-a25829b38791 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-081e7711-6e32-41b8-8bb1-a25829b38791 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-081e7711-6e32-41b8-8bb1-a25829b38791 .shogun-image-content {
  
    justify-content: center;
  
}

.s-081e7711-6e32-41b8-8bb1-a25829b38791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image {
  box-sizing: border-box;
}



.s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-081e7711-6e32-41b8-8bb1-a25829b38791 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container {
      position: relative;
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

@media (min-width: 1200px){#s-081e7711-6e32-41b8-8bb1-a25829b38791 {
  margin: 0 !important;
  overflow: visible;
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-081e7711-6e32-41b8-8bb1-a25829b38791 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-081e7711-6e32-41b8-8bb1-a25829b38791 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
  /* Add background color handling */
  
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-081e7711-6e32-41b8-8bb1-a25829b38791 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-081e7711-6e32-41b8-8bb1-a25829b38791 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-081e7711-6e32-41b8-8bb1-a25829b38791 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-081e7711-6e32-41b8-8bb1-a25829b38791 .shogun-image-content {
  
    justify-content: center;
  
}

.s-081e7711-6e32-41b8-8bb1-a25829b38791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image {
  box-sizing: border-box;
}



.s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-081e7711-6e32-41b8-8bb1-a25829b38791 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container {
      position: relative;
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-081e7711-6e32-41b8-8bb1-a25829b38791 {
  margin: 0 !important;
  overflow: visible;
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-081e7711-6e32-41b8-8bb1-a25829b38791 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-081e7711-6e32-41b8-8bb1-a25829b38791 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
  /* Add background color handling */
  
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-081e7711-6e32-41b8-8bb1-a25829b38791 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-081e7711-6e32-41b8-8bb1-a25829b38791 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-081e7711-6e32-41b8-8bb1-a25829b38791 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-081e7711-6e32-41b8-8bb1-a25829b38791 .shogun-image-content {
  
    justify-content: center;
  
}

.s-081e7711-6e32-41b8-8bb1-a25829b38791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image {
  box-sizing: border-box;
}



.s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-081e7711-6e32-41b8-8bb1-a25829b38791 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container {
      position: relative;
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-081e7711-6e32-41b8-8bb1-a25829b38791 {
  margin: 0 !important;
  overflow: visible;
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-081e7711-6e32-41b8-8bb1-a25829b38791 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-081e7711-6e32-41b8-8bb1-a25829b38791 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
  /* Add background color handling */
  
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-081e7711-6e32-41b8-8bb1-a25829b38791 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-081e7711-6e32-41b8-8bb1-a25829b38791 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-081e7711-6e32-41b8-8bb1-a25829b38791 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-081e7711-6e32-41b8-8bb1-a25829b38791 .shogun-image-content {
  
    justify-content: center;
  
}

.s-081e7711-6e32-41b8-8bb1-a25829b38791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image {
  box-sizing: border-box;
}



.s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-081e7711-6e32-41b8-8bb1-a25829b38791 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container {
      position: relative;
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}@media (max-width: 767px){#s-081e7711-6e32-41b8-8bb1-a25829b38791 {
  margin: 0 !important;
  overflow: visible;
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-081e7711-6e32-41b8-8bb1-a25829b38791 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-081e7711-6e32-41b8-8bb1-a25829b38791 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
  /* Add background color handling */
  
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-081e7711-6e32-41b8-8bb1-a25829b38791 .shg-image-content-wrapper {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }

    #s-081e7711-6e32-41b8-8bb1-a25829b38791 .shogun-image-link {
      aspect-ratio: 687/695;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-081e7711-6e32-41b8-8bb1-a25829b38791 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 687px;
  }



  img.s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image {
    
    
    
    max-height: 687px;
  }


.s-081e7711-6e32-41b8-8bb1-a25829b38791 .shogun-image-content {
  
    justify-content: center;
  
}

.s-081e7711-6e32-41b8-8bb1-a25829b38791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image {
  box-sizing: border-box;
}



.s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-081e7711-6e32-41b8-8bb1-a25829b38791 {
      --shg-aspect-ratio: calc(687/695); 
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container {
      position: relative;
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-081e7711-6e32-41b8-8bb1-a25829b38791 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 687px;
    }
  }

}
#s-ec8b69bd-d991-47c1-9081-084c9b4a0ce4 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec8b69bd-d991-47c1-9081-084c9b4a0ce4 .shogun-heading-component h1 {
  color: rgba(54, 54, 54, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (max-width: 767px){#s-ec8b69bd-d991-47c1-9081-084c9b4a0ce4 .shogun-heading-component h1 {
  color: rgba(54, 54, 54, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-be2afc00-640e-4963-bb20-fe5c0c6ec976 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-be2afc00-640e-4963-bb20-fe5c0c6ec976 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be2afc00-640e-4963-bb20-fe5c0c6ec976 {
  cursor: pointer;
}#s-be2afc00-640e-4963-bb20-fe5c0c6ec976.shg-box.shg-c {
  justify-content: center;
}

#s-92f0a638-abc0-4229-8cf1-9ab95afff315 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 18px;
margin-bottom: 10px;
min-height: 50px;
background-position: center bottom;
}

#s-92f0a638-abc0-4229-8cf1-9ab95afff315 {
  background-image: url(https://i.shgcdn.com/e062842d-7f40-4c43-bc70-deb51ee1f52f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-92f0a638-abc0-4229-8cf1-9ab95afff315 {
  background-image: url(https://i.shgcdn.com/e062842d-7f40-4c43-bc70-deb51ee1f52f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-92f0a638-abc0-4229-8cf1-9ab95afff315.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-92f0a638-abc0-4229-8cf1-9ab95afff315 {
  background-image: url(https://i.shgcdn.com/e062842d-7f40-4c43-bc70-deb51ee1f52f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-92f0a638-abc0-4229-8cf1-9ab95afff315.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-92f0a638-abc0-4229-8cf1-9ab95afff315 {
  background-image: url(https://i.shgcdn.com/e062842d-7f40-4c43-bc70-deb51ee1f52f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-92f0a638-abc0-4229-8cf1-9ab95afff315.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-92f0a638-abc0-4229-8cf1-9ab95afff315 {
  background-image: url(https://i.shgcdn.com/e062842d-7f40-4c43-bc70-deb51ee1f52f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-92f0a638-abc0-4229-8cf1-9ab95afff315.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-92f0a638-abc0-4229-8cf1-9ab95afff315 {
  background-image: url(https://i.shgcdn.com/e062842d-7f40-4c43-bc70-deb51ee1f52f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-92f0a638-abc0-4229-8cf1-9ab95afff315.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-92f0a638-abc0-4229-8cf1-9ab95afff315 {
  background-image: url(https://i.shgcdn.com/e062842d-7f40-4c43-bc70-deb51ee1f52f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-92f0a638-abc0-4229-8cf1-9ab95afff315.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-92f0a638-abc0-4229-8cf1-9ab95afff315 {
  background-image: url(https://i.shgcdn.com/e062842d-7f40-4c43-bc70-deb51ee1f52f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-92f0a638-abc0-4229-8cf1-9ab95afff315.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-92f0a638-abc0-4229-8cf1-9ab95afff315 {
  background-image: url(https://i.shgcdn.com/e062842d-7f40-4c43-bc70-deb51ee1f52f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-92f0a638-abc0-4229-8cf1-9ab95afff315.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-92f0a638-abc0-4229-8cf1-9ab95afff315 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92f0a638-abc0-4229-8cf1-9ab95afff315.shg-box.shg-c {
  justify-content: center;
}

#s-b9067f50-f3ea-41d0-a565-e965aca18df5 {
  margin-top: 6px;
margin-left: 3%;
margin-right: auto;
padding-top: 17px;
padding-bottom: 3px;
text-align: center;
}
@media (max-width: 767px){#s-b9067f50-f3ea-41d0-a565-e965aca18df5 {
  display: none;
}
#s-b9067f50-f3ea-41d0-a565-e965aca18df5, #wrap-s-b9067f50-f3ea-41d0-a565-e965aca18df5, #wrap-content-s-b9067f50-f3ea-41d0-a565-e965aca18df5 { display: none !important; }}
#s-b9067f50-f3ea-41d0-a565-e965aca18df5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-b1e7701e-c396-433f-8aa3-109f536335b1 {
  margin-left: 3%;
margin-right: auto;
padding-top: 17px;
padding-bottom: 3px;
text-align: center;
}
@media (min-width: 1200px){#s-b1e7701e-c396-433f-8aa3-109f536335b1 {
  display: none;
}
#s-b1e7701e-c396-433f-8aa3-109f536335b1, #wrap-s-b1e7701e-c396-433f-8aa3-109f536335b1, #wrap-content-s-b1e7701e-c396-433f-8aa3-109f536335b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1e7701e-c396-433f-8aa3-109f536335b1 {
  display: none;
}
#s-b1e7701e-c396-433f-8aa3-109f536335b1, #wrap-s-b1e7701e-c396-433f-8aa3-109f536335b1, #wrap-content-s-b1e7701e-c396-433f-8aa3-109f536335b1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b1e7701e-c396-433f-8aa3-109f536335b1 {
  display: none;
}
#s-b1e7701e-c396-433f-8aa3-109f536335b1, #wrap-s-b1e7701e-c396-433f-8aa3-109f536335b1, #wrap-content-s-b1e7701e-c396-433f-8aa3-109f536335b1 { display: none !important; }}
#s-b1e7701e-c396-433f-8aa3-109f536335b1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}



#s-97168ac3-e12b-48ac-9064-2045a5dfc8e0 {
  margin-left: 3%;
margin-bottom: 10px;
margin-right: auto;
padding-top: 4px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-97168ac3-e12b-48ac-9064-2045a5dfc8e0 {
  margin-bottom: 16px;
}
}
#s-97168ac3-e12b-48ac-9064-2045a5dfc8e0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: center;
}



#s-a2ff9a4d-61d5-4da0-b242-b1a3de798afc {
  background-image: url(https://i.shgcdn.com/575f573b-cf54-4a00-b7b4-54056696f1d3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 8px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 4px;
padding-left: 31px;
padding-bottom: 4px;
padding-right: 31px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(114, 193, 172, 1);
border-style: none;
border-radius: 0px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.8em;
hover-type: image;
background-position: undefined center;
color: rgba(110, 13, 91, 1);
}
#s-a2ff9a4d-61d5-4da0-b242-b1a3de798afc:hover {background-color: rgba(110, 13, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a2ff9a4d-61d5-4da0-b242-b1a3de798afc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2ff9a4d-61d5-4da0-b242-b1a3de798afc-root {
    text-align: center;
  }


#s-a2ff9a4d-61d5-4da0-b242-b1a3de798afc.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 17px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2ff9a4d-61d5-4da0-b242-b1a3de798afc-root {
    text-align: center;
  }


#s-a2ff9a4d-61d5-4da0-b242-b1a3de798afc.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 17px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2ff9a4d-61d5-4da0-b242-b1a3de798afc-root {
    text-align: center;
  }


#s-a2ff9a4d-61d5-4da0-b242-b1a3de798afc.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 17px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2ff9a4d-61d5-4da0-b242-b1a3de798afc-root {
    text-align: center;
  }


#s-a2ff9a4d-61d5-4da0-b242-b1a3de798afc.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 17px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2ff9a4d-61d5-4da0-b242-b1a3de798afc-root {
    text-align: center;
  }


#s-a2ff9a4d-61d5-4da0-b242-b1a3de798afc.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 17px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}
#s-9bd44664-3144-4664-9c9c-7d0c49a3bc89 {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-9bd44664-3144-4664-9c9c-7d0c49a3bc89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bd44664-3144-4664-9c9c-7d0c49a3bc89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.5px);
}

}

@media (min-width: 992px) {
[id="s-9bd44664-3144-4664-9c9c-7d0c49a3bc89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.5px);
}

}

@media (min-width: 1200px) {
[id="s-9bd44664-3144-4664-9c9c-7d0c49a3bc89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.5px);
}

}

#s-32350f20-3c05-4b12-b92e-3c126ed03247 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-32350f20-3c05-4b12-b92e-3c126ed03247 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32350f20-3c05-4b12-b92e-3c126ed03247 {
  cursor: pointer;
}#s-32350f20-3c05-4b12-b92e-3c126ed03247.shg-box.shg-c {
  justify-content: center;
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
  margin-left: auto;
margin-right: auto;
max-width: 2197px;
aspect-ratio: 2121/925;
text-align: center;
}
@media (max-width: 767px){#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
  margin-bottom: 10px;
}
}
#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
  margin: 0 !important;
  overflow: visible;
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
  /* Add background color handling */
  
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image {
  box-sizing: border-box;
}



.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container {
      position: relative;
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

@media (min-width: 1200px){#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
  margin: 0 !important;
  overflow: visible;
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
  /* Add background color handling */
  
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image {
  box-sizing: border-box;
}



.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container {
      position: relative;
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
  margin: 0 !important;
  overflow: visible;
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
  /* Add background color handling */
  
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image {
  box-sizing: border-box;
}



.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container {
      position: relative;
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
  margin: 0 !important;
  overflow: visible;
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
  /* Add background color handling */
  
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image {
  box-sizing: border-box;
}



.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container {
      position: relative;
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (max-width: 767px){#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
  margin: 0 !important;
  overflow: visible;
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
  /* Add background color handling */
  
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image {
  box-sizing: border-box;
}



.s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container {
      position: relative;
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-957c9eec-fcae-41d1-beb3-631ec4e31fe4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}
#s-609f5c7d-e6b7-4639-88f7-c336bf4fdf68 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-609f5c7d-e6b7-4639-88f7-c336bf4fdf68 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-69223b68-436b-41fa-8e45-09eda4bc603d {
  background-image: url(https://i.shgcdn.com/575f573b-cf54-4a00-b7b4-54056696f1d3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 8px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4px;
padding-left: 31px;
padding-bottom: 4px;
padding-right: 31px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(114, 193, 172, 1);
border-style: none;
border-radius: 0px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.8em;
hover-type: image;
background-position: undefined center;
color: rgba(110, 13, 91, 1);
}
#s-69223b68-436b-41fa-8e45-09eda4bc603d:hover {background-color: rgba(110, 13, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-69223b68-436b-41fa-8e45-09eda4bc603d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-69223b68-436b-41fa-8e45-09eda4bc603d-root {
    text-align: center;
  }


#s-69223b68-436b-41fa-8e45-09eda4bc603d.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-69223b68-436b-41fa-8e45-09eda4bc603d-root {
    text-align: center;
  }


#s-69223b68-436b-41fa-8e45-09eda4bc603d.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69223b68-436b-41fa-8e45-09eda4bc603d-root {
    text-align: center;
  }


#s-69223b68-436b-41fa-8e45-09eda4bc603d.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69223b68-436b-41fa-8e45-09eda4bc603d-root {
    text-align: center;
  }


#s-69223b68-436b-41fa-8e45-09eda4bc603d.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-69223b68-436b-41fa-8e45-09eda4bc603d-root {
    text-align: center;
  }


#s-69223b68-436b-41fa-8e45-09eda4bc603d.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}
#s-f84906d2-3325-4f58-89ed-855e1116a2fc {
  margin-left: auto;
margin-right: auto;
max-width: 2197px;
aspect-ratio: 2121/151;
text-align: center;
}
@media (max-width: 767px){#s-f84906d2-3325-4f58-89ed-855e1116a2fc {
  margin-bottom: 10px;
}
}
#s-f84906d2-3325-4f58-89ed-855e1116a2fc {
  margin: 0 !important;
  overflow: visible;
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f84906d2-3325-4f58-89ed-855e1116a2fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f84906d2-3325-4f58-89ed-855e1116a2fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
  /* Add background color handling */
  
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f84906d2-3325-4f58-89ed-855e1116a2fc .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-f84906d2-3325-4f58-89ed-855e1116a2fc .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f84906d2-3325-4f58-89ed-855e1116a2fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-f84906d2-3325-4f58-89ed-855e1116a2fc .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-f84906d2-3325-4f58-89ed-855e1116a2fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image {
  box-sizing: border-box;
}



.s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f84906d2-3325-4f58-89ed-855e1116a2fc {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container {
      position: relative;
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

@media (min-width: 1200px){#s-f84906d2-3325-4f58-89ed-855e1116a2fc {
  margin: 0 !important;
  overflow: visible;
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f84906d2-3325-4f58-89ed-855e1116a2fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f84906d2-3325-4f58-89ed-855e1116a2fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
  /* Add background color handling */
  
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f84906d2-3325-4f58-89ed-855e1116a2fc .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-f84906d2-3325-4f58-89ed-855e1116a2fc .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f84906d2-3325-4f58-89ed-855e1116a2fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-f84906d2-3325-4f58-89ed-855e1116a2fc .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-f84906d2-3325-4f58-89ed-855e1116a2fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image {
  box-sizing: border-box;
}



.s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f84906d2-3325-4f58-89ed-855e1116a2fc {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container {
      position: relative;
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f84906d2-3325-4f58-89ed-855e1116a2fc {
  margin: 0 !important;
  overflow: visible;
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f84906d2-3325-4f58-89ed-855e1116a2fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f84906d2-3325-4f58-89ed-855e1116a2fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
  /* Add background color handling */
  
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f84906d2-3325-4f58-89ed-855e1116a2fc .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-f84906d2-3325-4f58-89ed-855e1116a2fc .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f84906d2-3325-4f58-89ed-855e1116a2fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-f84906d2-3325-4f58-89ed-855e1116a2fc .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-f84906d2-3325-4f58-89ed-855e1116a2fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image {
  box-sizing: border-box;
}



.s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f84906d2-3325-4f58-89ed-855e1116a2fc {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container {
      position: relative;
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f84906d2-3325-4f58-89ed-855e1116a2fc {
  margin: 0 !important;
  overflow: visible;
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f84906d2-3325-4f58-89ed-855e1116a2fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f84906d2-3325-4f58-89ed-855e1116a2fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
  /* Add background color handling */
  
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f84906d2-3325-4f58-89ed-855e1116a2fc .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-f84906d2-3325-4f58-89ed-855e1116a2fc .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f84906d2-3325-4f58-89ed-855e1116a2fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-f84906d2-3325-4f58-89ed-855e1116a2fc .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-f84906d2-3325-4f58-89ed-855e1116a2fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image {
  box-sizing: border-box;
}



.s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f84906d2-3325-4f58-89ed-855e1116a2fc {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container {
      position: relative;
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (max-width: 767px){#s-f84906d2-3325-4f58-89ed-855e1116a2fc {
  margin: 0 !important;
  overflow: visible;
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f84906d2-3325-4f58-89ed-855e1116a2fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f84906d2-3325-4f58-89ed-855e1116a2fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
  /* Add background color handling */
  
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f84906d2-3325-4f58-89ed-855e1116a2fc .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-f84906d2-3325-4f58-89ed-855e1116a2fc .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f84906d2-3325-4f58-89ed-855e1116a2fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-f84906d2-3325-4f58-89ed-855e1116a2fc .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-f84906d2-3325-4f58-89ed-855e1116a2fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image {
  box-sizing: border-box;
}



.s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f84906d2-3325-4f58-89ed-855e1116a2fc {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container {
      position: relative;
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f84906d2-3325-4f58-89ed-855e1116a2fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}
#s-2e5c3142-4ba2-49e0-be17-6d1d9777250a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-2e5c3142-4ba2-49e0-be17-6d1d9777250a {
  display: none;
}
#s-2e5c3142-4ba2-49e0-be17-6d1d9777250a, #wrap-s-2e5c3142-4ba2-49e0-be17-6d1d9777250a, #wrap-content-s-2e5c3142-4ba2-49e0-be17-6d1d9777250a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e5c3142-4ba2-49e0-be17-6d1d9777250a {
  display: none;
}
#s-2e5c3142-4ba2-49e0-be17-6d1d9777250a, #wrap-s-2e5c3142-4ba2-49e0-be17-6d1d9777250a, #wrap-content-s-2e5c3142-4ba2-49e0-be17-6d1d9777250a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e5c3142-4ba2-49e0-be17-6d1d9777250a {
  display: none;
}
#s-2e5c3142-4ba2-49e0-be17-6d1d9777250a, #wrap-s-2e5c3142-4ba2-49e0-be17-6d1d9777250a, #wrap-content-s-2e5c3142-4ba2-49e0-be17-6d1d9777250a { display: none !important; }}







#s-2e5c3142-4ba2-49e0-be17-6d1d9777250a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e5c3142-4ba2-49e0-be17-6d1d9777250a {
  cursor: pointer;
}#s-2e5c3142-4ba2-49e0-be17-6d1d9777250a.shg-box.shg-c {
  justify-content: center;
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
  margin-top: 2px;
margin-left: auto;
margin-right: auto;
max-width: 2197px;
aspect-ratio: 2121/151;
text-align: center;
}
@media (max-width: 767px){#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
  margin-bottom: 10px;
}
}
#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
  margin: 0 !important;
  overflow: visible;
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 2px;
  
}

.shg-image-content-margin-container-s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
  /* Add background color handling */
  
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image {
  box-sizing: border-box;
}



.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container {
      position: relative;
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

@media (min-width: 1200px){#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
  margin: 0 !important;
  overflow: visible;
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
  /* Add background color handling */
  
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image {
  box-sizing: border-box;
}



.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container {
      position: relative;
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
  margin: 0 !important;
  overflow: visible;
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
  /* Add background color handling */
  
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image {
  box-sizing: border-box;
}



.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container {
      position: relative;
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
  margin: 0 !important;
  overflow: visible;
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
  /* Add background color handling */
  
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image {
  box-sizing: border-box;
}



.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container {
      position: relative;
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (max-width: 767px){#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
  margin: 0 !important;
  overflow: visible;
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
  /* Add background color handling */
  
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image {
  box-sizing: border-box;
}



.s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container {
      position: relative;
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d38fbd8-a5fa-4293-852d-851611e0bd2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}
#s-f5ed2f2a-6092-4a88-bd88-634e8828f161 {
  margin-top: 1px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f5ed2f2a-6092-4a88-bd88-634e8828f161 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-378ae35e-93ea-4530-8bb9-c68530fdf693 {
  background-image: url(https://i.shgcdn.com/575f573b-cf54-4a00-b7b4-54056696f1d3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 8px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4px;
padding-left: 31px;
padding-bottom: 4px;
padding-right: 31px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(114, 193, 172, 1);
border-style: none;
border-radius: 0px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.8em;
hover-type: image;
background-position: undefined center;
color: rgba(110, 13, 91, 1);
}
#s-378ae35e-93ea-4530-8bb9-c68530fdf693:hover {background-color: rgba(110, 13, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-378ae35e-93ea-4530-8bb9-c68530fdf693:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-378ae35e-93ea-4530-8bb9-c68530fdf693-root {
    text-align: center;
  }


#s-378ae35e-93ea-4530-8bb9-c68530fdf693.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-378ae35e-93ea-4530-8bb9-c68530fdf693-root {
    text-align: center;
  }


#s-378ae35e-93ea-4530-8bb9-c68530fdf693.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-378ae35e-93ea-4530-8bb9-c68530fdf693-root {
    text-align: center;
  }


#s-378ae35e-93ea-4530-8bb9-c68530fdf693.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-378ae35e-93ea-4530-8bb9-c68530fdf693-root {
    text-align: center;
  }


#s-378ae35e-93ea-4530-8bb9-c68530fdf693.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-378ae35e-93ea-4530-8bb9-c68530fdf693-root {
    text-align: center;
  }


#s-378ae35e-93ea-4530-8bb9-c68530fdf693.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}
#s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
  margin-left: auto;
margin-right: auto;
max-width: 2197px;
aspect-ratio: 2121/925;
text-align: center;
}
@media (max-width: 767px){#s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
  margin-bottom: 10px;
}
}
#s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-a268726c-04da-4172-a0dd-1717a10d5ee5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image {
  box-sizing: border-box;
}



.s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container {
      position: relative;
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

@media (min-width: 1200px){#s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-a268726c-04da-4172-a0dd-1717a10d5ee5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image {
  box-sizing: border-box;
}



.s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container {
      position: relative;
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-a268726c-04da-4172-a0dd-1717a10d5ee5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image {
  box-sizing: border-box;
}



.s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container {
      position: relative;
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-a268726c-04da-4172-a0dd-1717a10d5ee5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image {
  box-sizing: border-box;
}



.s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container {
      position: relative;
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (max-width: 767px){#s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-a268726c-04da-4172-a0dd-1717a10d5ee5 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-a268726c-04da-4172-a0dd-1717a10d5ee5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image {
  box-sizing: border-box;
}



.s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a268726c-04da-4172-a0dd-1717a10d5ee5 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container {
      position: relative;
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a268726c-04da-4172-a0dd-1717a10d5ee5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}
#s-34ee2faa-11b7-4eb7-b797-d266f57e9c86 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-34ee2faa-11b7-4eb7-b797-d266f57e9c86 {
  display: none;
}
#s-34ee2faa-11b7-4eb7-b797-d266f57e9c86, #wrap-s-34ee2faa-11b7-4eb7-b797-d266f57e9c86, #wrap-content-s-34ee2faa-11b7-4eb7-b797-d266f57e9c86 { display: none !important; }}







#s-34ee2faa-11b7-4eb7-b797-d266f57e9c86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34ee2faa-11b7-4eb7-b797-d266f57e9c86 {
  cursor: pointer;
}#s-34ee2faa-11b7-4eb7-b797-d266f57e9c86.shg-box.shg-c {
  justify-content: center;
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
  margin-top: 2px;
margin-left: auto;
margin-right: auto;
max-width: 2197px;
aspect-ratio: 2121/151;
text-align: center;
}
@media (max-width: 767px){#s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
  margin-bottom: 10px;
}
}
#s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
  margin: 0 !important;
  overflow: visible;
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 2px;
  
}

.shg-image-content-margin-container-s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
  /* Add background color handling */
  
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image {
  box-sizing: border-box;
}



.s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container {
      position: relative;
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

@media (min-width: 1200px){#s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
  margin: 0 !important;
  overflow: visible;
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
  /* Add background color handling */
  
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image {
  box-sizing: border-box;
}



.s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container {
      position: relative;
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
  margin: 0 !important;
  overflow: visible;
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
  /* Add background color handling */
  
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image {
  box-sizing: border-box;
}



.s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container {
      position: relative;
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
  margin: 0 !important;
  overflow: visible;
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
  /* Add background color handling */
  
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image {
  box-sizing: border-box;
}



.s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container {
      position: relative;
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (max-width: 767px){#s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
  margin: 0 !important;
  overflow: visible;
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
  /* Add background color handling */
  
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shg-image-content-wrapper {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }

    #s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shogun-image-link {
      aspect-ratio: 2121/151;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-516419d6-450d-4c3a-87c3-eac1e8539e1e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image {
  box-sizing: border-box;
}



.s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e {
      --shg-aspect-ratio: calc(2121/151); 
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container {
      position: relative;
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-516419d6-450d-4c3a-87c3-eac1e8539e1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}
#s-680a4866-7682-48f4-bf5e-4f864a501a71 {
  margin-top: 1px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-680a4866-7682-48f4-bf5e-4f864a501a71 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-3b07625b-cf80-479c-bf86-2a01e1cd0d67 {
  background-image: url(https://i.shgcdn.com/575f573b-cf54-4a00-b7b4-54056696f1d3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 8px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4px;
padding-left: 31px;
padding-bottom: 4px;
padding-right: 31px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(114, 193, 172, 1);
border-style: none;
border-radius: 0px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.8em;
hover-type: image;
background-position: undefined center;
color: rgba(110, 13, 91, 1);
}
#s-3b07625b-cf80-479c-bf86-2a01e1cd0d67:hover {background-color: rgba(110, 13, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3b07625b-cf80-479c-bf86-2a01e1cd0d67:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b07625b-cf80-479c-bf86-2a01e1cd0d67-root {
    text-align: center;
  }


#s-3b07625b-cf80-479c-bf86-2a01e1cd0d67.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3b07625b-cf80-479c-bf86-2a01e1cd0d67-root {
    text-align: center;
  }


#s-3b07625b-cf80-479c-bf86-2a01e1cd0d67.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b07625b-cf80-479c-bf86-2a01e1cd0d67-root {
    text-align: center;
  }


#s-3b07625b-cf80-479c-bf86-2a01e1cd0d67.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b07625b-cf80-479c-bf86-2a01e1cd0d67-root {
    text-align: center;
  }


#s-3b07625b-cf80-479c-bf86-2a01e1cd0d67.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3b07625b-cf80-479c-bf86-2a01e1cd0d67-root {
    text-align: center;
  }


#s-3b07625b-cf80-479c-bf86-2a01e1cd0d67.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 15px;
  
  
  font-family: Lora;
  display:  inline-block ;
}
}
#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
  margin-left: auto;
margin-right: auto;
max-width: 2197px;
aspect-ratio: 2121/925;
text-align: center;
}
@media (max-width: 767px){#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
  margin-bottom: 10px;
}
}
#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image {
  box-sizing: border-box;
}



.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container {
      position: relative;
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

@media (min-width: 1200px){#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image {
  box-sizing: border-box;
}



.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container {
      position: relative;
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image {
  box-sizing: border-box;
}



.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container {
      position: relative;
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image {
  box-sizing: border-box;
}



.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container {
      position: relative;
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}@media (max-width: 767px){#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shg-image-content-wrapper {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }

    #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shogun-image-link {
      aspect-ratio: 2121/925;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2197px;
  }



  img.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image {
    
    
    
    max-height: 2197px;
  }


.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image {
  box-sizing: border-box;
}



.s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 {
      --shg-aspect-ratio: calc(2121/925); 
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container {
      position: relative;
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7e90230-71d4-4e5a-bde2-c6ace5f94cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2197px;
    }
  }

}
#s-00b51351-dcc7-4187-a79e-92d49174d84c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-00b51351-dcc7-4187-a79e-92d49174d84c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00b51351-dcc7-4187-a79e-92d49174d84c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00b51351-dcc7-4187-a79e-92d49174d84c {
  
}
}@media (max-width: 767px){#s-00b51351-dcc7-4187-a79e-92d49174d84c {
  display: none;
}
#s-00b51351-dcc7-4187-a79e-92d49174d84c, #wrap-s-00b51351-dcc7-4187-a79e-92d49174d84c, #wrap-content-s-00b51351-dcc7-4187-a79e-92d49174d84c { display: none !important; }}







#s-00b51351-dcc7-4187-a79e-92d49174d84c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00b51351-dcc7-4187-a79e-92d49174d84c.shg-box.shg-c {
  justify-content: center;
}

#s-aae552b8-5cd2-41cd-9b12-c848e8a29ccf {
  margin-left: 1%;
margin-right: 1%;
}
@media (max-width: 767px){#s-aae552b8-5cd2-41cd-9b12-c848e8a29ccf {
  display: none;
}
#s-aae552b8-5cd2-41cd-9b12-c848e8a29ccf, #wrap-s-aae552b8-5cd2-41cd-9b12-c848e8a29ccf, #wrap-content-s-aae552b8-5cd2-41cd-9b12-c848e8a29ccf { display: none !important; }}
@media (min-width: 0px) {
[id="s-aae552b8-5cd2-41cd-9b12-c848e8a29ccf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-aae552b8-5cd2-41cd-9b12-c848e8a29ccf"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 6.4px);
}

}

@media (min-width: 992px) {
[id="s-aae552b8-5cd2-41cd-9b12-c848e8a29ccf"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 6.4px);
}

}

@media (min-width: 1200px) {
[id="s-aae552b8-5cd2-41cd-9b12-c848e8a29ccf"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 6.4px);
}

}

#s-9b24ebab-cb9a-4a52-9ebb-bd936e49ba74 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-9b24ebab-cb9a-4a52-9ebb-bd936e49ba74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b24ebab-cb9a-4a52-9ebb-bd936e49ba74 {
  cursor: pointer;
}#s-9b24ebab-cb9a-4a52-9ebb-bd936e49ba74.shg-box.shg-c {
  justify-content: center;
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c {
  margin-left: auto;
margin-right: auto;
max-width: 1218px;
aspect-ratio: 1218/901;
text-align: center;
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c {
  margin: 0 !important;
  overflow: visible;
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f025c6cd-da89-4168-8861-c37fed7e637c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f025c6cd-da89-4168-8861-c37fed7e637c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
  /* Add background color handling */
  
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f025c6cd-da89-4168-8861-c37fed7e637c .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-f025c6cd-da89-4168-8861-c37fed7e637c .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f025c6cd-da89-4168-8861-c37fed7e637c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-f025c6cd-da89-4168-8861-c37fed7e637c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f025c6cd-da89-4168-8861-c37fed7e637c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image {
  box-sizing: border-box;
}



.s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f025c6cd-da89-4168-8861-c37fed7e637c {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container {
      position: relative;
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

@media (min-width: 1200px){#s-f025c6cd-da89-4168-8861-c37fed7e637c {
  margin: 0 !important;
  overflow: visible;
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f025c6cd-da89-4168-8861-c37fed7e637c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f025c6cd-da89-4168-8861-c37fed7e637c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
  /* Add background color handling */
  
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f025c6cd-da89-4168-8861-c37fed7e637c .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-f025c6cd-da89-4168-8861-c37fed7e637c .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f025c6cd-da89-4168-8861-c37fed7e637c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-f025c6cd-da89-4168-8861-c37fed7e637c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f025c6cd-da89-4168-8861-c37fed7e637c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image {
  box-sizing: border-box;
}



.s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f025c6cd-da89-4168-8861-c37fed7e637c {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container {
      position: relative;
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f025c6cd-da89-4168-8861-c37fed7e637c {
  margin: 0 !important;
  overflow: visible;
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f025c6cd-da89-4168-8861-c37fed7e637c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f025c6cd-da89-4168-8861-c37fed7e637c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
  /* Add background color handling */
  
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f025c6cd-da89-4168-8861-c37fed7e637c .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-f025c6cd-da89-4168-8861-c37fed7e637c .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f025c6cd-da89-4168-8861-c37fed7e637c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-f025c6cd-da89-4168-8861-c37fed7e637c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f025c6cd-da89-4168-8861-c37fed7e637c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image {
  box-sizing: border-box;
}



.s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f025c6cd-da89-4168-8861-c37fed7e637c {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container {
      position: relative;
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f025c6cd-da89-4168-8861-c37fed7e637c {
  margin: 0 !important;
  overflow: visible;
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f025c6cd-da89-4168-8861-c37fed7e637c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f025c6cd-da89-4168-8861-c37fed7e637c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
  /* Add background color handling */
  
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f025c6cd-da89-4168-8861-c37fed7e637c .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-f025c6cd-da89-4168-8861-c37fed7e637c .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f025c6cd-da89-4168-8861-c37fed7e637c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-f025c6cd-da89-4168-8861-c37fed7e637c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f025c6cd-da89-4168-8861-c37fed7e637c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image {
  box-sizing: border-box;
}



.s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f025c6cd-da89-4168-8861-c37fed7e637c {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container {
      position: relative;
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (max-width: 767px){#s-f025c6cd-da89-4168-8861-c37fed7e637c {
  margin: 0 !important;
  overflow: visible;
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f025c6cd-da89-4168-8861-c37fed7e637c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f025c6cd-da89-4168-8861-c37fed7e637c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
  /* Add background color handling */
  
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f025c6cd-da89-4168-8861-c37fed7e637c .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-f025c6cd-da89-4168-8861-c37fed7e637c .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f025c6cd-da89-4168-8861-c37fed7e637c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-f025c6cd-da89-4168-8861-c37fed7e637c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f025c6cd-da89-4168-8861-c37fed7e637c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image {
  box-sizing: border-box;
}



.s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f025c6cd-da89-4168-8861-c37fed7e637c {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container {
      position: relative;
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f025c6cd-da89-4168-8861-c37fed7e637c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}
#s-0de4424d-1e98-4299-837f-50e6d44cb29b {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-0de4424d-1e98-4299-837f-50e6d44cb29b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0de4424d-1e98-4299-837f-50e6d44cb29b {
  cursor: pointer;
}#s-0de4424d-1e98-4299-837f-50e6d44cb29b.shg-box.shg-c {
  justify-content: center;
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
  margin-left: auto;
margin-right: auto;
max-width: 1218px;
aspect-ratio: 1218/901;
text-align: center;
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image {
  box-sizing: border-box;
}



.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container {
      position: relative;
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

@media (min-width: 1200px){#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image {
  box-sizing: border-box;
}



.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container {
      position: relative;
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image {
  box-sizing: border-box;
}



.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container {
      position: relative;
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image {
  box-sizing: border-box;
}



.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container {
      position: relative;
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (max-width: 767px){#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image {
  box-sizing: border-box;
}



.s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container {
      position: relative;
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eb9f070-906b-41ef-a6d1-2c63b17ece74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}
#s-1b62a4b0-9310-4c37-a4d6-9ce1cb9ae7c2 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-1b62a4b0-9310-4c37-a4d6-9ce1cb9ae7c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b62a4b0-9310-4c37-a4d6-9ce1cb9ae7c2 {
  cursor: pointer;
}#s-1b62a4b0-9310-4c37-a4d6-9ce1cb9ae7c2.shg-box.shg-c {
  justify-content: center;
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66 {
  margin-left: auto;
margin-right: auto;
max-width: 1218px;
aspect-ratio: 1218/901;
text-align: center;
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ca82900-6297-47bc-927e-51cdef8fff66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ca82900-6297-47bc-927e-51cdef8fff66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ca82900-6297-47bc-927e-51cdef8fff66 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-8ca82900-6297-47bc-927e-51cdef8fff66 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ca82900-6297-47bc-927e-51cdef8fff66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-8ca82900-6297-47bc-927e-51cdef8fff66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ca82900-6297-47bc-927e-51cdef8fff66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image {
  box-sizing: border-box;
}



.s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ca82900-6297-47bc-927e-51cdef8fff66 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container {
      position: relative;
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

@media (min-width: 1200px){#s-8ca82900-6297-47bc-927e-51cdef8fff66 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ca82900-6297-47bc-927e-51cdef8fff66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ca82900-6297-47bc-927e-51cdef8fff66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ca82900-6297-47bc-927e-51cdef8fff66 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-8ca82900-6297-47bc-927e-51cdef8fff66 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ca82900-6297-47bc-927e-51cdef8fff66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-8ca82900-6297-47bc-927e-51cdef8fff66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ca82900-6297-47bc-927e-51cdef8fff66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image {
  box-sizing: border-box;
}



.s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ca82900-6297-47bc-927e-51cdef8fff66 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container {
      position: relative;
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8ca82900-6297-47bc-927e-51cdef8fff66 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ca82900-6297-47bc-927e-51cdef8fff66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ca82900-6297-47bc-927e-51cdef8fff66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ca82900-6297-47bc-927e-51cdef8fff66 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-8ca82900-6297-47bc-927e-51cdef8fff66 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ca82900-6297-47bc-927e-51cdef8fff66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-8ca82900-6297-47bc-927e-51cdef8fff66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ca82900-6297-47bc-927e-51cdef8fff66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image {
  box-sizing: border-box;
}



.s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ca82900-6297-47bc-927e-51cdef8fff66 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container {
      position: relative;
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8ca82900-6297-47bc-927e-51cdef8fff66 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ca82900-6297-47bc-927e-51cdef8fff66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ca82900-6297-47bc-927e-51cdef8fff66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ca82900-6297-47bc-927e-51cdef8fff66 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-8ca82900-6297-47bc-927e-51cdef8fff66 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ca82900-6297-47bc-927e-51cdef8fff66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-8ca82900-6297-47bc-927e-51cdef8fff66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ca82900-6297-47bc-927e-51cdef8fff66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image {
  box-sizing: border-box;
}



.s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ca82900-6297-47bc-927e-51cdef8fff66 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container {
      position: relative;
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (max-width: 767px){#s-8ca82900-6297-47bc-927e-51cdef8fff66 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ca82900-6297-47bc-927e-51cdef8fff66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ca82900-6297-47bc-927e-51cdef8fff66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ca82900-6297-47bc-927e-51cdef8fff66 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-8ca82900-6297-47bc-927e-51cdef8fff66 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ca82900-6297-47bc-927e-51cdef8fff66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-8ca82900-6297-47bc-927e-51cdef8fff66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ca82900-6297-47bc-927e-51cdef8fff66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image {
  box-sizing: border-box;
}



.s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ca82900-6297-47bc-927e-51cdef8fff66 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container {
      position: relative;
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ca82900-6297-47bc-927e-51cdef8fff66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}
#s-e1c5ea6d-1f31-4701-9599-ded8c857cbeb {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-e1c5ea6d-1f31-4701-9599-ded8c857cbeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1c5ea6d-1f31-4701-9599-ded8c857cbeb {
  cursor: pointer;
}#s-e1c5ea6d-1f31-4701-9599-ded8c857cbeb.shg-box.shg-c {
  justify-content: center;
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
  margin-left: auto;
margin-right: auto;
max-width: 1218px;
aspect-ratio: 1218/901;
text-align: center;
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image {
  box-sizing: border-box;
}



.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container {
      position: relative;
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

@media (min-width: 1200px){#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image {
  box-sizing: border-box;
}



.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container {
      position: relative;
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image {
  box-sizing: border-box;
}



.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container {
      position: relative;
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image {
  box-sizing: border-box;
}



.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container {
      position: relative;
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (max-width: 767px){#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image {
  box-sizing: border-box;
}



.s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container {
      position: relative;
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df345b88-6e65-4f69-a22f-b6f0afc9e1d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}
#s-6c61ab08-33d1-4c2b-bc06-a959ccccdbd7 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-6c61ab08-33d1-4c2b-bc06-a959ccccdbd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c61ab08-33d1-4c2b-bc06-a959ccccdbd7 {
  cursor: pointer;
}#s-6c61ab08-33d1-4c2b-bc06-a959ccccdbd7.shg-box.shg-c {
  justify-content: center;
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e {
  margin-left: auto;
margin-right: auto;
max-width: 1218px;
aspect-ratio: 1218/901;
text-align: center;
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e {
  margin: 0 !important;
  overflow: visible;
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9bc1640-d686-40bb-a9db-62013b092d9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9bc1640-d686-40bb-a9db-62013b092d9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
  /* Add background color handling */
  
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9bc1640-d686-40bb-a9db-62013b092d9e .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-e9bc1640-d686-40bb-a9db-62013b092d9e .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9bc1640-d686-40bb-a9db-62013b092d9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-e9bc1640-d686-40bb-a9db-62013b092d9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9bc1640-d686-40bb-a9db-62013b092d9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image {
  box-sizing: border-box;
}



.s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9bc1640-d686-40bb-a9db-62013b092d9e {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container {
      position: relative;
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

@media (min-width: 1200px){#s-e9bc1640-d686-40bb-a9db-62013b092d9e {
  margin: 0 !important;
  overflow: visible;
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9bc1640-d686-40bb-a9db-62013b092d9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9bc1640-d686-40bb-a9db-62013b092d9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
  /* Add background color handling */
  
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9bc1640-d686-40bb-a9db-62013b092d9e .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-e9bc1640-d686-40bb-a9db-62013b092d9e .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9bc1640-d686-40bb-a9db-62013b092d9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-e9bc1640-d686-40bb-a9db-62013b092d9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9bc1640-d686-40bb-a9db-62013b092d9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image {
  box-sizing: border-box;
}



.s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9bc1640-d686-40bb-a9db-62013b092d9e {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container {
      position: relative;
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e9bc1640-d686-40bb-a9db-62013b092d9e {
  margin: 0 !important;
  overflow: visible;
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9bc1640-d686-40bb-a9db-62013b092d9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9bc1640-d686-40bb-a9db-62013b092d9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
  /* Add background color handling */
  
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9bc1640-d686-40bb-a9db-62013b092d9e .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-e9bc1640-d686-40bb-a9db-62013b092d9e .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9bc1640-d686-40bb-a9db-62013b092d9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-e9bc1640-d686-40bb-a9db-62013b092d9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9bc1640-d686-40bb-a9db-62013b092d9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image {
  box-sizing: border-box;
}



.s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9bc1640-d686-40bb-a9db-62013b092d9e {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container {
      position: relative;
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e9bc1640-d686-40bb-a9db-62013b092d9e {
  margin: 0 !important;
  overflow: visible;
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9bc1640-d686-40bb-a9db-62013b092d9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9bc1640-d686-40bb-a9db-62013b092d9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
  /* Add background color handling */
  
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9bc1640-d686-40bb-a9db-62013b092d9e .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-e9bc1640-d686-40bb-a9db-62013b092d9e .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9bc1640-d686-40bb-a9db-62013b092d9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-e9bc1640-d686-40bb-a9db-62013b092d9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9bc1640-d686-40bb-a9db-62013b092d9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image {
  box-sizing: border-box;
}



.s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9bc1640-d686-40bb-a9db-62013b092d9e {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container {
      position: relative;
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (max-width: 767px){#s-e9bc1640-d686-40bb-a9db-62013b092d9e {
  margin: 0 !important;
  overflow: visible;
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9bc1640-d686-40bb-a9db-62013b092d9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9bc1640-d686-40bb-a9db-62013b092d9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
  /* Add background color handling */
  
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9bc1640-d686-40bb-a9db-62013b092d9e .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-e9bc1640-d686-40bb-a9db-62013b092d9e .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9bc1640-d686-40bb-a9db-62013b092d9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-e9bc1640-d686-40bb-a9db-62013b092d9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9bc1640-d686-40bb-a9db-62013b092d9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image {
  box-sizing: border-box;
}



.s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9bc1640-d686-40bb-a9db-62013b092d9e {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container {
      position: relative;
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9bc1640-d686-40bb-a9db-62013b092d9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}
#s-6a314031-f3b7-43af-ad96-9e9846308858 {
  margin-left: 1%;
margin-right: 1%;
max-width: 2601px;
aspect-ratio: 2601/901;
text-align: center;
}
@media (min-width: 1200px){#s-6a314031-f3b7-43af-ad96-9e9846308858 {
  display: none;
}
#s-6a314031-f3b7-43af-ad96-9e9846308858, #wrap-s-6a314031-f3b7-43af-ad96-9e9846308858, #wrap-content-s-6a314031-f3b7-43af-ad96-9e9846308858 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a314031-f3b7-43af-ad96-9e9846308858 {
  display: none;
}
#s-6a314031-f3b7-43af-ad96-9e9846308858, #wrap-s-6a314031-f3b7-43af-ad96-9e9846308858, #wrap-content-s-6a314031-f3b7-43af-ad96-9e9846308858 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6a314031-f3b7-43af-ad96-9e9846308858 {
  display: none;
}
#s-6a314031-f3b7-43af-ad96-9e9846308858, #wrap-s-6a314031-f3b7-43af-ad96-9e9846308858, #wrap-content-s-6a314031-f3b7-43af-ad96-9e9846308858 { display: none !important; }}
#s-6a314031-f3b7-43af-ad96-9e9846308858 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a314031-f3b7-43af-ad96-9e9846308858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a314031-f3b7-43af-ad96-9e9846308858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 1%;
  margin-right: 1%;
  
  
}

.shg-image-content-margin-container-s-6a314031-f3b7-43af-ad96-9e9846308858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a314031-f3b7-43af-ad96-9e9846308858 .shg-image-content-wrapper {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }

    #s-6a314031-f3b7-43af-ad96-9e9846308858 .shogun-image-link {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a314031-f3b7-43af-ad96-9e9846308858 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2601px;
  }



  img.s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image {
    
    
    
    max-height: 2601px;
  }


.s-6a314031-f3b7-43af-ad96-9e9846308858 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a314031-f3b7-43af-ad96-9e9846308858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image {
  box-sizing: border-box;
}



.s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a314031-f3b7-43af-ad96-9e9846308858 {
      --shg-aspect-ratio: calc(2601/901); 
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container {
      position: relative;
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2601px;
    }
  }

@media (min-width: 1200px){#s-6a314031-f3b7-43af-ad96-9e9846308858 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a314031-f3b7-43af-ad96-9e9846308858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a314031-f3b7-43af-ad96-9e9846308858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a314031-f3b7-43af-ad96-9e9846308858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a314031-f3b7-43af-ad96-9e9846308858 .shg-image-content-wrapper {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }

    #s-6a314031-f3b7-43af-ad96-9e9846308858 .shogun-image-link {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a314031-f3b7-43af-ad96-9e9846308858 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2601px;
  }



  img.s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image {
    
    
    
    max-height: 2601px;
  }


.s-6a314031-f3b7-43af-ad96-9e9846308858 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a314031-f3b7-43af-ad96-9e9846308858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image {
  box-sizing: border-box;
}



.s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a314031-f3b7-43af-ad96-9e9846308858 {
      --shg-aspect-ratio: calc(2601/901); 
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container {
      position: relative;
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2601px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6a314031-f3b7-43af-ad96-9e9846308858 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a314031-f3b7-43af-ad96-9e9846308858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a314031-f3b7-43af-ad96-9e9846308858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a314031-f3b7-43af-ad96-9e9846308858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a314031-f3b7-43af-ad96-9e9846308858 .shg-image-content-wrapper {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }

    #s-6a314031-f3b7-43af-ad96-9e9846308858 .shogun-image-link {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a314031-f3b7-43af-ad96-9e9846308858 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2601px;
  }



  img.s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image {
    
    
    
    max-height: 2601px;
  }


.s-6a314031-f3b7-43af-ad96-9e9846308858 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a314031-f3b7-43af-ad96-9e9846308858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image {
  box-sizing: border-box;
}



.s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a314031-f3b7-43af-ad96-9e9846308858 {
      --shg-aspect-ratio: calc(2601/901); 
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container {
      position: relative;
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2601px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6a314031-f3b7-43af-ad96-9e9846308858 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a314031-f3b7-43af-ad96-9e9846308858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a314031-f3b7-43af-ad96-9e9846308858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a314031-f3b7-43af-ad96-9e9846308858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a314031-f3b7-43af-ad96-9e9846308858 .shg-image-content-wrapper {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }

    #s-6a314031-f3b7-43af-ad96-9e9846308858 .shogun-image-link {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a314031-f3b7-43af-ad96-9e9846308858 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2601px;
  }



  img.s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image {
    
    
    
    max-height: 2601px;
  }


.s-6a314031-f3b7-43af-ad96-9e9846308858 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a314031-f3b7-43af-ad96-9e9846308858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image {
  box-sizing: border-box;
}



.s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a314031-f3b7-43af-ad96-9e9846308858 {
      --shg-aspect-ratio: calc(2601/901); 
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container {
      position: relative;
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2601px;
    }
  }

}@media (max-width: 767px){#s-6a314031-f3b7-43af-ad96-9e9846308858 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a314031-f3b7-43af-ad96-9e9846308858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a314031-f3b7-43af-ad96-9e9846308858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a314031-f3b7-43af-ad96-9e9846308858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a314031-f3b7-43af-ad96-9e9846308858 .shg-image-content-wrapper {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }

    #s-6a314031-f3b7-43af-ad96-9e9846308858 .shogun-image-link {
      aspect-ratio: 2601/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a314031-f3b7-43af-ad96-9e9846308858 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2601px;
  }



  img.s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image {
    
    
    
    max-height: 2601px;
  }


.s-6a314031-f3b7-43af-ad96-9e9846308858 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a314031-f3b7-43af-ad96-9e9846308858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image {
  box-sizing: border-box;
}



.s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a314031-f3b7-43af-ad96-9e9846308858 {
      --shg-aspect-ratio: calc(2601/901); 
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container {
      position: relative;
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a314031-f3b7-43af-ad96-9e9846308858 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2601px;
    }
  }

}
#s-65bb3283-cf4d-4726-a01f-97de648e0b34 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-65bb3283-cf4d-4726-a01f-97de648e0b34 {
  display: none;
}
#s-65bb3283-cf4d-4726-a01f-97de648e0b34, #wrap-s-65bb3283-cf4d-4726-a01f-97de648e0b34, #wrap-content-s-65bb3283-cf4d-4726-a01f-97de648e0b34 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65bb3283-cf4d-4726-a01f-97de648e0b34 {
  display: none;
}
#s-65bb3283-cf4d-4726-a01f-97de648e0b34, #wrap-s-65bb3283-cf4d-4726-a01f-97de648e0b34, #wrap-content-s-65bb3283-cf4d-4726-a01f-97de648e0b34 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-65bb3283-cf4d-4726-a01f-97de648e0b34 {
  display: none;
}
#s-65bb3283-cf4d-4726-a01f-97de648e0b34, #wrap-s-65bb3283-cf4d-4726-a01f-97de648e0b34, #wrap-content-s-65bb3283-cf4d-4726-a01f-97de648e0b34 { display: none !important; }}







#s-65bb3283-cf4d-4726-a01f-97de648e0b34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65bb3283-cf4d-4726-a01f-97de648e0b34.shg-box.shg-c {
  justify-content: center;
}

#s-a1f25be1-afb5-4c67-8346-3b79b17677d4 {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-a1f25be1-afb5-4c67-8346-3b79b17677d4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-a1f25be1-afb5-4c67-8346-3b79b17677d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-a1f25be1-afb5-4c67-8346-3b79b17677d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1f25be1-afb5-4c67-8346-3b79b17677d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.0px);
}

}

#s-ce930bea-71b1-417a-b94a-cb0cc8bb1b83 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-ce930bea-71b1-417a-b94a-cb0cc8bb1b83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce930bea-71b1-417a-b94a-cb0cc8bb1b83 {
  cursor: pointer;
}#s-ce930bea-71b1-417a-b94a-cb0cc8bb1b83.shg-box.shg-c {
  justify-content: center;
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a {
  margin-left: auto;
margin-right: auto;
max-width: 1218px;
aspect-ratio: 1218/901;
text-align: center;
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a {
  margin: 0 !important;
  overflow: visible;
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49e1779-440b-4312-98f2-ebed88a50a0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49e1779-440b-4312-98f2-ebed88a50a0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
  /* Add background color handling */
  
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49e1779-440b-4312-98f2-ebed88a50a0a .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-a49e1779-440b-4312-98f2-ebed88a50a0a .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49e1779-440b-4312-98f2-ebed88a50a0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-a49e1779-440b-4312-98f2-ebed88a50a0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49e1779-440b-4312-98f2-ebed88a50a0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image {
  box-sizing: border-box;
}



.s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49e1779-440b-4312-98f2-ebed88a50a0a {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container {
      position: relative;
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

@media (min-width: 1200px){#s-a49e1779-440b-4312-98f2-ebed88a50a0a {
  margin: 0 !important;
  overflow: visible;
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49e1779-440b-4312-98f2-ebed88a50a0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49e1779-440b-4312-98f2-ebed88a50a0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
  /* Add background color handling */
  
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49e1779-440b-4312-98f2-ebed88a50a0a .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-a49e1779-440b-4312-98f2-ebed88a50a0a .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49e1779-440b-4312-98f2-ebed88a50a0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-a49e1779-440b-4312-98f2-ebed88a50a0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49e1779-440b-4312-98f2-ebed88a50a0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image {
  box-sizing: border-box;
}



.s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49e1779-440b-4312-98f2-ebed88a50a0a {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container {
      position: relative;
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a49e1779-440b-4312-98f2-ebed88a50a0a {
  margin: 0 !important;
  overflow: visible;
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49e1779-440b-4312-98f2-ebed88a50a0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49e1779-440b-4312-98f2-ebed88a50a0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
  /* Add background color handling */
  
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49e1779-440b-4312-98f2-ebed88a50a0a .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-a49e1779-440b-4312-98f2-ebed88a50a0a .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49e1779-440b-4312-98f2-ebed88a50a0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-a49e1779-440b-4312-98f2-ebed88a50a0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49e1779-440b-4312-98f2-ebed88a50a0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image {
  box-sizing: border-box;
}



.s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49e1779-440b-4312-98f2-ebed88a50a0a {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container {
      position: relative;
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a49e1779-440b-4312-98f2-ebed88a50a0a {
  margin: 0 !important;
  overflow: visible;
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49e1779-440b-4312-98f2-ebed88a50a0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49e1779-440b-4312-98f2-ebed88a50a0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
  /* Add background color handling */
  
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49e1779-440b-4312-98f2-ebed88a50a0a .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-a49e1779-440b-4312-98f2-ebed88a50a0a .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49e1779-440b-4312-98f2-ebed88a50a0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-a49e1779-440b-4312-98f2-ebed88a50a0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49e1779-440b-4312-98f2-ebed88a50a0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image {
  box-sizing: border-box;
}



.s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49e1779-440b-4312-98f2-ebed88a50a0a {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container {
      position: relative;
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (max-width: 767px){#s-a49e1779-440b-4312-98f2-ebed88a50a0a {
  margin: 0 !important;
  overflow: visible;
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49e1779-440b-4312-98f2-ebed88a50a0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49e1779-440b-4312-98f2-ebed88a50a0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
  /* Add background color handling */
  
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49e1779-440b-4312-98f2-ebed88a50a0a .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-a49e1779-440b-4312-98f2-ebed88a50a0a .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49e1779-440b-4312-98f2-ebed88a50a0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-a49e1779-440b-4312-98f2-ebed88a50a0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49e1779-440b-4312-98f2-ebed88a50a0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image {
  box-sizing: border-box;
}



.s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49e1779-440b-4312-98f2-ebed88a50a0a {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container {
      position: relative;
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49e1779-440b-4312-98f2-ebed88a50a0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}
#s-243919c7-8588-4bae-b3a1-4afa6bcd416f {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-243919c7-8588-4bae-b3a1-4afa6bcd416f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-243919c7-8588-4bae-b3a1-4afa6bcd416f {
  cursor: pointer;
}#s-243919c7-8588-4bae-b3a1-4afa6bcd416f.shg-box.shg-c {
  justify-content: center;
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98 {
  margin-left: auto;
margin-right: auto;
max-width: 1218px;
aspect-ratio: 1218/901;
text-align: center;
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98 {
  margin: 0 !important;
  overflow: visible;
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e94524d-4037-4abf-adf4-92af604f6d98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e94524d-4037-4abf-adf4-92af604f6d98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
  /* Add background color handling */
  
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e94524d-4037-4abf-adf4-92af604f6d98 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-3e94524d-4037-4abf-adf4-92af604f6d98 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e94524d-4037-4abf-adf4-92af604f6d98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-3e94524d-4037-4abf-adf4-92af604f6d98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e94524d-4037-4abf-adf4-92af604f6d98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image {
  box-sizing: border-box;
}



.s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3e94524d-4037-4abf-adf4-92af604f6d98 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container {
      position: relative;
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

@media (min-width: 1200px){#s-3e94524d-4037-4abf-adf4-92af604f6d98 {
  margin: 0 !important;
  overflow: visible;
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e94524d-4037-4abf-adf4-92af604f6d98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e94524d-4037-4abf-adf4-92af604f6d98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
  /* Add background color handling */
  
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e94524d-4037-4abf-adf4-92af604f6d98 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-3e94524d-4037-4abf-adf4-92af604f6d98 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e94524d-4037-4abf-adf4-92af604f6d98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-3e94524d-4037-4abf-adf4-92af604f6d98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e94524d-4037-4abf-adf4-92af604f6d98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image {
  box-sizing: border-box;
}



.s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3e94524d-4037-4abf-adf4-92af604f6d98 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container {
      position: relative;
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3e94524d-4037-4abf-adf4-92af604f6d98 {
  margin: 0 !important;
  overflow: visible;
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e94524d-4037-4abf-adf4-92af604f6d98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e94524d-4037-4abf-adf4-92af604f6d98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
  /* Add background color handling */
  
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e94524d-4037-4abf-adf4-92af604f6d98 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-3e94524d-4037-4abf-adf4-92af604f6d98 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e94524d-4037-4abf-adf4-92af604f6d98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-3e94524d-4037-4abf-adf4-92af604f6d98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e94524d-4037-4abf-adf4-92af604f6d98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image {
  box-sizing: border-box;
}



.s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3e94524d-4037-4abf-adf4-92af604f6d98 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container {
      position: relative;
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3e94524d-4037-4abf-adf4-92af604f6d98 {
  margin: 0 !important;
  overflow: visible;
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e94524d-4037-4abf-adf4-92af604f6d98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e94524d-4037-4abf-adf4-92af604f6d98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
  /* Add background color handling */
  
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e94524d-4037-4abf-adf4-92af604f6d98 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-3e94524d-4037-4abf-adf4-92af604f6d98 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e94524d-4037-4abf-adf4-92af604f6d98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-3e94524d-4037-4abf-adf4-92af604f6d98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e94524d-4037-4abf-adf4-92af604f6d98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image {
  box-sizing: border-box;
}



.s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3e94524d-4037-4abf-adf4-92af604f6d98 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container {
      position: relative;
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (max-width: 767px){#s-3e94524d-4037-4abf-adf4-92af604f6d98 {
  margin: 0 !important;
  overflow: visible;
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e94524d-4037-4abf-adf4-92af604f6d98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e94524d-4037-4abf-adf4-92af604f6d98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
  /* Add background color handling */
  
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e94524d-4037-4abf-adf4-92af604f6d98 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-3e94524d-4037-4abf-adf4-92af604f6d98 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e94524d-4037-4abf-adf4-92af604f6d98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-3e94524d-4037-4abf-adf4-92af604f6d98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e94524d-4037-4abf-adf4-92af604f6d98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image {
  box-sizing: border-box;
}



.s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3e94524d-4037-4abf-adf4-92af604f6d98 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container {
      position: relative;
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e94524d-4037-4abf-adf4-92af604f6d98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}
#s-2e23bc5e-bc8f-48e5-8a8d-95fa9f9425c2 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-2e23bc5e-bc8f-48e5-8a8d-95fa9f9425c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e23bc5e-bc8f-48e5-8a8d-95fa9f9425c2 {
  cursor: pointer;
}#s-2e23bc5e-bc8f-48e5-8a8d-95fa9f9425c2.shg-box.shg-c {
  justify-content: center;
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1 {
  margin-left: auto;
margin-right: auto;
max-width: 1218px;
aspect-ratio: 1218/901;
text-align: center;
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1 {
  margin: 0 !important;
  overflow: visible;
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fee64bd3-8f3f-42e8-873a-817228495be1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fee64bd3-8f3f-42e8-873a-817228495be1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
  /* Add background color handling */
  
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fee64bd3-8f3f-42e8-873a-817228495be1 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-fee64bd3-8f3f-42e8-873a-817228495be1 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fee64bd3-8f3f-42e8-873a-817228495be1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-fee64bd3-8f3f-42e8-873a-817228495be1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fee64bd3-8f3f-42e8-873a-817228495be1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image {
  box-sizing: border-box;
}



.s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fee64bd3-8f3f-42e8-873a-817228495be1 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container {
      position: relative;
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

@media (min-width: 1200px){#s-fee64bd3-8f3f-42e8-873a-817228495be1 {
  margin: 0 !important;
  overflow: visible;
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fee64bd3-8f3f-42e8-873a-817228495be1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fee64bd3-8f3f-42e8-873a-817228495be1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
  /* Add background color handling */
  
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fee64bd3-8f3f-42e8-873a-817228495be1 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-fee64bd3-8f3f-42e8-873a-817228495be1 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fee64bd3-8f3f-42e8-873a-817228495be1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-fee64bd3-8f3f-42e8-873a-817228495be1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fee64bd3-8f3f-42e8-873a-817228495be1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image {
  box-sizing: border-box;
}



.s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fee64bd3-8f3f-42e8-873a-817228495be1 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container {
      position: relative;
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fee64bd3-8f3f-42e8-873a-817228495be1 {
  margin: 0 !important;
  overflow: visible;
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fee64bd3-8f3f-42e8-873a-817228495be1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fee64bd3-8f3f-42e8-873a-817228495be1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
  /* Add background color handling */
  
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fee64bd3-8f3f-42e8-873a-817228495be1 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-fee64bd3-8f3f-42e8-873a-817228495be1 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fee64bd3-8f3f-42e8-873a-817228495be1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-fee64bd3-8f3f-42e8-873a-817228495be1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fee64bd3-8f3f-42e8-873a-817228495be1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image {
  box-sizing: border-box;
}



.s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fee64bd3-8f3f-42e8-873a-817228495be1 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container {
      position: relative;
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fee64bd3-8f3f-42e8-873a-817228495be1 {
  margin: 0 !important;
  overflow: visible;
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fee64bd3-8f3f-42e8-873a-817228495be1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fee64bd3-8f3f-42e8-873a-817228495be1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
  /* Add background color handling */
  
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fee64bd3-8f3f-42e8-873a-817228495be1 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-fee64bd3-8f3f-42e8-873a-817228495be1 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fee64bd3-8f3f-42e8-873a-817228495be1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-fee64bd3-8f3f-42e8-873a-817228495be1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fee64bd3-8f3f-42e8-873a-817228495be1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image {
  box-sizing: border-box;
}



.s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fee64bd3-8f3f-42e8-873a-817228495be1 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container {
      position: relative;
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (max-width: 767px){#s-fee64bd3-8f3f-42e8-873a-817228495be1 {
  margin: 0 !important;
  overflow: visible;
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fee64bd3-8f3f-42e8-873a-817228495be1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fee64bd3-8f3f-42e8-873a-817228495be1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
  /* Add background color handling */
  
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fee64bd3-8f3f-42e8-873a-817228495be1 .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-fee64bd3-8f3f-42e8-873a-817228495be1 .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fee64bd3-8f3f-42e8-873a-817228495be1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-fee64bd3-8f3f-42e8-873a-817228495be1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fee64bd3-8f3f-42e8-873a-817228495be1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image {
  box-sizing: border-box;
}



.s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fee64bd3-8f3f-42e8-873a-817228495be1 {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container {
      position: relative;
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fee64bd3-8f3f-42e8-873a-817228495be1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}
#s-8b35eba5-5c83-43b2-921f-b00e8d8d65c3 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-8b35eba5-5c83-43b2-921f-b00e8d8d65c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b35eba5-5c83-43b2-921f-b00e8d8d65c3 {
  cursor: pointer;
}#s-8b35eba5-5c83-43b2-921f-b00e8d8d65c3.shg-box.shg-c {
  justify-content: center;
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
  margin-left: auto;
margin-right: auto;
max-width: 1218px;
aspect-ratio: 1218/901;
text-align: center;
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
  margin: 0 !important;
  overflow: visible;
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
  /* Add background color handling */
  
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image {
  box-sizing: border-box;
}



.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container {
      position: relative;
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

@media (min-width: 1200px){#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
  margin: 0 !important;
  overflow: visible;
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
  /* Add background color handling */
  
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image {
  box-sizing: border-box;
}



.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container {
      position: relative;
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
  margin: 0 !important;
  overflow: visible;
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
  /* Add background color handling */
  
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image {
  box-sizing: border-box;
}



.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container {
      position: relative;
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
  margin: 0 !important;
  overflow: visible;
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
  /* Add background color handling */
  
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image {
  box-sizing: border-box;
}



.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container {
      position: relative;
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}@media (max-width: 767px){#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
  margin: 0 !important;
  overflow: visible;
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
  /* Add background color handling */
  
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shg-image-content-wrapper {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }

    #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shogun-image-link {
      aspect-ratio: 1218/901;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1218px;
  }



  img.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image {
    
    
    
    max-height: 1218px;
  }


.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image {
  box-sizing: border-box;
}



.s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf {
      --shg-aspect-ratio: calc(1218/901); 
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container {
      position: relative;
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-732b8f3f-cb83-4848-b22e-7ece4aaa9eaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1218px;
    }
  }

}
#s-32141811-49c5-4bd6-88e1-9013e0987898 {
  background-size: cover;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(246, 161, 119, 1);
background-position: center top;
}








#s-32141811-49c5-4bd6-88e1-9013e0987898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32141811-49c5-4bd6-88e1-9013e0987898 {
  cursor: pointer;
}#s-32141811-49c5-4bd6-88e1-9013e0987898.shg-box.shg-c {
  justify-content: center;
}

#s-0704a4ad-eb82-4407-8712-ce66bd08e887 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0704a4ad-eb82-4407-8712-ce66bd08e887 .shogun-heading-component h2 {
  color: rgba(49, 48, 48, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  line-height: 1em;
  
  
}



#s-a905871c-8607-46b3-8174-1c1a6f1ea0df {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a905871c-8607-46b3-8174-1c1a6f1ea0df {
  margin-left: 9%;
margin-right: 9%;
}
}@media (max-width: 767px){#s-a905871c-8607-46b3-8174-1c1a6f1ea0df {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-a905871c-8607-46b3-8174-1c1a6f1ea0df .shogun-heading-component h2 {
  color: rgba(112, 26, 99, 1);
  font-weight:  500 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a905871c-8607-46b3-8174-1c1a6f1ea0df .shogun-heading-component h2 {
  color: rgba(112, 26, 99, 1);
  font-weight:  500 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-a905871c-8607-46b3-8174-1c1a6f1ea0df .shogun-heading-component h2 {
  color: rgba(112, 26, 99, 1);
  font-weight:  500 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}
#s-e96dd0a5-80de-4de6-a615-61eaa1cf9735 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 5px;
padding-bottom: 3px;
text-align: center;
}

#s-e96dd0a5-80de-4de6-a615-61eaa1cf9735 .shogun-heading-component h2 {
  color: rgba(112, 26, 99, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 104px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e96dd0a5-80de-4de6-a615-61eaa1cf9735 .shogun-heading-component h2 {
  color: rgba(112, 26, 99, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-e96dd0a5-80de-4de6-a615-61eaa1cf9735 .shogun-heading-component h2 {
  color: rgba(112, 26, 99, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  
}


}
#s-e8acb07a-129d-4d91-b1b5-8ead425d23de {
  margin-top: 6px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8acb07a-129d-4d91-b1b5-8ead425d23de .shogun-heading-component h2 {
  color: rgba(49, 48, 48, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-e8acb07a-129d-4d91-b1b5-8ead425d23de .shogun-heading-component h2 {
  color: rgba(49, 48, 48, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-d12cb714-a17f-45a2-b34d-f7847e9b03c7 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(112, 26, 99, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-d12cb714-a17f-45a2-b34d-f7847e9b03c7:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d12cb714-a17f-45a2-b34d-f7847e9b03c7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d12cb714-a17f-45a2-b34d-f7847e9b03c7-root {
    text-align: center;
  }


#s-d12cb714-a17f-45a2-b34d-f7847e9b03c7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d12cb714-a17f-45a2-b34d-f7847e9b03c7-root {
    text-align: center;
  }


#s-d12cb714-a17f-45a2-b34d-f7847e9b03c7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d12cb714-a17f-45a2-b34d-f7847e9b03c7-root {
    text-align: center;
  }


#s-d12cb714-a17f-45a2-b34d-f7847e9b03c7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d12cb714-a17f-45a2-b34d-f7847e9b03c7-root {
    text-align: center;
  }


#s-d12cb714-a17f-45a2-b34d-f7847e9b03c7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d12cb714-a17f-45a2-b34d-f7847e9b03c7-root {
    text-align: center;
  }


#s-d12cb714-a17f-45a2-b34d-f7847e9b03c7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/700;
text-align: center;
}
@media (min-width: 1200px){#s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  display: none;
}
#s-2f76df75-580c-4942-a883-eb27a4dbc6f1, #wrap-s-2f76df75-580c-4942-a883-eb27a4dbc6f1, #wrap-content-s-2f76df75-580c-4942-a883-eb27a4dbc6f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  display: none;
}
#s-2f76df75-580c-4942-a883-eb27a4dbc6f1, #wrap-s-2f76df75-580c-4942-a883-eb27a4dbc6f1, #wrap-content-s-2f76df75-580c-4942-a883-eb27a4dbc6f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  display: none;
}
#s-2f76df75-580c-4942-a883-eb27a4dbc6f1, #wrap-s-2f76df75-580c-4942-a883-eb27a4dbc6f1, #wrap-content-s-2f76df75-580c-4942-a883-eb27a4dbc6f1 { display: none !important; }}
#s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shg-image-content-wrapper {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }

    #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shogun-image-link {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image {
  box-sizing: border-box;
}



.s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
      --shg-aspect-ratio: calc(1000/700); 
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container {
      position: relative;
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shg-image-content-wrapper {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }

    #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shogun-image-link {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image {
  box-sizing: border-box;
}



.s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
      --shg-aspect-ratio: calc(1000/700); 
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container {
      position: relative;
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1 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-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shg-image-content-wrapper {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }

    #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shogun-image-link {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image {
  box-sizing: border-box;
}



.s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
      --shg-aspect-ratio: calc(1000/700); 
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container {
      position: relative;
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1 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-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shg-image-content-wrapper {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }

    #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shogun-image-link {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image {
  box-sizing: border-box;
}



.s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
      --shg-aspect-ratio: calc(1000/700); 
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container {
      position: relative;
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shg-image-content-wrapper {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }

    #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shogun-image-link {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2f76df75-580c-4942-a883-eb27a4dbc6f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image {
  box-sizing: border-box;
}



.s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1 {
      --shg-aspect-ratio: calc(1000/700); 
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container {
      position: relative;
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f76df75-580c-4942-a883-eb27a4dbc6f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/550;
text-align: center;
}
@media (max-width: 767px){#s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
  display: none;
}
#s-e2e47c0e-627a-4970-9328-3e561d3c79e3, #wrap-s-e2e47c0e-627a-4970-9328-3e561d3c79e3, #wrap-content-s-e2e47c0e-627a-4970-9328-3e561d3c79e3 { display: none !important; }}
#s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shg-image-content-wrapper {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }

    #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shogun-image-link {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image {
  box-sizing: border-box;
}



.s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
      --shg-aspect-ratio: calc(2048/550); 
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container {
      position: relative;
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shg-image-content-wrapper {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }

    #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shogun-image-link {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image {
  box-sizing: border-box;
}



.s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
      --shg-aspect-ratio: calc(2048/550); 
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container {
      position: relative;
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3 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-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shg-image-content-wrapper {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }

    #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shogun-image-link {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image {
  box-sizing: border-box;
}



.s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
      --shg-aspect-ratio: calc(2048/550); 
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container {
      position: relative;
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3 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-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shg-image-content-wrapper {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }

    #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shogun-image-link {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image {
  box-sizing: border-box;
}



.s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
      --shg-aspect-ratio: calc(2048/550); 
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container {
      position: relative;
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shg-image-content-wrapper {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }

    #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shogun-image-link {
      aspect-ratio: 2048/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e2e47c0e-627a-4970-9328-3e561d3c79e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image {
  box-sizing: border-box;
}



.s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3 {
      --shg-aspect-ratio: calc(2048/550); 
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container {
      position: relative;
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2e47c0e-627a-4970-9328-3e561d3c79e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-b5ed946e-8497-40ea-b189-3032fccd7ff5 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
background-color: rgba(112, 26, 99, 1);
}








#s-b5ed946e-8497-40ea-b189-3032fccd7ff5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5ed946e-8497-40ea-b189-3032fccd7ff5 {
  cursor: pointer;
}#s-b5ed946e-8497-40ea-b189-3032fccd7ff5.shg-box.shg-c {
  justify-content: center;
}

#s-616cad01-c058-4721-b6b0-d8729e4d83be {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-616cad01-c058-4721-b6b0-d8729e4d83be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-616cad01-c058-4721-b6b0-d8729e4d83be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-616cad01-c058-4721-b6b0-d8729e4d83be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-616cad01-c058-4721-b6b0-d8729e4d83be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-6f9bf80f-db5e-47ca-9b8c-bcfc0698ea2d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
background-position: center center;
}

#s-6f9bf80f-db5e-47ca-9b8c-bcfc0698ea2d {
  background-image: url(https://i.shgcdn.com/9c124212-2b39-4590-a221-64e47a35f323/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6f9bf80f-db5e-47ca-9b8c-bcfc0698ea2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f9bf80f-db5e-47ca-9b8c-bcfc0698ea2d.shg-box.shg-c {
  justify-content: center;
}

#s-a4d12456-cf77-4b0a-ab1b-50557f371452 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a4d12456-cf77-4b0a-ab1b-50557f371452 {
  
}
}
#s-a4d12456-cf77-4b0a-ab1b-50557f371452 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.4em;
  
  
}



#s-1d98542f-be19-4066-a766-b4c1b838176c {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d98542f-be19-4066-a766-b4c1b838176c {
  
}
}
#s-1d98542f-be19-4066-a766-b4c1b838176c .shogun-heading-component h1 {
  color: rgba(226, 163, 249, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.4em;
  letter-spacing: 1.5px;
  
}



#s-95c1a66d-e3ba-4131-b80c-636fcf936f76 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-95c1a66d-e3ba-4131-b80c-636fcf936f76 {
  
}
}
#s-95c1a66d-e3ba-4131-b80c-636fcf936f76 .shogun-heading-component h1 {
  color: rgba(226, 163, 249, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 71px;
  line-height: 1em;
  
  
}



#s-e962c91c-aaaf-4567-8509-1a4abb9ec6f9 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e962c91c-aaaf-4567-8509-1a4abb9ec6f9 {
  
}
}
#s-e962c91c-aaaf-4567-8509-1a4abb9ec6f9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-d1324558-9f7b-473f-9d11-e9e31862ee66 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
hover-type: color;
color: rgba(112, 26, 99, 1);
}
#s-d1324558-9f7b-473f-9d11-e9e31862ee66:hover {background-color: rgba(226, 163, 249, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(112, 26, 99, 1) !important;}#s-d1324558-9f7b-473f-9d11-e9e31862ee66:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d1324558-9f7b-473f-9d11-e9e31862ee66-root {
    text-align: center;
  }


#s-d1324558-9f7b-473f-9d11-e9e31862ee66.shg-btn {
  color: rgba(112, 26, 99, 1);
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1324558-9f7b-473f-9d11-e9e31862ee66-root {
    text-align: center;
  }


#s-d1324558-9f7b-473f-9d11-e9e31862ee66.shg-btn {
  color: rgba(112, 26, 99, 1);
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1324558-9f7b-473f-9d11-e9e31862ee66-root {
    text-align: center;
  }


#s-d1324558-9f7b-473f-9d11-e9e31862ee66.shg-btn {
  color: rgba(112, 26, 99, 1);
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1324558-9f7b-473f-9d11-e9e31862ee66-root {
    text-align: center;
  }


#s-d1324558-9f7b-473f-9d11-e9e31862ee66.shg-btn {
  color: rgba(112, 26, 99, 1);
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1324558-9f7b-473f-9d11-e9e31862ee66-root {
    text-align: center;
  }


#s-d1324558-9f7b-473f-9d11-e9e31862ee66.shg-btn {
  color: rgba(112, 26, 99, 1);
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-d8aa2bc3-912e-4aeb-a1fa-95a77b8626d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d8aa2bc3-912e-4aeb-a1fa-95a77b8626d5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d8aa2bc3-912e-4aeb-a1fa-95a77b8626d5 .shg-sld-nav-button.shg-sld-left,
#s-d8aa2bc3-912e-4aeb-a1fa-95a77b8626d5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
  margin-top: 8px;
}
}
#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image {
  box-sizing: border-box;
}



.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container {
      position: relative;
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image {
  box-sizing: border-box;
}



.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container {
      position: relative;
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 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-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image {
  box-sizing: border-box;
}



.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container {
      position: relative;
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 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-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image {
  box-sizing: border-box;
}



.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container {
      position: relative;
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 8px;
  
}

.shg-image-content-margin-container-s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image {
  box-sizing: border-box;
}



.s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container {
      position: relative;
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4a7a2c4-6109-4b35-81ae-87266e6b3662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-c4affe28-4757-4d28-8668-fffa20fe7f2d {
  box-shadow:0px 0px 0px 0px rgba(35, 39, 37, 1);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4affe28-4757-4d28-8668-fffa20fe7f2d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Satisfy";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-2e47bb88-96e2-4114-999e-71ad747549d0 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-2e47bb88-96e2-4114-999e-71ad747549d0 {
  margin-top: 8px;
}
}
#s-2e47bb88-96e2-4114-999e-71ad747549d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e47bb88-96e2-4114-999e-71ad747549d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-2e47bb88-96e2-4114-999e-71ad747549d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e47bb88-96e2-4114-999e-71ad747549d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e47bb88-96e2-4114-999e-71ad747549d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e47bb88-96e2-4114-999e-71ad747549d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2e47bb88-96e2-4114-999e-71ad747549d0 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-2e47bb88-96e2-4114-999e-71ad747549d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image {
  box-sizing: border-box;
}



.s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e47bb88-96e2-4114-999e-71ad747549d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container {
      position: relative;
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-2e47bb88-96e2-4114-999e-71ad747549d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e47bb88-96e2-4114-999e-71ad747549d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e47bb88-96e2-4114-999e-71ad747549d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e47bb88-96e2-4114-999e-71ad747549d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e47bb88-96e2-4114-999e-71ad747549d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e47bb88-96e2-4114-999e-71ad747549d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2e47bb88-96e2-4114-999e-71ad747549d0 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-2e47bb88-96e2-4114-999e-71ad747549d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image {
  box-sizing: border-box;
}



.s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e47bb88-96e2-4114-999e-71ad747549d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container {
      position: relative;
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0 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-2e47bb88-96e2-4114-999e-71ad747549d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e47bb88-96e2-4114-999e-71ad747549d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e47bb88-96e2-4114-999e-71ad747549d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e47bb88-96e2-4114-999e-71ad747549d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e47bb88-96e2-4114-999e-71ad747549d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e47bb88-96e2-4114-999e-71ad747549d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2e47bb88-96e2-4114-999e-71ad747549d0 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-2e47bb88-96e2-4114-999e-71ad747549d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image {
  box-sizing: border-box;
}



.s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e47bb88-96e2-4114-999e-71ad747549d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container {
      position: relative;
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0 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-2e47bb88-96e2-4114-999e-71ad747549d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e47bb88-96e2-4114-999e-71ad747549d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e47bb88-96e2-4114-999e-71ad747549d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e47bb88-96e2-4114-999e-71ad747549d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e47bb88-96e2-4114-999e-71ad747549d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e47bb88-96e2-4114-999e-71ad747549d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2e47bb88-96e2-4114-999e-71ad747549d0 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-2e47bb88-96e2-4114-999e-71ad747549d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image {
  box-sizing: border-box;
}



.s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e47bb88-96e2-4114-999e-71ad747549d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container {
      position: relative;
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-2e47bb88-96e2-4114-999e-71ad747549d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e47bb88-96e2-4114-999e-71ad747549d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 8px;
  
}

.shg-image-content-margin-container-s-2e47bb88-96e2-4114-999e-71ad747549d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e47bb88-96e2-4114-999e-71ad747549d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e47bb88-96e2-4114-999e-71ad747549d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e47bb88-96e2-4114-999e-71ad747549d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2e47bb88-96e2-4114-999e-71ad747549d0 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-2e47bb88-96e2-4114-999e-71ad747549d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image {
  box-sizing: border-box;
}



.s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e47bb88-96e2-4114-999e-71ad747549d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container {
      position: relative;
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e47bb88-96e2-4114-999e-71ad747549d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-3779fda9-3c1a-4bbf-bc70-c0a1fc885fb9 {
  box-shadow:0px 0px 0px 0px rgba(35, 39, 37, 1);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3779fda9-3c1a-4bbf-bc70-c0a1fc885fb9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Satisfy";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
  margin-top: 8px;
}
}
#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
  margin: 0 !important;
  overflow: visible;
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
  /* Add background color handling */
  
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image {
  box-sizing: border-box;
}



.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container {
      position: relative;
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
  margin: 0 !important;
  overflow: visible;
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
  /* Add background color handling */
  
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image {
  box-sizing: border-box;
}



.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container {
      position: relative;
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a 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-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
  margin: 0 !important;
  overflow: visible;
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
  /* Add background color handling */
  
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image {
  box-sizing: border-box;
}



.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container {
      position: relative;
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a 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-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
  margin: 0 !important;
  overflow: visible;
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
  /* Add background color handling */
  
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image {
  box-sizing: border-box;
}



.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container {
      position: relative;
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
  margin: 0 !important;
  overflow: visible;
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 8px;
  
}

.shg-image-content-margin-container-s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
  /* Add background color handling */
  
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image {
  box-sizing: border-box;
}



.s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container {
      position: relative;
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f18d08d-6689-4ad7-b74b-6654fd7e062a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-a1162399-9e78-4cca-a726-c53c4c8d21b6 {
  box-shadow:0px 0px 0px 0px rgba(35, 39, 37, 1);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1162399-9e78-4cca-a726-c53c4c8d21b6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Satisfy";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-1042dd3b-7b8c-4898-8c1a-b4611c41e31b {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1042dd3b-7b8c-4898-8c1a-b4611c41e31b {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-1042dd3b-7b8c-4898-8c1a-b4611c41e31b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1042dd3b-7b8c-4898-8c1a-b4611c41e31b {
  cursor: pointer;
}#s-1042dd3b-7b8c-4898-8c1a-b4611c41e31b.shg-box.shg-c {
  justify-content: center;
}

#s-44ffb97a-9138-4d4a-81b3-366c7f49ef00 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-44ffb97a-9138-4d4a-81b3-366c7f49ef00 {
  display: none;
}
#s-44ffb97a-9138-4d4a-81b3-366c7f49ef00, #wrap-s-44ffb97a-9138-4d4a-81b3-366c7f49ef00, #wrap-content-s-44ffb97a-9138-4d4a-81b3-366c7f49ef00 { display: none !important; }}
#s-1f4fdcbe-24d7-432d-a456-a4cdf0b7f06c {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-1f4fdcbe-24d7-432d-a456-a4cdf0b7f06c {
  display: none;
}
#s-1f4fdcbe-24d7-432d-a456-a4cdf0b7f06c, #wrap-s-1f4fdcbe-24d7-432d-a456-a4cdf0b7f06c, #wrap-content-s-1f4fdcbe-24d7-432d-a456-a4cdf0b7f06c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f4fdcbe-24d7-432d-a456-a4cdf0b7f06c {
  display: none;
}
#s-1f4fdcbe-24d7-432d-a456-a4cdf0b7f06c, #wrap-s-1f4fdcbe-24d7-432d-a456-a4cdf0b7f06c, #wrap-content-s-1f4fdcbe-24d7-432d-a456-a4cdf0b7f06c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f4fdcbe-24d7-432d-a456-a4cdf0b7f06c {
  display: none;
}
#s-1f4fdcbe-24d7-432d-a456-a4cdf0b7f06c, #wrap-s-1f4fdcbe-24d7-432d-a456-a4cdf0b7f06c, #wrap-content-s-1f4fdcbe-24d7-432d-a456-a4cdf0b7f06c { display: none !important; }}
#s-725cd781-c3b8-4399-a8b6-ddf1193dac6e {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (max-width: 767px){#s-725cd781-c3b8-4399-a8b6-ddf1193dac6e {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-725cd781-c3b8-4399-a8b6-ddf1193dac6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-725cd781-c3b8-4399-a8b6-ddf1193dac6e.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-a63ea06e-3ccc-4536-95cf-d7a3fb049e53 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-a63ea06e-3ccc-4536-95cf-d7a3fb049e53"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-a63ea06e-3ccc-4536-95cf-d7a3fb049e53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-a63ea06e-3ccc-4536-95cf-d7a3fb049e53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-a63ea06e-3ccc-4536-95cf-d7a3fb049e53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-8a8a8788-9b32-4ba9-9517-d3ccb96be95f {
  min-height: 50px;
}








#s-8a8a8788-9b32-4ba9-9517-d3ccb96be95f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a8a8788-9b32-4ba9-9517-d3ccb96be95f {
  cursor: pointer;
}#s-8a8a8788-9b32-4ba9-9517-d3ccb96be95f.shg-box.shg-c {
  justify-content: center;
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
  margin-top: 6px;
margin-bottom: 6px;
max-width: 1434px;
aspect-ratio: 1434/1646;
text-align: center;
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
  margin: 0 !important;
  overflow: visible;
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
  /* Add background color handling */
  
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image {
  box-sizing: border-box;
}



.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container {
      position: relative;
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
  margin: 0 !important;
  overflow: visible;
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
  /* Add background color handling */
  
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image {
  box-sizing: border-box;
}



.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container {
      position: relative;
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
  margin: 0 !important;
  overflow: visible;
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
  /* Add background color handling */
  
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image {
  box-sizing: border-box;
}



.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container {
      position: relative;
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
  margin: 0 !important;
  overflow: visible;
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
  /* Add background color handling */
  
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image {
  box-sizing: border-box;
}



.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container {
      position: relative;
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
  margin: 0 !important;
  overflow: visible;
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
  /* Add background color handling */
  
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image {
  box-sizing: border-box;
}



.s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container {
      position: relative;
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e14de0f8-aa5f-4102-a32e-764f6aa7c82a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-485589ba-b4fc-4cd9-a3e3-3b2f9a0a6957 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-4e666761-92f2-460f-9357-e508d55a5345 {
  min-height: 50px;
}








#s-4e666761-92f2-460f-9357-e508d55a5345 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e666761-92f2-460f-9357-e508d55a5345 {
  cursor: pointer;
}#s-4e666761-92f2-460f-9357-e508d55a5345.shg-box.shg-c {
  justify-content: center;
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
  margin-top: 6px;
margin-bottom: 6px;
max-width: 1434px;
aspect-ratio: 1434/1646;
text-align: center;
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image {
  box-sizing: border-box;
}



.s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container {
      position: relative;
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image {
  box-sizing: border-box;
}



.s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container {
      position: relative;
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image {
  box-sizing: border-box;
}



.s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container {
      position: relative;
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image {
  box-sizing: border-box;
}



.s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container {
      position: relative;
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-0e6be3aa-7008-41db-8d68-57a1e6781d70 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image {
  box-sizing: border-box;
}



.s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container {
      position: relative;
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e6be3aa-7008-41db-8d68-57a1e6781d70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-f9c7aa9f-1161-4d07-85c0-a4a3b82b7dc0 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-8088a613-6a8c-4484-ac8b-4ad5e73c850d {
  min-height: 50px;
}








#s-8088a613-6a8c-4484-ac8b-4ad5e73c850d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8088a613-6a8c-4484-ac8b-4ad5e73c850d {
  cursor: pointer;
}#s-8088a613-6a8c-4484-ac8b-4ad5e73c850d.shg-box.shg-c {
  justify-content: center;
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
  margin-top: 6px;
margin-bottom: 6px;
max-width: 1434px;
aspect-ratio: 1434/1646;
text-align: center;
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
  margin: 0 !important;
  overflow: visible;
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
  /* Add background color handling */
  
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image {
  box-sizing: border-box;
}



.s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container {
      position: relative;
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
  margin: 0 !important;
  overflow: visible;
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
  /* Add background color handling */
  
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image {
  box-sizing: border-box;
}



.s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container {
      position: relative;
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
  margin: 0 !important;
  overflow: visible;
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
  /* Add background color handling */
  
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image {
  box-sizing: border-box;
}



.s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container {
      position: relative;
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
  margin: 0 !important;
  overflow: visible;
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
  /* Add background color handling */
  
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image {
  box-sizing: border-box;
}



.s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container {
      position: relative;
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
  margin: 0 !important;
  overflow: visible;
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
  /* Add background color handling */
  
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-558b14a2-f28a-4661-8cda-06afbfcc20cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image {
  box-sizing: border-box;
}



.s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container {
      position: relative;
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-558b14a2-f28a-4661-8cda-06afbfcc20cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-fd79f01b-7d41-49b8-b963-5b5475da4ce1 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-db6e45aa-f150-4f77-8a27-59c8820f5c8b {
  min-height: 50px;
}








#s-db6e45aa-f150-4f77-8a27-59c8820f5c8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db6e45aa-f150-4f77-8a27-59c8820f5c8b {
  cursor: pointer;
}#s-db6e45aa-f150-4f77-8a27-59c8820f5c8b.shg-box.shg-c {
  justify-content: center;
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
  margin-top: 6px;
margin-bottom: 6px;
max-width: 1434px;
aspect-ratio: 1434/1646;
text-align: center;
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
  margin: 0 !important;
  overflow: visible;
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
  /* Add background color handling */
  
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shogun-image-content {
  
    justify-content: center;
  
}

.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image {
  box-sizing: border-box;
}



.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container {
      position: relative;
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
  margin: 0 !important;
  overflow: visible;
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
  /* Add background color handling */
  
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shogun-image-content {
  
    justify-content: center;
  
}

.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image {
  box-sizing: border-box;
}



.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container {
      position: relative;
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
  margin: 0 !important;
  overflow: visible;
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
  /* Add background color handling */
  
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shogun-image-content {
  
    justify-content: center;
  
}

.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image {
  box-sizing: border-box;
}



.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container {
      position: relative;
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
  margin: 0 !important;
  overflow: visible;
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
  /* Add background color handling */
  
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shogun-image-content {
  
    justify-content: center;
  
}

.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image {
  box-sizing: border-box;
}



.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container {
      position: relative;
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
  margin: 0 !important;
  overflow: visible;
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
  /* Add background color handling */
  
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee .shogun-image-content {
  
    justify-content: center;
  
}

.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image {
  box-sizing: border-box;
}



.s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container {
      position: relative;
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35c6b1a1-4a92-4e9b-9782-153a2b868eee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-46ad52b1-045d-4e5d-8558-426841bd4904 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-06903b4d-3552-4a22-b684-c7fbdaabd556 {
  padding-bottom: 30px;
}
@media (max-width: 767px){#s-06903b4d-3552-4a22-b684-c7fbdaabd556 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-06903b4d-3552-4a22-b684-c7fbdaabd556"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-06903b4d-3552-4a22-b684-c7fbdaabd556"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-06903b4d-3552-4a22-b684-c7fbdaabd556"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-06903b4d-3552-4a22-b684-c7fbdaabd556"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-3f0609d5-128f-4efa-aa45-3d652a41f942 {
  min-height: 50px;
}








#s-3f0609d5-128f-4efa-aa45-3d652a41f942 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f0609d5-128f-4efa-aa45-3d652a41f942 {
  cursor: pointer;
}#s-3f0609d5-128f-4efa-aa45-3d652a41f942.shg-box.shg-c {
  justify-content: center;
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
  margin-top: 6px;
margin-bottom: 6px;
max-width: 1434px;
aspect-ratio: 1434/1646;
text-align: center;
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
  margin: 0 !important;
  overflow: visible;
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
  /* Add background color handling */
  
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image {
  box-sizing: border-box;
}



.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container {
      position: relative;
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
  margin: 0 !important;
  overflow: visible;
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
  /* Add background color handling */
  
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image {
  box-sizing: border-box;
}



.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container {
      position: relative;
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
  margin: 0 !important;
  overflow: visible;
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
  /* Add background color handling */
  
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image {
  box-sizing: border-box;
}



.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container {
      position: relative;
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
  margin: 0 !important;
  overflow: visible;
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
  /* Add background color handling */
  
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image {
  box-sizing: border-box;
}



.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container {
      position: relative;
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
  margin: 0 !important;
  overflow: visible;
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
  /* Add background color handling */
  
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image {
  box-sizing: border-box;
}



.s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container {
      position: relative;
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deaada00-c5d7-4a7e-b832-33d8bc9eab22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-d275a037-0762-4691-a4b1-4d503d9fba06 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-93b61362-f75c-4bdc-9146-eeef5c1090ce {
  min-height: 50px;
}








#s-93b61362-f75c-4bdc-9146-eeef5c1090ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93b61362-f75c-4bdc-9146-eeef5c1090ce {
  cursor: pointer;
}#s-93b61362-f75c-4bdc-9146-eeef5c1090ce.shg-box.shg-c {
  justify-content: center;
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142 {
  margin-top: 6px;
margin-bottom: 6px;
max-width: 1346px;
aspect-ratio: 1434/1646;
text-align: center;
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142 {
  margin: 0 !important;
  overflow: visible;
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e762b68d-e0ba-4656-a591-8f13a7190142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e762b68d-e0ba-4656-a591-8f13a7190142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
  /* Add background color handling */
  
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e762b68d-e0ba-4656-a591-8f13a7190142 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-e762b68d-e0ba-4656-a591-8f13a7190142 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e762b68d-e0ba-4656-a591-8f13a7190142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-e762b68d-e0ba-4656-a591-8f13a7190142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e762b68d-e0ba-4656-a591-8f13a7190142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image {
  box-sizing: border-box;
}



.s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e762b68d-e0ba-4656-a591-8f13a7190142 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container {
      position: relative;
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

@media (min-width: 1200px){#s-e762b68d-e0ba-4656-a591-8f13a7190142 {
  margin: 0 !important;
  overflow: visible;
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e762b68d-e0ba-4656-a591-8f13a7190142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e762b68d-e0ba-4656-a591-8f13a7190142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
  /* Add background color handling */
  
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e762b68d-e0ba-4656-a591-8f13a7190142 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-e762b68d-e0ba-4656-a591-8f13a7190142 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e762b68d-e0ba-4656-a591-8f13a7190142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-e762b68d-e0ba-4656-a591-8f13a7190142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e762b68d-e0ba-4656-a591-8f13a7190142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image {
  box-sizing: border-box;
}



.s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e762b68d-e0ba-4656-a591-8f13a7190142 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container {
      position: relative;
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e762b68d-e0ba-4656-a591-8f13a7190142 {
  margin: 0 !important;
  overflow: visible;
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e762b68d-e0ba-4656-a591-8f13a7190142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e762b68d-e0ba-4656-a591-8f13a7190142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
  /* Add background color handling */
  
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e762b68d-e0ba-4656-a591-8f13a7190142 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-e762b68d-e0ba-4656-a591-8f13a7190142 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e762b68d-e0ba-4656-a591-8f13a7190142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-e762b68d-e0ba-4656-a591-8f13a7190142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e762b68d-e0ba-4656-a591-8f13a7190142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image {
  box-sizing: border-box;
}



.s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e762b68d-e0ba-4656-a591-8f13a7190142 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container {
      position: relative;
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e762b68d-e0ba-4656-a591-8f13a7190142 {
  margin: 0 !important;
  overflow: visible;
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e762b68d-e0ba-4656-a591-8f13a7190142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e762b68d-e0ba-4656-a591-8f13a7190142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
  /* Add background color handling */
  
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e762b68d-e0ba-4656-a591-8f13a7190142 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-e762b68d-e0ba-4656-a591-8f13a7190142 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e762b68d-e0ba-4656-a591-8f13a7190142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-e762b68d-e0ba-4656-a591-8f13a7190142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e762b68d-e0ba-4656-a591-8f13a7190142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image {
  box-sizing: border-box;
}



.s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e762b68d-e0ba-4656-a591-8f13a7190142 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container {
      position: relative;
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (max-width: 767px){#s-e762b68d-e0ba-4656-a591-8f13a7190142 {
  margin: 0 !important;
  overflow: visible;
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e762b68d-e0ba-4656-a591-8f13a7190142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e762b68d-e0ba-4656-a591-8f13a7190142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
  /* Add background color handling */
  
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e762b68d-e0ba-4656-a591-8f13a7190142 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-e762b68d-e0ba-4656-a591-8f13a7190142 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e762b68d-e0ba-4656-a591-8f13a7190142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-e762b68d-e0ba-4656-a591-8f13a7190142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e762b68d-e0ba-4656-a591-8f13a7190142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image {
  box-sizing: border-box;
}



.s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e762b68d-e0ba-4656-a591-8f13a7190142 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container {
      position: relative;
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e762b68d-e0ba-4656-a591-8f13a7190142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}
#s-cc0e640b-4af6-43f6-ac7e-c3f96983317a {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-c1df6327-6a19-49a9-b3c1-4980085c1341 {
  min-height: 50px;
}








#s-c1df6327-6a19-49a9-b3c1-4980085c1341 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1df6327-6a19-49a9-b3c1-4980085c1341 {
  cursor: pointer;
}#s-c1df6327-6a19-49a9-b3c1-4980085c1341.shg-box.shg-c {
  justify-content: center;
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
  margin-top: 6px;
margin-bottom: 6px;
max-width: 1434px;
aspect-ratio: 1434/1646;
text-align: center;
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
  margin: 0 !important;
  overflow: visible;
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
  /* Add background color handling */
  
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image {
  box-sizing: border-box;
}



.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container {
      position: relative;
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
  margin: 0 !important;
  overflow: visible;
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
  /* Add background color handling */
  
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image {
  box-sizing: border-box;
}



.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container {
      position: relative;
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
  margin: 0 !important;
  overflow: visible;
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
  /* Add background color handling */
  
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image {
  box-sizing: border-box;
}



.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container {
      position: relative;
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
  margin: 0 !important;
  overflow: visible;
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
  /* Add background color handling */
  
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image {
  box-sizing: border-box;
}



.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container {
      position: relative;
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
  margin: 0 !important;
  overflow: visible;
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
  /* Add background color handling */
  
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image {
  box-sizing: border-box;
}



.s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container {
      position: relative;
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8bc0c98-c3b9-4c9e-b18a-3638e8360bdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-77f53a39-5562-4413-aeb5-4376e513fbb6 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-616ef915-4d0d-46fa-87b4-a9cb2d30c915 {
  min-height: 50px;
}








#s-616ef915-4d0d-46fa-87b4-a9cb2d30c915 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-616ef915-4d0d-46fa-87b4-a9cb2d30c915 {
  cursor: pointer;
}#s-616ef915-4d0d-46fa-87b4-a9cb2d30c915.shg-box.shg-c {
  justify-content: center;
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
  margin-top: 6px;
margin-bottom: 6px;
max-width: 1434px;
aspect-ratio: 1434/1646;
text-align: center;
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
  margin: 0 !important;
  overflow: visible;
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
  /* Add background color handling */
  
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-630db29c-e800-4834-87b8-7c7a1bb65c08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image {
  box-sizing: border-box;
}



.s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container {
      position: relative;
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
  margin: 0 !important;
  overflow: visible;
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
  /* Add background color handling */
  
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-630db29c-e800-4834-87b8-7c7a1bb65c08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image {
  box-sizing: border-box;
}



.s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container {
      position: relative;
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
  margin: 0 !important;
  overflow: visible;
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
  /* Add background color handling */
  
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-630db29c-e800-4834-87b8-7c7a1bb65c08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image {
  box-sizing: border-box;
}



.s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container {
      position: relative;
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
  margin: 0 !important;
  overflow: visible;
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
  /* Add background color handling */
  
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-630db29c-e800-4834-87b8-7c7a1bb65c08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image {
  box-sizing: border-box;
}



.s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container {
      position: relative;
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
  margin: 0 !important;
  overflow: visible;
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
  /* Add background color handling */
  
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shg-image-content-wrapper {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }

    #s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shogun-image-link {
      aspect-ratio: 1434/1646;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-630db29c-e800-4834-87b8-7c7a1bb65c08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-630db29c-e800-4834-87b8-7c7a1bb65c08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image {
  box-sizing: border-box;
}



.s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-630db29c-e800-4834-87b8-7c7a1bb65c08 {
      --shg-aspect-ratio: calc(1434/1646); 
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container {
      position: relative;
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-630db29c-e800-4834-87b8-7c7a1bb65c08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-6d110ee1-9274-4b2d-a0c3-22a045b00937 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-e3648aeb-3565-4a1f-be96-a78df46ea2b2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-e3648aeb-3565-4a1f-be96-a78df46ea2b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3648aeb-3565-4a1f-be96-a78df46ea2b2 {
  cursor: pointer;
}#s-e3648aeb-3565-4a1f-be96-a78df46ea2b2.shg-box.shg-c {
  justify-content: center;
}

#s-e66d411c-0e3a-47ed-9b57-ab5e8d6bed0a {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-e66d411c-0e3a-47ed-9b57-ab5e8d6bed0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e66d411c-0e3a-47ed-9b57-ab5e8d6bed0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e66d411c-0e3a-47ed-9b57-ab5e8d6bed0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e66d411c-0e3a-47ed-9b57-ab5e8d6bed0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e66d411c-0e3a-47ed-9b57-ab5e8d6bed0a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bf5a3738-780d-4ef8-b722-b2839739c800 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-bf5a3738-780d-4ef8-b722-b2839739c800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf5a3738-780d-4ef8-b722-b2839739c800.shg-box.shg-c {
  justify-content: center;
}

#s-11d3d774-6e0d-4895-9854-ac959bc0eb7c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-11d3d774-6e0d-4895-9854-ac959bc0eb7c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-11d3d774-6e0d-4895-9854-ac959bc0eb7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-11d3d774-6e0d-4895-9854-ac959bc0eb7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-11d3d774-6e0d-4895-9854-ac959bc0eb7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6ed47e34-3f80-4e29-a346-e83c44721148 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-6ed47e34-3f80-4e29-a346-e83c44721148 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ed47e34-3f80-4e29-a346-e83c44721148 {
  cursor: pointer;
}#s-6ed47e34-3f80-4e29-a346-e83c44721148.shg-box.shg-c {
  justify-content: center;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
  box-sizing: border-box;
}



.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
      position: relative;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
  box-sizing: border-box;
}



.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
      position: relative;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
  box-sizing: border-box;
}



.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
      position: relative;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
  box-sizing: border-box;
}



.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
      position: relative;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
  box-sizing: border-box;
}



.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
      position: relative;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-6c5fe9d2-5221-4177-801b-5a6e7e1fab5f {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-6c5fe9d2-5221-4177-801b-5a6e7e1fab5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c5fe9d2-5221-4177-801b-5a6e7e1fab5f {
  cursor: pointer;
}#s-6c5fe9d2-5221-4177-801b-5a6e7e1fab5f.shg-box.shg-c {
  justify-content: center;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  margin: 0 !important;
  overflow: visible;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add background color handling */
  
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
  box-sizing: border-box;
}



.s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a58fbc50-406a-4a9d-97ae-00e57539911b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
      position: relative;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  margin: 0 !important;
  overflow: visible;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add background color handling */
  
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
  box-sizing: border-box;
}



.s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a58fbc50-406a-4a9d-97ae-00e57539911b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
      position: relative;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  margin: 0 !important;
  overflow: visible;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add background color handling */
  
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
  box-sizing: border-box;
}



.s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a58fbc50-406a-4a9d-97ae-00e57539911b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
      position: relative;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  margin: 0 !important;
  overflow: visible;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add background color handling */
  
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
  box-sizing: border-box;
}



.s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a58fbc50-406a-4a9d-97ae-00e57539911b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
      position: relative;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  margin: 0 !important;
  overflow: visible;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add background color handling */
  
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
  box-sizing: border-box;
}



.s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a58fbc50-406a-4a9d-97ae-00e57539911b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
      position: relative;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-43cc8735-96e5-4695-a755-a75610a34bb3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-43cc8735-96e5-4695-a755-a75610a34bb3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-43cc8735-96e5-4695-a755-a75610a34bb3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-43cc8735-96e5-4695-a755-a75610a34bb3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-43cc8735-96e5-4695-a755-a75610a34bb3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-083c3336-aea3-4be4-8123-b583320e37b4 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-083c3336-aea3-4be4-8123-b583320e37b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-083c3336-aea3-4be4-8123-b583320e37b4 {
  cursor: pointer;
}#s-083c3336-aea3-4be4-8123-b583320e37b4.shg-box.shg-c {
  justify-content: center;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  margin: 0 !important;
  overflow: visible;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add background color handling */
  
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
  box-sizing: border-box;
}



.s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e95d41c9-2aba-49d6-848d-8400c28933bc {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
      position: relative;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  margin: 0 !important;
  overflow: visible;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add background color handling */
  
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
  box-sizing: border-box;
}



.s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e95d41c9-2aba-49d6-848d-8400c28933bc {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
      position: relative;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  margin: 0 !important;
  overflow: visible;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add background color handling */
  
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
  box-sizing: border-box;
}



.s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e95d41c9-2aba-49d6-848d-8400c28933bc {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
      position: relative;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  margin: 0 !important;
  overflow: visible;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add background color handling */
  
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
  box-sizing: border-box;
}



.s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e95d41c9-2aba-49d6-848d-8400c28933bc {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
      position: relative;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  margin: 0 !important;
  overflow: visible;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add background color handling */
  
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
  box-sizing: border-box;
}



.s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e95d41c9-2aba-49d6-848d-8400c28933bc {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
      position: relative;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-9b96c3f5-3742-4f5a-81ce-edce539bafe0 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-9b96c3f5-3742-4f5a-81ce-edce539bafe0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b96c3f5-3742-4f5a-81ce-edce539bafe0 {
  cursor: pointer;
}#s-9b96c3f5-3742-4f5a-81ce-edce539bafe0.shg-box.shg-c {
  justify-content: center;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
  box-sizing: border-box;
}



.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
      position: relative;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
  box-sizing: border-box;
}



.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
      position: relative;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
  box-sizing: border-box;
}



.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
      position: relative;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
  box-sizing: border-box;
}



.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
      position: relative;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
  box-sizing: border-box;
}



.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
      position: relative;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-3dae46c6-3eff-4ac5-8256-6f3bf4aa75db {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3dae46c6-3eff-4ac5-8256-6f3bf4aa75db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3dae46c6-3eff-4ac5-8256-6f3bf4aa75db.shg-box.shg-c {
  justify-content: center;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  margin-left: auto;
margin-right: auto;
max-width: 1792px;
aspect-ratio: 1792/2011;
text-align: center;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
  box-sizing: border-box;
}



.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
      position: relative;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

@media (min-width: 1200px){#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
  box-sizing: border-box;
}



.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
      position: relative;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
  box-sizing: border-box;
}



.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
      position: relative;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
  box-sizing: border-box;
}



.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
      position: relative;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (max-width: 767px){#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
  box-sizing: border-box;
}



.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
      position: relative;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}
#s-357576c8-6dc1-47de-8aad-58cc39c2fcad {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.69);
}








#s-357576c8-6dc1-47de-8aad-58cc39c2fcad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-357576c8-6dc1-47de-8aad-58cc39c2fcad.shg-box.shg-c {
  justify-content: center;
}

#s-8fd823f2-6321-43b6-ba39-c4f73ba59646 {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8fd823f2-6321-43b6-ba39-c4f73ba59646 {
  
}
}
#s-8fd823f2-6321-43b6-ba39-c4f73ba59646 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-1f7d4d63-f6e4-4e07-ade4-134025d90090 {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1f7d4d63-f6e4-4e07-ade4-134025d90090 {
  display: none;
}
#s-1f7d4d63-f6e4-4e07-ade4-134025d90090, #wrap-s-1f7d4d63-f6e4-4e07-ade4-134025d90090, #wrap-content-s-1f7d4d63-f6e4-4e07-ade4-134025d90090 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f7d4d63-f6e4-4e07-ade4-134025d90090 {
  display: none;
}
#s-1f7d4d63-f6e4-4e07-ade4-134025d90090, #wrap-s-1f7d4d63-f6e4-4e07-ade4-134025d90090, #wrap-content-s-1f7d4d63-f6e4-4e07-ade4-134025d90090 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f7d4d63-f6e4-4e07-ade4-134025d90090 {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-1f7d4d63-f6e4-4e07-ade4-134025d90090 {
  display: none;
}
#s-1f7d4d63-f6e4-4e07-ade4-134025d90090, #wrap-s-1f7d4d63-f6e4-4e07-ade4-134025d90090, #wrap-content-s-1f7d4d63-f6e4-4e07-ade4-134025d90090 { display: none !important; }}
#s-1f7d4d63-f6e4-4e07-ade4-134025d90090 .shogun-heading-component h1 {
  color: rgba(154, 11, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1em;
  
  
}



#s-ded82ac5-aa62-430b-a9b9-5d73dfea6007 {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ded82ac5-aa62-430b-a9b9-5d73dfea6007 {
  display: none;
}
#s-ded82ac5-aa62-430b-a9b9-5d73dfea6007, #wrap-s-ded82ac5-aa62-430b-a9b9-5d73dfea6007, #wrap-content-s-ded82ac5-aa62-430b-a9b9-5d73dfea6007 { display: none !important; }}@media (max-width: 767px){#s-ded82ac5-aa62-430b-a9b9-5d73dfea6007 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-ded82ac5-aa62-430b-a9b9-5d73dfea6007 .shogun-heading-component h1 {
  color: rgba(177, 70, 34, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1em;
  
  
}



#s-55057536-3933-40c0-b8f5-9d591d3d450e {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-55057536-3933-40c0-b8f5-9d591d3d450e {
  display: none;
}
#s-55057536-3933-40c0-b8f5-9d591d3d450e, #wrap-s-55057536-3933-40c0-b8f5-9d591d3d450e, #wrap-content-s-55057536-3933-40c0-b8f5-9d591d3d450e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55057536-3933-40c0-b8f5-9d591d3d450e {
  display: none;
}
#s-55057536-3933-40c0-b8f5-9d591d3d450e, #wrap-s-55057536-3933-40c0-b8f5-9d591d3d450e, #wrap-content-s-55057536-3933-40c0-b8f5-9d591d3d450e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55057536-3933-40c0-b8f5-9d591d3d450e {
  
}
}@media (max-width: 767px){#s-55057536-3933-40c0-b8f5-9d591d3d450e {
  display: none;
}
#s-55057536-3933-40c0-b8f5-9d591d3d450e, #wrap-s-55057536-3933-40c0-b8f5-9d591d3d450e, #wrap-content-s-55057536-3933-40c0-b8f5-9d591d3d450e { display: none !important; }}
#s-55057536-3933-40c0-b8f5-9d591d3d450e .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  
}



#s-b7f5085f-1c1d-480b-a058-f68d74e28ba4 {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b7f5085f-1c1d-480b-a058-f68d74e28ba4 {
  display: none;
}
#s-b7f5085f-1c1d-480b-a058-f68d74e28ba4, #wrap-s-b7f5085f-1c1d-480b-a058-f68d74e28ba4, #wrap-content-s-b7f5085f-1c1d-480b-a058-f68d74e28ba4 { display: none !important; }}
#s-b7f5085f-1c1d-480b-a058-f68d74e28ba4 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-9f7244b7-a031-4f6d-9529-8f997195c355 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
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;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-9f7244b7-a031-4f6d-9529-8f997195c355:hover {background-color: rgba(166, 66, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9f7244b7-a031-4f6d-9529-8f997195c355:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9f7244b7-a031-4f6d-9529-8f997195c355-root {
    text-align: center;
  }


#s-9f7244b7-a031-4f6d-9529-8f997195c355.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f7244b7-a031-4f6d-9529-8f997195c355-root {
    text-align: center;
  }


#s-9f7244b7-a031-4f6d-9529-8f997195c355.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f7244b7-a031-4f6d-9529-8f997195c355-root {
    text-align: center;
  }


#s-9f7244b7-a031-4f6d-9529-8f997195c355.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f7244b7-a031-4f6d-9529-8f997195c355-root {
    text-align: center;
  }


#s-9f7244b7-a031-4f6d-9529-8f997195c355.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f7244b7-a031-4f6d-9529-8f997195c355-root {
    text-align: center;
  }


#s-9f7244b7-a031-4f6d-9529-8f997195c355.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4a435fe9-a32a-4e12-ba0e-cc3294b19512 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-4a435fe9-a32a-4e12-ba0e-cc3294b19512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a435fe9-a32a-4e12-ba0e-cc3294b19512 {
  cursor: pointer;
}#s-4a435fe9-a32a-4e12-ba0e-cc3294b19512.shg-box.shg-c {
  justify-content: center;
}

#s-67c3ad95-6453-4f1f-81fa-e4e681878c69 {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-67c3ad95-6453-4f1f-81fa-e4e681878c69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67c3ad95-6453-4f1f-81fa-e4e681878c69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67c3ad95-6453-4f1f-81fa-e4e681878c69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67c3ad95-6453-4f1f-81fa-e4e681878c69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  margin-left: auto;
margin-right: auto;
max-width: 1792px;
aspect-ratio: 1792/2011;
text-align: center;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  margin: 0 !important;
  overflow: visible;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add background color handling */
  
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
  box-sizing: border-box;
}



.s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
      position: relative;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

@media (min-width: 1200px){#s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  margin: 0 !important;
  overflow: visible;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add background color handling */
  
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
  box-sizing: border-box;
}



.s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
      position: relative;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  margin: 0 !important;
  overflow: visible;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add background color handling */
  
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
  box-sizing: border-box;
}



.s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
      position: relative;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  margin: 0 !important;
  overflow: visible;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add background color handling */
  
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
  box-sizing: border-box;
}



.s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
      position: relative;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (max-width: 767px){#s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  margin: 0 !important;
  overflow: visible;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add background color handling */
  
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
  box-sizing: border-box;
}



.s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
      position: relative;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}
#s-84430eab-8745-457d-a3e6-07eaceaf3a7d {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.69);
}








#s-84430eab-8745-457d-a3e6-07eaceaf3a7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84430eab-8745-457d-a3e6-07eaceaf3a7d.shg-box.shg-c {
  justify-content: center;
}

#s-0a251fa3-fc8a-47a5-982c-a311f20717fd {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a251fa3-fc8a-47a5-982c-a311f20717fd {
  
}
}
#s-0a251fa3-fc8a-47a5-982c-a311f20717fd .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e {
  display: none;
}
#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e, #wrap-s-4e41e53c-408e-4830-9bbb-756f2ad92d3e, #wrap-content-s-4e41e53c-408e-4830-9bbb-756f2ad92d3e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e {
  display: none;
}
#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e, #wrap-s-4e41e53c-408e-4830-9bbb-756f2ad92d3e, #wrap-content-s-4e41e53c-408e-4830-9bbb-756f2ad92d3e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e {
  display: none;
}
#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e, #wrap-s-4e41e53c-408e-4830-9bbb-756f2ad92d3e, #wrap-content-s-4e41e53c-408e-4830-9bbb-756f2ad92d3e { display: none !important; }}
#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-7b6df591-f163-44df-b619-381eab8423e8 {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b6df591-f163-44df-b619-381eab8423e8 {
  display: none;
}
#s-7b6df591-f163-44df-b619-381eab8423e8, #wrap-s-7b6df591-f163-44df-b619-381eab8423e8, #wrap-content-s-7b6df591-f163-44df-b619-381eab8423e8 { display: none !important; }}@media (max-width: 767px){#s-7b6df591-f163-44df-b619-381eab8423e8 {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-7b6df591-f163-44df-b619-381eab8423e8 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}



#s-df7f2c35-149b-4605-897c-e9e5c29253b2 {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-df7f2c35-149b-4605-897c-e9e5c29253b2 {
  
}
}
#s-df7f2c35-149b-4605-897c-e9e5c29253b2 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-4d85af14-d437-47cb-8ae3-b293ad258e3c {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
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;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-4d85af14-d437-47cb-8ae3-b293ad258e3c:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4d85af14-d437-47cb-8ae3-b293ad258e3c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4d85af14-d437-47cb-8ae3-b293ad258e3c-root {
    text-align: center;
  }


#s-4d85af14-d437-47cb-8ae3-b293ad258e3c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4d85af14-d437-47cb-8ae3-b293ad258e3c-root {
    text-align: center;
  }


#s-4d85af14-d437-47cb-8ae3-b293ad258e3c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d85af14-d437-47cb-8ae3-b293ad258e3c-root {
    text-align: center;
  }


#s-4d85af14-d437-47cb-8ae3-b293ad258e3c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d85af14-d437-47cb-8ae3-b293ad258e3c-root {
    text-align: center;
  }


#s-4d85af14-d437-47cb-8ae3-b293ad258e3c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4d85af14-d437-47cb-8ae3-b293ad258e3c-root {
    text-align: center;
  }


#s-4d85af14-d437-47cb-8ae3-b293ad258e3c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b67c4a54-1680-4f43-8efc-3d81955e135c {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-b67c4a54-1680-4f43-8efc-3d81955e135c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b67c4a54-1680-4f43-8efc-3d81955e135c.shg-box.shg-c {
  justify-content: center;
}

#s-1275552b-5424-45e1-8b3e-ad4684c7c1f5 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-1275552b-5424-45e1-8b3e-ad4684c7c1f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1275552b-5424-45e1-8b3e-ad4684c7c1f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1275552b-5424-45e1-8b3e-ad4684c7c1f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1275552b-5424-45e1-8b3e-ad4684c7c1f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a70201e3-9446-4ef8-a061-275bdce865ae {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-a70201e3-9446-4ef8-a061-275bdce865ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a70201e3-9446-4ef8-a061-275bdce865ae {
  cursor: pointer;
}#s-a70201e3-9446-4ef8-a061-275bdce865ae.shg-box.shg-c {
  justify-content: center;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  margin: 0 !important;
  overflow: visible;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add background color handling */
  
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
  box-sizing: border-box;
}



.s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a390f716-fb1b-44a4-b275-51e7d624c150 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
      position: relative;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  margin: 0 !important;
  overflow: visible;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add background color handling */
  
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
  box-sizing: border-box;
}



.s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a390f716-fb1b-44a4-b275-51e7d624c150 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
      position: relative;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  margin: 0 !important;
  overflow: visible;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add background color handling */
  
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
  box-sizing: border-box;
}



.s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a390f716-fb1b-44a4-b275-51e7d624c150 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
      position: relative;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  margin: 0 !important;
  overflow: visible;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add background color handling */
  
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
  box-sizing: border-box;
}



.s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a390f716-fb1b-44a4-b275-51e7d624c150 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
      position: relative;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  margin: 0 !important;
  overflow: visible;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add background color handling */
  
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
  box-sizing: border-box;
}



.s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a390f716-fb1b-44a4-b275-51e7d624c150 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
      position: relative;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-41e66e50-a0d0-4da0-959f-f7391a1ed855 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-41e66e50-a0d0-4da0-959f-f7391a1ed855 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41e66e50-a0d0-4da0-959f-f7391a1ed855 {
  cursor: pointer;
}#s-41e66e50-a0d0-4da0-959f-f7391a1ed855.shg-box.shg-c {
  justify-content: center;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  margin-left: auto;
margin-right: auto;
max-width: 1156px;
aspect-ratio: 1156/1295;
text-align: center;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  margin: 0 !important;
  overflow: visible;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add background color handling */
  
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }

    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-link {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1156px;
  }



  img.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
    
    
    
    max-height: 1156px;
  }


.s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
  box-sizing: border-box;
}



.s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
      --shg-aspect-ratio: calc(1156/1295); 
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
      position: relative;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1156px;
    }
  }

@media (min-width: 1200px){#s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  margin: 0 !important;
  overflow: visible;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add background color handling */
  
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }

    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-link {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1156px;
  }



  img.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
    
    
    
    max-height: 1156px;
  }


.s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
  box-sizing: border-box;
}



.s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
      --shg-aspect-ratio: calc(1156/1295); 
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
      position: relative;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1156px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  margin: 0 !important;
  overflow: visible;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add background color handling */
  
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }

    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-link {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1156px;
  }



  img.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
    
    
    
    max-height: 1156px;
  }


.s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
  box-sizing: border-box;
}



.s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
      --shg-aspect-ratio: calc(1156/1295); 
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
      position: relative;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1156px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  margin: 0 !important;
  overflow: visible;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add background color handling */
  
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }

    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-link {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1156px;
  }



  img.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
    
    
    
    max-height: 1156px;
  }


.s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
  box-sizing: border-box;
}



.s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
      --shg-aspect-ratio: calc(1156/1295); 
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
      position: relative;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1156px;
    }
  }

}@media (max-width: 767px){#s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  margin: 0 !important;
  overflow: visible;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add background color handling */
  
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }

    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-link {
      aspect-ratio: 1156/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1156px;
  }



  img.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
    
    
    
    max-height: 1156px;
  }


.s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
  box-sizing: border-box;
}



.s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
      --shg-aspect-ratio: calc(1156/1295); 
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
      position: relative;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1156px;
    }
  }

}
#s-76f11e23-2831-432c-8aef-a90b18b9f0a4 {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-76f11e23-2831-432c-8aef-a90b18b9f0a4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-76f11e23-2831-432c-8aef-a90b18b9f0a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-76f11e23-2831-432c-8aef-a90b18b9f0a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-76f11e23-2831-432c-8aef-a90b18b9f0a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d9224dd8-38d9-4c52-8ce1-edd9b91d3d46 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-d9224dd8-38d9-4c52-8ce1-edd9b91d3d46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9224dd8-38d9-4c52-8ce1-edd9b91d3d46 {
  cursor: pointer;
}#s-d9224dd8-38d9-4c52-8ce1-edd9b91d3d46.shg-box.shg-c {
  justify-content: center;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  margin: 0 !important;
  overflow: visible;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add background color handling */
  
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-content {
  
    justify-content: center;
  
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
  box-sizing: border-box;
}



.s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-faedf527-6a64-40cd-b70c-89fc3582f82b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
      position: relative;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  margin: 0 !important;
  overflow: visible;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add background color handling */
  
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-content {
  
    justify-content: center;
  
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
  box-sizing: border-box;
}



.s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-faedf527-6a64-40cd-b70c-89fc3582f82b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
      position: relative;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  margin: 0 !important;
  overflow: visible;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add background color handling */
  
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-content {
  
    justify-content: center;
  
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
  box-sizing: border-box;
}



.s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-faedf527-6a64-40cd-b70c-89fc3582f82b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
      position: relative;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  margin: 0 !important;
  overflow: visible;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add background color handling */
  
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-content {
  
    justify-content: center;
  
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
  box-sizing: border-box;
}



.s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-faedf527-6a64-40cd-b70c-89fc3582f82b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
      position: relative;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  margin: 0 !important;
  overflow: visible;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add background color handling */
  
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-content {
  
    justify-content: center;
  
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
  box-sizing: border-box;
}



.s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-faedf527-6a64-40cd-b70c-89fc3582f82b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
      position: relative;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-d0ae84df-be41-4558-9459-c87ce9ed291a {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-d0ae84df-be41-4558-9459-c87ce9ed291a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0ae84df-be41-4558-9459-c87ce9ed291a {
  cursor: pointer;
}#s-d0ae84df-be41-4558-9459-c87ce9ed291a.shg-box.shg-c {
  justify-content: center;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  margin-left: auto;
margin-right: auto;
max-width: 1155px;
aspect-ratio: 1155/1295;
text-align: center;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  margin: 0 !important;
  overflow: visible;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add background color handling */
  
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }

    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-link {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1155px;
  }



  img.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
    
    
    
    max-height: 1155px;
  }


.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
  box-sizing: border-box;
}



.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
      --shg-aspect-ratio: calc(1155/1295); 
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
      position: relative;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1155px;
    }
  }

@media (min-width: 1200px){#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  margin: 0 !important;
  overflow: visible;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add background color handling */
  
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }

    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-link {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1155px;
  }



  img.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
    
    
    
    max-height: 1155px;
  }


.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
  box-sizing: border-box;
}



.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
      --shg-aspect-ratio: calc(1155/1295); 
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
      position: relative;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1155px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  margin: 0 !important;
  overflow: visible;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add background color handling */
  
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }

    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-link {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1155px;
  }



  img.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
    
    
    
    max-height: 1155px;
  }


.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
  box-sizing: border-box;
}



.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
      --shg-aspect-ratio: calc(1155/1295); 
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
      position: relative;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1155px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  margin: 0 !important;
  overflow: visible;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add background color handling */
  
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }

    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-link {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1155px;
  }



  img.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
    
    
    
    max-height: 1155px;
  }


.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
  box-sizing: border-box;
}



.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
      --shg-aspect-ratio: calc(1155/1295); 
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
      position: relative;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1155px;
    }
  }

}@media (max-width: 767px){#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  margin: 0 !important;
  overflow: visible;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add background color handling */
  
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }

    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-link {
      aspect-ratio: 1155/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1155px;
  }



  img.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
    
    
    
    max-height: 1155px;
  }


.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
  box-sizing: border-box;
}



.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
      --shg-aspect-ratio: calc(1155/1295); 
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
      position: relative;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1155px;
    }
  }

}
#s-d8cbd3d2-d610-4ec7-bc88-9f1541fd436d {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d8cbd3d2-d610-4ec7-bc88-9f1541fd436d {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-d8cbd3d2-d610-4ec7-bc88-9f1541fd436d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8cbd3d2-d610-4ec7-bc88-9f1541fd436d.shg-box.shg-c {
  justify-content: center;
}

#s-e31742f1-a4e1-4730-a850-70f9f544a0a5 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-f213211e-f760-400c-897d-11b4b4e5537e {
  min-height: 50px;
}
@media (max-width: 767px){#s-f213211e-f760-400c-897d-11b4b4e5537e {
  display: none;
}
#s-f213211e-f760-400c-897d-11b4b4e5537e, #wrap-s-f213211e-f760-400c-897d-11b4b4e5537e, #wrap-content-s-f213211e-f760-400c-897d-11b4b4e5537e { display: none !important; }}







#s-f213211e-f760-400c-897d-11b4b4e5537e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f213211e-f760-400c-897d-11b4b4e5537e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9a6259aa-8a53-4e16-8d32-103de7ef784b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a6259aa-8a53-4e16-8d32-103de7ef784b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-9a6259aa-8a53-4e16-8d32-103de7ef784b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-9a6259aa-8a53-4e16-8d32-103de7ef784b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

#s-d1e43b92-894b-4d2e-b8b1-a10a873a050b {
  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-d1e43b92-894b-4d2e-b8b1-a10a873a050b {
  background-image: url();
}








#s-d1e43b92-894b-4d2e-b8b1-a10a873a050b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1e43b92-894b-4d2e-b8b1-a10a873a050b {
  cursor: pointer;
}#s-d1e43b92-894b-4d2e-b8b1-a10a873a050b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-053144ed-e079-46a0-b77f-f41f938125d6 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-053144ed-e079-46a0-b77f-f41f938125d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-053144ed-e079-46a0-b77f-f41f938125d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-053144ed-e079-46a0-b77f-f41f938125d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-053144ed-e079-46a0-b77f-f41f938125d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-053144ed-e079-46a0-b77f-f41f938125d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-053144ed-e079-46a0-b77f-f41f938125d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-053144ed-e079-46a0-b77f-f41f938125d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-053144ed-e079-46a0-b77f-f41f938125d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-053144ed-e079-46a0-b77f-f41f938125d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image {
  box-sizing: border-box;
}



.s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-053144ed-e079-46a0-b77f-f41f938125d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container {
      position: relative;
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-053144ed-e079-46a0-b77f-f41f938125d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-053144ed-e079-46a0-b77f-f41f938125d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-053144ed-e079-46a0-b77f-f41f938125d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-053144ed-e079-46a0-b77f-f41f938125d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-053144ed-e079-46a0-b77f-f41f938125d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-053144ed-e079-46a0-b77f-f41f938125d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-053144ed-e079-46a0-b77f-f41f938125d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-053144ed-e079-46a0-b77f-f41f938125d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-053144ed-e079-46a0-b77f-f41f938125d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image {
  box-sizing: border-box;
}



.s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-053144ed-e079-46a0-b77f-f41f938125d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container {
      position: relative;
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6 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-053144ed-e079-46a0-b77f-f41f938125d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-053144ed-e079-46a0-b77f-f41f938125d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-053144ed-e079-46a0-b77f-f41f938125d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-053144ed-e079-46a0-b77f-f41f938125d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-053144ed-e079-46a0-b77f-f41f938125d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-053144ed-e079-46a0-b77f-f41f938125d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-053144ed-e079-46a0-b77f-f41f938125d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-053144ed-e079-46a0-b77f-f41f938125d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-053144ed-e079-46a0-b77f-f41f938125d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image {
  box-sizing: border-box;
}



.s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-053144ed-e079-46a0-b77f-f41f938125d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container {
      position: relative;
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6 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-053144ed-e079-46a0-b77f-f41f938125d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-053144ed-e079-46a0-b77f-f41f938125d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-053144ed-e079-46a0-b77f-f41f938125d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-053144ed-e079-46a0-b77f-f41f938125d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-053144ed-e079-46a0-b77f-f41f938125d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-053144ed-e079-46a0-b77f-f41f938125d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-053144ed-e079-46a0-b77f-f41f938125d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-053144ed-e079-46a0-b77f-f41f938125d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-053144ed-e079-46a0-b77f-f41f938125d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image {
  box-sizing: border-box;
}



.s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-053144ed-e079-46a0-b77f-f41f938125d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container {
      position: relative;
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-053144ed-e079-46a0-b77f-f41f938125d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-053144ed-e079-46a0-b77f-f41f938125d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-053144ed-e079-46a0-b77f-f41f938125d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-053144ed-e079-46a0-b77f-f41f938125d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-053144ed-e079-46a0-b77f-f41f938125d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-053144ed-e079-46a0-b77f-f41f938125d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-053144ed-e079-46a0-b77f-f41f938125d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-053144ed-e079-46a0-b77f-f41f938125d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-053144ed-e079-46a0-b77f-f41f938125d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image {
  box-sizing: border-box;
}



.s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-053144ed-e079-46a0-b77f-f41f938125d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container {
      position: relative;
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-053144ed-e079-46a0-b77f-f41f938125d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-4f477810-f26e-49f6-a04c-358b7842c00e {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f477810-f26e-49f6-a04c-358b7842c00e {
  display: none;
}
#s-4f477810-f26e-49f6-a04c-358b7842c00e, #wrap-s-4f477810-f26e-49f6-a04c-358b7842c00e, #wrap-content-s-4f477810-f26e-49f6-a04c-358b7842c00e { display: none !important; }}
#s-7e28455d-caa1-4a4a-bb18-49a9eaf16629 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-7e28455d-caa1-4a4a-bb18-49a9eaf16629 {
  display: none;
}
#s-7e28455d-caa1-4a4a-bb18-49a9eaf16629, #wrap-s-7e28455d-caa1-4a4a-bb18-49a9eaf16629, #wrap-content-s-7e28455d-caa1-4a4a-bb18-49a9eaf16629 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e28455d-caa1-4a4a-bb18-49a9eaf16629 {
  display: none;
}
#s-7e28455d-caa1-4a4a-bb18-49a9eaf16629, #wrap-s-7e28455d-caa1-4a4a-bb18-49a9eaf16629, #wrap-content-s-7e28455d-caa1-4a4a-bb18-49a9eaf16629 { display: none !important; }}@media (max-width: 767px){#s-7e28455d-caa1-4a4a-bb18-49a9eaf16629 {
  display: none;
}
#s-7e28455d-caa1-4a4a-bb18-49a9eaf16629, #wrap-s-7e28455d-caa1-4a4a-bb18-49a9eaf16629, #wrap-content-s-7e28455d-caa1-4a4a-bb18-49a9eaf16629 { display: none !important; }}
#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image {
  box-sizing: border-box;
}



.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container {
      position: relative;
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image {
  box-sizing: border-box;
}



.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container {
      position: relative;
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 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-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image {
  box-sizing: border-box;
}



.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container {
      position: relative;
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 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-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image {
  box-sizing: border-box;
}



.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container {
      position: relative;
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image {
  box-sizing: border-box;
}



.s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container {
      position: relative;
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eeea1909-09d6-47fd-8e8b-b335f8eec6e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-441940cd-ab4e-424f-9b52-1b64a84d2246 {
  margin-left: 5%;
margin-right: 5%;
}

#s-65eab303-a4a5-4eea-a693-caf36bf70e5d {
  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-65eab303-a4a5-4eea-a693-caf36bf70e5d {
  background-image: url();
}








#s-65eab303-a4a5-4eea-a693-caf36bf70e5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65eab303-a4a5-4eea-a693-caf36bf70e5d {
  cursor: pointer;
}#s-65eab303-a4a5-4eea-a693-caf36bf70e5d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
  margin: 0 !important;
  overflow: visible;
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
  /* Add background color handling */
  
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image {
  box-sizing: border-box;
}



.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container {
      position: relative;
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
  margin: 0 !important;
  overflow: visible;
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
  /* Add background color handling */
  
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image {
  box-sizing: border-box;
}



.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container {
      position: relative;
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a 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-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
  margin: 0 !important;
  overflow: visible;
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
  /* Add background color handling */
  
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image {
  box-sizing: border-box;
}



.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container {
      position: relative;
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a 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-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
  margin: 0 !important;
  overflow: visible;
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
  /* Add background color handling */
  
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image {
  box-sizing: border-box;
}



.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container {
      position: relative;
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
  margin: 0 !important;
  overflow: visible;
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
  /* Add background color handling */
  
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image {
  box-sizing: border-box;
}



.s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container {
      position: relative;
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2bcefc5-2e5f-4ba4-9e7e-04017ef49d2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-39d2dff7-a32e-41d2-bc7a-f931c6c5b123 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-39d2dff7-a32e-41d2-bc7a-f931c6c5b123 {
  display: none;
}
#s-39d2dff7-a32e-41d2-bc7a-f931c6c5b123, #wrap-s-39d2dff7-a32e-41d2-bc7a-f931c6c5b123, #wrap-content-s-39d2dff7-a32e-41d2-bc7a-f931c6c5b123 { display: none !important; }}
#s-77ebc85c-df73-4df2-96b9-69951972148d {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-77ebc85c-df73-4df2-96b9-69951972148d {
  display: none;
}
#s-77ebc85c-df73-4df2-96b9-69951972148d, #wrap-s-77ebc85c-df73-4df2-96b9-69951972148d, #wrap-content-s-77ebc85c-df73-4df2-96b9-69951972148d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77ebc85c-df73-4df2-96b9-69951972148d {
  display: none;
}
#s-77ebc85c-df73-4df2-96b9-69951972148d, #wrap-s-77ebc85c-df73-4df2-96b9-69951972148d, #wrap-content-s-77ebc85c-df73-4df2-96b9-69951972148d { display: none !important; }}@media (max-width: 767px){#s-77ebc85c-df73-4df2-96b9-69951972148d {
  display: none;
}
#s-77ebc85c-df73-4df2-96b9-69951972148d, #wrap-s-77ebc85c-df73-4df2-96b9-69951972148d, #wrap-content-s-77ebc85c-df73-4df2-96b9-69951972148d { display: none !important; }}
#s-994baaef-88d0-4134-8e48-e45c676513ed {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-994baaef-88d0-4134-8e48-e45c676513ed {
  margin: 0 !important;
  overflow: visible;
}

#s-994baaef-88d0-4134-8e48-e45c676513ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-994baaef-88d0-4134-8e48-e45c676513ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-994baaef-88d0-4134-8e48-e45c676513ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
  /* Add background color handling */
  
}

#s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-994baaef-88d0-4134-8e48-e45c676513ed .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-994baaef-88d0-4134-8e48-e45c676513ed .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-994baaef-88d0-4134-8e48-e45c676513ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-994baaef-88d0-4134-8e48-e45c676513ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-994baaef-88d0-4134-8e48-e45c676513ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image {
  box-sizing: border-box;
}



.s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-994baaef-88d0-4134-8e48-e45c676513ed {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container {
      position: relative;
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-994baaef-88d0-4134-8e48-e45c676513ed {
  margin: 0 !important;
  overflow: visible;
}

#s-994baaef-88d0-4134-8e48-e45c676513ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-994baaef-88d0-4134-8e48-e45c676513ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-994baaef-88d0-4134-8e48-e45c676513ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
  /* Add background color handling */
  
}

#s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-994baaef-88d0-4134-8e48-e45c676513ed .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-994baaef-88d0-4134-8e48-e45c676513ed .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-994baaef-88d0-4134-8e48-e45c676513ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-994baaef-88d0-4134-8e48-e45c676513ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-994baaef-88d0-4134-8e48-e45c676513ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image {
  box-sizing: border-box;
}



.s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-994baaef-88d0-4134-8e48-e45c676513ed {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container {
      position: relative;
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed 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-994baaef-88d0-4134-8e48-e45c676513ed {
  margin: 0 !important;
  overflow: visible;
}

#s-994baaef-88d0-4134-8e48-e45c676513ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-994baaef-88d0-4134-8e48-e45c676513ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-994baaef-88d0-4134-8e48-e45c676513ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
  /* Add background color handling */
  
}

#s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-994baaef-88d0-4134-8e48-e45c676513ed .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-994baaef-88d0-4134-8e48-e45c676513ed .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-994baaef-88d0-4134-8e48-e45c676513ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-994baaef-88d0-4134-8e48-e45c676513ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-994baaef-88d0-4134-8e48-e45c676513ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image {
  box-sizing: border-box;
}



.s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-994baaef-88d0-4134-8e48-e45c676513ed {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container {
      position: relative;
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed 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-994baaef-88d0-4134-8e48-e45c676513ed {
  margin: 0 !important;
  overflow: visible;
}

#s-994baaef-88d0-4134-8e48-e45c676513ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-994baaef-88d0-4134-8e48-e45c676513ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-994baaef-88d0-4134-8e48-e45c676513ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
  /* Add background color handling */
  
}

#s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-994baaef-88d0-4134-8e48-e45c676513ed .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-994baaef-88d0-4134-8e48-e45c676513ed .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-994baaef-88d0-4134-8e48-e45c676513ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-994baaef-88d0-4134-8e48-e45c676513ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-994baaef-88d0-4134-8e48-e45c676513ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image {
  box-sizing: border-box;
}



.s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-994baaef-88d0-4134-8e48-e45c676513ed {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container {
      position: relative;
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-994baaef-88d0-4134-8e48-e45c676513ed {
  margin: 0 !important;
  overflow: visible;
}

#s-994baaef-88d0-4134-8e48-e45c676513ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-994baaef-88d0-4134-8e48-e45c676513ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-994baaef-88d0-4134-8e48-e45c676513ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
  /* Add background color handling */
  
}

#s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-994baaef-88d0-4134-8e48-e45c676513ed .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-994baaef-88d0-4134-8e48-e45c676513ed .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-994baaef-88d0-4134-8e48-e45c676513ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-994baaef-88d0-4134-8e48-e45c676513ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-994baaef-88d0-4134-8e48-e45c676513ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image {
  box-sizing: border-box;
}



.s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-994baaef-88d0-4134-8e48-e45c676513ed {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container {
      position: relative;
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-994baaef-88d0-4134-8e48-e45c676513ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-a249a0e4-afc4-46d6-94a9-165bcb97ca10 {
  margin-left: 5%;
margin-right: 5%;
}

#s-f3ab1f29-fb3b-4436-abda-6a84811fcca9 {
  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-f3ab1f29-fb3b-4436-abda-6a84811fcca9 {
  background-image: url();
}








#s-f3ab1f29-fb3b-4436-abda-6a84811fcca9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3ab1f29-fb3b-4436-abda-6a84811fcca9 {
  cursor: pointer;
}#s-f3ab1f29-fb3b-4436-abda-6a84811fcca9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3734164e-ac65-414f-8c64-545543d2e506 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3734164e-ac65-414f-8c64-545543d2e506 {
  margin: 0 !important;
  overflow: visible;
}

#s-3734164e-ac65-414f-8c64-545543d2e506-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3734164e-ac65-414f-8c64-545543d2e506 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-3734164e-ac65-414f-8c64-545543d2e506 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
  /* Add background color handling */
  
}

#s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3734164e-ac65-414f-8c64-545543d2e506 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3734164e-ac65-414f-8c64-545543d2e506 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3734164e-ac65-414f-8c64-545543d2e506 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-3734164e-ac65-414f-8c64-545543d2e506 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3734164e-ac65-414f-8c64-545543d2e506.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image {
  box-sizing: border-box;
}



.s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3734164e-ac65-414f-8c64-545543d2e506 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container {
      position: relative;
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-3734164e-ac65-414f-8c64-545543d2e506 {
  margin: 0 !important;
  overflow: visible;
}

#s-3734164e-ac65-414f-8c64-545543d2e506-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3734164e-ac65-414f-8c64-545543d2e506 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3734164e-ac65-414f-8c64-545543d2e506 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
  /* Add background color handling */
  
}

#s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3734164e-ac65-414f-8c64-545543d2e506 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3734164e-ac65-414f-8c64-545543d2e506 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3734164e-ac65-414f-8c64-545543d2e506 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-3734164e-ac65-414f-8c64-545543d2e506 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3734164e-ac65-414f-8c64-545543d2e506.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image {
  box-sizing: border-box;
}



.s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3734164e-ac65-414f-8c64-545543d2e506 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container {
      position: relative;
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506 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-3734164e-ac65-414f-8c64-545543d2e506 {
  margin: 0 !important;
  overflow: visible;
}

#s-3734164e-ac65-414f-8c64-545543d2e506-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3734164e-ac65-414f-8c64-545543d2e506 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3734164e-ac65-414f-8c64-545543d2e506 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
  /* Add background color handling */
  
}

#s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3734164e-ac65-414f-8c64-545543d2e506 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3734164e-ac65-414f-8c64-545543d2e506 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3734164e-ac65-414f-8c64-545543d2e506 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-3734164e-ac65-414f-8c64-545543d2e506 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3734164e-ac65-414f-8c64-545543d2e506.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image {
  box-sizing: border-box;
}



.s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3734164e-ac65-414f-8c64-545543d2e506 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container {
      position: relative;
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506 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-3734164e-ac65-414f-8c64-545543d2e506 {
  margin: 0 !important;
  overflow: visible;
}

#s-3734164e-ac65-414f-8c64-545543d2e506-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3734164e-ac65-414f-8c64-545543d2e506 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3734164e-ac65-414f-8c64-545543d2e506 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
  /* Add background color handling */
  
}

#s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3734164e-ac65-414f-8c64-545543d2e506 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3734164e-ac65-414f-8c64-545543d2e506 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3734164e-ac65-414f-8c64-545543d2e506 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-3734164e-ac65-414f-8c64-545543d2e506 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3734164e-ac65-414f-8c64-545543d2e506.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image {
  box-sizing: border-box;
}



.s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3734164e-ac65-414f-8c64-545543d2e506 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container {
      position: relative;
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-3734164e-ac65-414f-8c64-545543d2e506 {
  margin: 0 !important;
  overflow: visible;
}

#s-3734164e-ac65-414f-8c64-545543d2e506-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3734164e-ac65-414f-8c64-545543d2e506 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3734164e-ac65-414f-8c64-545543d2e506 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
  /* Add background color handling */
  
}

#s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3734164e-ac65-414f-8c64-545543d2e506 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3734164e-ac65-414f-8c64-545543d2e506 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3734164e-ac65-414f-8c64-545543d2e506 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-3734164e-ac65-414f-8c64-545543d2e506 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3734164e-ac65-414f-8c64-545543d2e506.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image {
  box-sizing: border-box;
}



.s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3734164e-ac65-414f-8c64-545543d2e506 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container {
      position: relative;
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3734164e-ac65-414f-8c64-545543d2e506 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-a0ca6ead-c14b-4236-94ca-2c83d92ae936 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0ca6ead-c14b-4236-94ca-2c83d92ae936 {
  display: none;
}
#s-a0ca6ead-c14b-4236-94ca-2c83d92ae936, #wrap-s-a0ca6ead-c14b-4236-94ca-2c83d92ae936, #wrap-content-s-a0ca6ead-c14b-4236-94ca-2c83d92ae936 { display: none !important; }}
#s-e1291c01-7c8a-431f-a0dc-9732b868b508 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-e1291c01-7c8a-431f-a0dc-9732b868b508 {
  display: none;
}
#s-e1291c01-7c8a-431f-a0dc-9732b868b508, #wrap-s-e1291c01-7c8a-431f-a0dc-9732b868b508, #wrap-content-s-e1291c01-7c8a-431f-a0dc-9732b868b508 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1291c01-7c8a-431f-a0dc-9732b868b508 {
  display: none;
}
#s-e1291c01-7c8a-431f-a0dc-9732b868b508, #wrap-s-e1291c01-7c8a-431f-a0dc-9732b868b508, #wrap-content-s-e1291c01-7c8a-431f-a0dc-9732b868b508 { display: none !important; }}@media (max-width: 767px){#s-e1291c01-7c8a-431f-a0dc-9732b868b508 {
  display: none;
}
#s-e1291c01-7c8a-431f-a0dc-9732b868b508, #wrap-s-e1291c01-7c8a-431f-a0dc-9732b868b508, #wrap-content-s-e1291c01-7c8a-431f-a0dc-9732b868b508 { display: none !important; }}
#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image {
  box-sizing: border-box;
}



.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container {
      position: relative;
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image {
  box-sizing: border-box;
}



.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container {
      position: relative;
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 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-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image {
  box-sizing: border-box;
}



.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container {
      position: relative;
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 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-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image {
  box-sizing: border-box;
}



.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container {
      position: relative;
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image {
  box-sizing: border-box;
}



.s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container {
      position: relative;
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ccaab7d-eea7-407f-bd89-62f9c0f44f21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-32968639-0680-40f9-bcb7-8e8a4d2ab44a {
  margin-left: 5%;
margin-right: 5%;
}

#s-8cf577d8-843e-4733-92bc-1ce5a73dab31 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-8cf577d8-843e-4733-92bc-1ce5a73dab31 {
  display: none;
}
#s-8cf577d8-843e-4733-92bc-1ce5a73dab31, #wrap-s-8cf577d8-843e-4733-92bc-1ce5a73dab31, #wrap-content-s-8cf577d8-843e-4733-92bc-1ce5a73dab31 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cf577d8-843e-4733-92bc-1ce5a73dab31 {
  display: none;
}
#s-8cf577d8-843e-4733-92bc-1ce5a73dab31, #wrap-s-8cf577d8-843e-4733-92bc-1ce5a73dab31, #wrap-content-s-8cf577d8-843e-4733-92bc-1ce5a73dab31 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8cf577d8-843e-4733-92bc-1ce5a73dab31 {
  display: none;
}
#s-8cf577d8-843e-4733-92bc-1ce5a73dab31, #wrap-s-8cf577d8-843e-4733-92bc-1ce5a73dab31, #wrap-content-s-8cf577d8-843e-4733-92bc-1ce5a73dab31 { display: none !important; }}
#s-8cf577d8-843e-4733-92bc-1ce5a73dab31 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8cf577d8-843e-4733-92bc-1ce5a73dab31 .shg-sld-nav-button.shg-sld-left,
#s-8cf577d8-843e-4733-92bc-1ce5a73dab31 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ac86772f-8be7-4ddc-bb88-d9a3c90d4426 {
  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-ac86772f-8be7-4ddc-bb88-d9a3c90d4426 {
  background-image: url();
}








#s-ac86772f-8be7-4ddc-bb88-d9a3c90d4426 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac86772f-8be7-4ddc-bb88-d9a3c90d4426 {
  cursor: pointer;
}#s-ac86772f-8be7-4ddc-bb88-d9a3c90d4426.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2178518e-066c-45e4-b858-77b71ec950eb {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2178518e-066c-45e4-b858-77b71ec950eb {
  margin: 0 !important;
  overflow: visible;
}

#s-2178518e-066c-45e4-b858-77b71ec950eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2178518e-066c-45e4-b858-77b71ec950eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-2178518e-066c-45e4-b858-77b71ec950eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
  /* Add background color handling */
  
}

#s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2178518e-066c-45e4-b858-77b71ec950eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2178518e-066c-45e4-b858-77b71ec950eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2178518e-066c-45e4-b858-77b71ec950eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-2178518e-066c-45e4-b858-77b71ec950eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-2178518e-066c-45e4-b858-77b71ec950eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image {
  box-sizing: border-box;
}



.s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2178518e-066c-45e4-b858-77b71ec950eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container {
      position: relative;
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-2178518e-066c-45e4-b858-77b71ec950eb {
  margin: 0 !important;
  overflow: visible;
}

#s-2178518e-066c-45e4-b858-77b71ec950eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2178518e-066c-45e4-b858-77b71ec950eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2178518e-066c-45e4-b858-77b71ec950eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
  /* Add background color handling */
  
}

#s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2178518e-066c-45e4-b858-77b71ec950eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2178518e-066c-45e4-b858-77b71ec950eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2178518e-066c-45e4-b858-77b71ec950eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-2178518e-066c-45e4-b858-77b71ec950eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-2178518e-066c-45e4-b858-77b71ec950eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image {
  box-sizing: border-box;
}



.s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2178518e-066c-45e4-b858-77b71ec950eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container {
      position: relative;
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb 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-2178518e-066c-45e4-b858-77b71ec950eb {
  margin: 0 !important;
  overflow: visible;
}

#s-2178518e-066c-45e4-b858-77b71ec950eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2178518e-066c-45e4-b858-77b71ec950eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2178518e-066c-45e4-b858-77b71ec950eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
  /* Add background color handling */
  
}

#s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2178518e-066c-45e4-b858-77b71ec950eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2178518e-066c-45e4-b858-77b71ec950eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2178518e-066c-45e4-b858-77b71ec950eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-2178518e-066c-45e4-b858-77b71ec950eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-2178518e-066c-45e4-b858-77b71ec950eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image {
  box-sizing: border-box;
}



.s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2178518e-066c-45e4-b858-77b71ec950eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container {
      position: relative;
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb 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-2178518e-066c-45e4-b858-77b71ec950eb {
  margin: 0 !important;
  overflow: visible;
}

#s-2178518e-066c-45e4-b858-77b71ec950eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2178518e-066c-45e4-b858-77b71ec950eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2178518e-066c-45e4-b858-77b71ec950eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
  /* Add background color handling */
  
}

#s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2178518e-066c-45e4-b858-77b71ec950eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2178518e-066c-45e4-b858-77b71ec950eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2178518e-066c-45e4-b858-77b71ec950eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-2178518e-066c-45e4-b858-77b71ec950eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-2178518e-066c-45e4-b858-77b71ec950eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image {
  box-sizing: border-box;
}



.s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2178518e-066c-45e4-b858-77b71ec950eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container {
      position: relative;
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-2178518e-066c-45e4-b858-77b71ec950eb {
  margin: 0 !important;
  overflow: visible;
}

#s-2178518e-066c-45e4-b858-77b71ec950eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2178518e-066c-45e4-b858-77b71ec950eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2178518e-066c-45e4-b858-77b71ec950eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
  /* Add background color handling */
  
}

#s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2178518e-066c-45e4-b858-77b71ec950eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2178518e-066c-45e4-b858-77b71ec950eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2178518e-066c-45e4-b858-77b71ec950eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-2178518e-066c-45e4-b858-77b71ec950eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-2178518e-066c-45e4-b858-77b71ec950eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image {
  box-sizing: border-box;
}



.s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2178518e-066c-45e4-b858-77b71ec950eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container {
      position: relative;
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2178518e-066c-45e4-b858-77b71ec950eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-21f711f6-a6e5-41fe-a4aa-f831943023d0 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-21f711f6-a6e5-41fe-a4aa-f831943023d0 {
  display: none;
}
#s-21f711f6-a6e5-41fe-a4aa-f831943023d0, #wrap-s-21f711f6-a6e5-41fe-a4aa-f831943023d0, #wrap-content-s-21f711f6-a6e5-41fe-a4aa-f831943023d0 { display: none !important; }}
#s-a9b24def-9042-48c1-b39a-c23de51f1bb9 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-a9b24def-9042-48c1-b39a-c23de51f1bb9 {
  display: none;
}
#s-a9b24def-9042-48c1-b39a-c23de51f1bb9, #wrap-s-a9b24def-9042-48c1-b39a-c23de51f1bb9, #wrap-content-s-a9b24def-9042-48c1-b39a-c23de51f1bb9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9b24def-9042-48c1-b39a-c23de51f1bb9 {
  display: none;
}
#s-a9b24def-9042-48c1-b39a-c23de51f1bb9, #wrap-s-a9b24def-9042-48c1-b39a-c23de51f1bb9, #wrap-content-s-a9b24def-9042-48c1-b39a-c23de51f1bb9 { display: none !important; }}@media (max-width: 767px){#s-a9b24def-9042-48c1-b39a-c23de51f1bb9 {
  display: none;
}
#s-a9b24def-9042-48c1-b39a-c23de51f1bb9, #wrap-s-a9b24def-9042-48c1-b39a-c23de51f1bb9, #wrap-content-s-a9b24def-9042-48c1-b39a-c23de51f1bb9 { display: none !important; }}
#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
  margin: 0 !important;
  overflow: visible;
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
  /* Add background color handling */
  
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image {
  box-sizing: border-box;
}



.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container {
      position: relative;
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
  margin: 0 !important;
  overflow: visible;
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
  /* Add background color handling */
  
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image {
  box-sizing: border-box;
}



.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container {
      position: relative;
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee 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-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
  margin: 0 !important;
  overflow: visible;
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
  /* Add background color handling */
  
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image {
  box-sizing: border-box;
}



.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container {
      position: relative;
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee 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-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
  margin: 0 !important;
  overflow: visible;
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
  /* Add background color handling */
  
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image {
  box-sizing: border-box;
}



.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container {
      position: relative;
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
  margin: 0 !important;
  overflow: visible;
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
  /* Add background color handling */
  
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image {
  box-sizing: border-box;
}



.s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container {
      position: relative;
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d919ce0a-d05f-4657-9b15-f2885b9d04ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-874606c1-cb80-4da6-bce5-74a18ffbc2f6 {
  margin-left: 5%;
margin-right: 5%;
}

#s-5ddf85d0-1a50-4d55-b42d-914a813974da {
  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-5ddf85d0-1a50-4d55-b42d-914a813974da {
  background-image: url();
}








#s-5ddf85d0-1a50-4d55-b42d-914a813974da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ddf85d0-1a50-4d55-b42d-914a813974da {
  cursor: pointer;
}#s-5ddf85d0-1a50-4d55-b42d-914a813974da.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2443da88-6519-4252-af89-0bb22c0557b0 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2443da88-6519-4252-af89-0bb22c0557b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2443da88-6519-4252-af89-0bb22c0557b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2443da88-6519-4252-af89-0bb22c0557b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-2443da88-6519-4252-af89-0bb22c0557b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2443da88-6519-4252-af89-0bb22c0557b0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2443da88-6519-4252-af89-0bb22c0557b0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2443da88-6519-4252-af89-0bb22c0557b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-2443da88-6519-4252-af89-0bb22c0557b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2443da88-6519-4252-af89-0bb22c0557b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image {
  box-sizing: border-box;
}



.s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2443da88-6519-4252-af89-0bb22c0557b0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container {
      position: relative;
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-2443da88-6519-4252-af89-0bb22c0557b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2443da88-6519-4252-af89-0bb22c0557b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2443da88-6519-4252-af89-0bb22c0557b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2443da88-6519-4252-af89-0bb22c0557b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2443da88-6519-4252-af89-0bb22c0557b0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2443da88-6519-4252-af89-0bb22c0557b0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2443da88-6519-4252-af89-0bb22c0557b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-2443da88-6519-4252-af89-0bb22c0557b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2443da88-6519-4252-af89-0bb22c0557b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image {
  box-sizing: border-box;
}



.s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2443da88-6519-4252-af89-0bb22c0557b0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container {
      position: relative;
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0 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-2443da88-6519-4252-af89-0bb22c0557b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2443da88-6519-4252-af89-0bb22c0557b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2443da88-6519-4252-af89-0bb22c0557b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2443da88-6519-4252-af89-0bb22c0557b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2443da88-6519-4252-af89-0bb22c0557b0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2443da88-6519-4252-af89-0bb22c0557b0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2443da88-6519-4252-af89-0bb22c0557b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-2443da88-6519-4252-af89-0bb22c0557b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2443da88-6519-4252-af89-0bb22c0557b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image {
  box-sizing: border-box;
}



.s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2443da88-6519-4252-af89-0bb22c0557b0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container {
      position: relative;
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0 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-2443da88-6519-4252-af89-0bb22c0557b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2443da88-6519-4252-af89-0bb22c0557b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2443da88-6519-4252-af89-0bb22c0557b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2443da88-6519-4252-af89-0bb22c0557b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2443da88-6519-4252-af89-0bb22c0557b0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2443da88-6519-4252-af89-0bb22c0557b0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2443da88-6519-4252-af89-0bb22c0557b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-2443da88-6519-4252-af89-0bb22c0557b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2443da88-6519-4252-af89-0bb22c0557b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image {
  box-sizing: border-box;
}



.s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2443da88-6519-4252-af89-0bb22c0557b0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container {
      position: relative;
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-2443da88-6519-4252-af89-0bb22c0557b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2443da88-6519-4252-af89-0bb22c0557b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2443da88-6519-4252-af89-0bb22c0557b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2443da88-6519-4252-af89-0bb22c0557b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2443da88-6519-4252-af89-0bb22c0557b0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2443da88-6519-4252-af89-0bb22c0557b0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2443da88-6519-4252-af89-0bb22c0557b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-2443da88-6519-4252-af89-0bb22c0557b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2443da88-6519-4252-af89-0bb22c0557b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image {
  box-sizing: border-box;
}



.s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2443da88-6519-4252-af89-0bb22c0557b0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container {
      position: relative;
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2443da88-6519-4252-af89-0bb22c0557b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-6c2eea6d-47da-4600-817c-285355a584c1 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c2eea6d-47da-4600-817c-285355a584c1 {
  display: none;
}
#s-6c2eea6d-47da-4600-817c-285355a584c1, #wrap-s-6c2eea6d-47da-4600-817c-285355a584c1, #wrap-content-s-6c2eea6d-47da-4600-817c-285355a584c1 { display: none !important; }}
#s-4ab18e03-0c93-45e9-b262-1b80d38b7444 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-4ab18e03-0c93-45e9-b262-1b80d38b7444 {
  display: none;
}
#s-4ab18e03-0c93-45e9-b262-1b80d38b7444, #wrap-s-4ab18e03-0c93-45e9-b262-1b80d38b7444, #wrap-content-s-4ab18e03-0c93-45e9-b262-1b80d38b7444 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ab18e03-0c93-45e9-b262-1b80d38b7444 {
  display: none;
}
#s-4ab18e03-0c93-45e9-b262-1b80d38b7444, #wrap-s-4ab18e03-0c93-45e9-b262-1b80d38b7444, #wrap-content-s-4ab18e03-0c93-45e9-b262-1b80d38b7444 { display: none !important; }}@media (max-width: 767px){#s-4ab18e03-0c93-45e9-b262-1b80d38b7444 {
  display: none;
}
#s-4ab18e03-0c93-45e9-b262-1b80d38b7444, #wrap-s-4ab18e03-0c93-45e9-b262-1b80d38b7444, #wrap-content-s-4ab18e03-0c93-45e9-b262-1b80d38b7444 { display: none !important; }}
#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
  margin: 0 !important;
  overflow: visible;
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
  /* Add background color handling */
  
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image {
  box-sizing: border-box;
}



.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container {
      position: relative;
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
  margin: 0 !important;
  overflow: visible;
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
  /* Add background color handling */
  
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image {
  box-sizing: border-box;
}



.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container {
      position: relative;
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 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-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
  margin: 0 !important;
  overflow: visible;
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
  /* Add background color handling */
  
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image {
  box-sizing: border-box;
}



.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container {
      position: relative;
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 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-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
  margin: 0 !important;
  overflow: visible;
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
  /* Add background color handling */
  
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image {
  box-sizing: border-box;
}



.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container {
      position: relative;
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
  margin: 0 !important;
  overflow: visible;
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
  /* Add background color handling */
  
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image {
  box-sizing: border-box;
}



.s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container {
      position: relative;
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c67ade-c52a-4c5a-a3ee-722dca0a5497 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-3d920417-9863-4588-b8e4-bdc0f32d70e9 {
  margin-left: 5%;
margin-right: 5%;
}

#s-ae7970b8-3a29-44f6-ad70-6c42dc3d8a1b {
  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-ae7970b8-3a29-44f6-ad70-6c42dc3d8a1b {
  background-image: url();
}








#s-ae7970b8-3a29-44f6-ad70-6c42dc3d8a1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae7970b8-3a29-44f6-ad70-6c42dc3d8a1b {
  cursor: pointer;
}#s-ae7970b8-3a29-44f6-ad70-6c42dc3d8a1b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7de3061b-37f6-4142-ae32-da781ea54593 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7de3061b-37f6-4142-ae32-da781ea54593 {
  margin: 0 !important;
  overflow: visible;
}

#s-7de3061b-37f6-4142-ae32-da781ea54593-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7de3061b-37f6-4142-ae32-da781ea54593 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-7de3061b-37f6-4142-ae32-da781ea54593 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
  /* Add background color handling */
  
}

#s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7de3061b-37f6-4142-ae32-da781ea54593 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7de3061b-37f6-4142-ae32-da781ea54593 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7de3061b-37f6-4142-ae32-da781ea54593 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7de3061b-37f6-4142-ae32-da781ea54593 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7de3061b-37f6-4142-ae32-da781ea54593.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image {
  box-sizing: border-box;
}



.s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7de3061b-37f6-4142-ae32-da781ea54593 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container {
      position: relative;
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-7de3061b-37f6-4142-ae32-da781ea54593 {
  margin: 0 !important;
  overflow: visible;
}

#s-7de3061b-37f6-4142-ae32-da781ea54593-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7de3061b-37f6-4142-ae32-da781ea54593 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7de3061b-37f6-4142-ae32-da781ea54593 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
  /* Add background color handling */
  
}

#s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7de3061b-37f6-4142-ae32-da781ea54593 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7de3061b-37f6-4142-ae32-da781ea54593 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7de3061b-37f6-4142-ae32-da781ea54593 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7de3061b-37f6-4142-ae32-da781ea54593 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7de3061b-37f6-4142-ae32-da781ea54593.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image {
  box-sizing: border-box;
}



.s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7de3061b-37f6-4142-ae32-da781ea54593 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container {
      position: relative;
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593 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-7de3061b-37f6-4142-ae32-da781ea54593 {
  margin: 0 !important;
  overflow: visible;
}

#s-7de3061b-37f6-4142-ae32-da781ea54593-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7de3061b-37f6-4142-ae32-da781ea54593 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7de3061b-37f6-4142-ae32-da781ea54593 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
  /* Add background color handling */
  
}

#s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7de3061b-37f6-4142-ae32-da781ea54593 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7de3061b-37f6-4142-ae32-da781ea54593 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7de3061b-37f6-4142-ae32-da781ea54593 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7de3061b-37f6-4142-ae32-da781ea54593 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7de3061b-37f6-4142-ae32-da781ea54593.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image {
  box-sizing: border-box;
}



.s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7de3061b-37f6-4142-ae32-da781ea54593 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container {
      position: relative;
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593 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-7de3061b-37f6-4142-ae32-da781ea54593 {
  margin: 0 !important;
  overflow: visible;
}

#s-7de3061b-37f6-4142-ae32-da781ea54593-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7de3061b-37f6-4142-ae32-da781ea54593 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7de3061b-37f6-4142-ae32-da781ea54593 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
  /* Add background color handling */
  
}

#s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7de3061b-37f6-4142-ae32-da781ea54593 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7de3061b-37f6-4142-ae32-da781ea54593 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7de3061b-37f6-4142-ae32-da781ea54593 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7de3061b-37f6-4142-ae32-da781ea54593 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7de3061b-37f6-4142-ae32-da781ea54593.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image {
  box-sizing: border-box;
}



.s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7de3061b-37f6-4142-ae32-da781ea54593 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container {
      position: relative;
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-7de3061b-37f6-4142-ae32-da781ea54593 {
  margin: 0 !important;
  overflow: visible;
}

#s-7de3061b-37f6-4142-ae32-da781ea54593-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7de3061b-37f6-4142-ae32-da781ea54593 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7de3061b-37f6-4142-ae32-da781ea54593 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
  /* Add background color handling */
  
}

#s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7de3061b-37f6-4142-ae32-da781ea54593 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7de3061b-37f6-4142-ae32-da781ea54593 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7de3061b-37f6-4142-ae32-da781ea54593 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7de3061b-37f6-4142-ae32-da781ea54593 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7de3061b-37f6-4142-ae32-da781ea54593.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image {
  box-sizing: border-box;
}



.s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7de3061b-37f6-4142-ae32-da781ea54593 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container {
      position: relative;
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7de3061b-37f6-4142-ae32-da781ea54593 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-d33ebdcb-e259-4845-91ff-fe85301c70d0 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d33ebdcb-e259-4845-91ff-fe85301c70d0 {
  display: none;
}
#s-d33ebdcb-e259-4845-91ff-fe85301c70d0, #wrap-s-d33ebdcb-e259-4845-91ff-fe85301c70d0, #wrap-content-s-d33ebdcb-e259-4845-91ff-fe85301c70d0 { display: none !important; }}
#s-896103de-cd55-4a5e-8094-c1a8267a0dd8 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-896103de-cd55-4a5e-8094-c1a8267a0dd8 {
  display: none;
}
#s-896103de-cd55-4a5e-8094-c1a8267a0dd8, #wrap-s-896103de-cd55-4a5e-8094-c1a8267a0dd8, #wrap-content-s-896103de-cd55-4a5e-8094-c1a8267a0dd8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-896103de-cd55-4a5e-8094-c1a8267a0dd8 {
  display: none;
}
#s-896103de-cd55-4a5e-8094-c1a8267a0dd8, #wrap-s-896103de-cd55-4a5e-8094-c1a8267a0dd8, #wrap-content-s-896103de-cd55-4a5e-8094-c1a8267a0dd8 { display: none !important; }}@media (max-width: 767px){#s-896103de-cd55-4a5e-8094-c1a8267a0dd8 {
  display: none;
}
#s-896103de-cd55-4a5e-8094-c1a8267a0dd8, #wrap-s-896103de-cd55-4a5e-8094-c1a8267a0dd8, #wrap-content-s-896103de-cd55-4a5e-8094-c1a8267a0dd8 { display: none !important; }}
#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
  margin: 0 !important;
  overflow: visible;
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
  /* Add background color handling */
  
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image {
  box-sizing: border-box;
}



.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container {
      position: relative;
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
  margin: 0 !important;
  overflow: visible;
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
  /* Add background color handling */
  
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image {
  box-sizing: border-box;
}



.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container {
      position: relative;
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb 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-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
  margin: 0 !important;
  overflow: visible;
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
  /* Add background color handling */
  
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image {
  box-sizing: border-box;
}



.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container {
      position: relative;
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb 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-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
  margin: 0 !important;
  overflow: visible;
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
  /* Add background color handling */
  
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image {
  box-sizing: border-box;
}



.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container {
      position: relative;
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
  margin: 0 !important;
  overflow: visible;
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
  /* Add background color handling */
  
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image {
  box-sizing: border-box;
}



.s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container {
      position: relative;
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b989c00-7a80-4f22-90a9-b98e3104d5eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-9da19cd9-c31a-4e15-b218-b73349cedb75 {
  margin-left: 5%;
margin-right: 5%;
}

#s-d19c1f2c-8748-473b-8c0f-240c5aae1228 {
  background-repeat: repeat;
background-size: cover;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-d19c1f2c-8748-473b-8c0f-240c5aae1228 {
  background-image: url(https://i.shgcdn.com/9b384894-e6a1-457c-806c-5ef1fb3031dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d19c1f2c-8748-473b-8c0f-240c5aae1228 {
  background-image: url(https://i.shgcdn.com/9b384894-e6a1-457c-806c-5ef1fb3031dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-d19c1f2c-8748-473b-8c0f-240c5aae1228.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d19c1f2c-8748-473b-8c0f-240c5aae1228 {
  background-image: url(https://i.shgcdn.com/9b384894-e6a1-457c-806c-5ef1fb3031dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-d19c1f2c-8748-473b-8c0f-240c5aae1228.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d19c1f2c-8748-473b-8c0f-240c5aae1228 {
  background-image: url(https://i.shgcdn.com/9b384894-e6a1-457c-806c-5ef1fb3031dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-d19c1f2c-8748-473b-8c0f-240c5aae1228.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d19c1f2c-8748-473b-8c0f-240c5aae1228 {
  background-image: url(https://i.shgcdn.com/9b384894-e6a1-457c-806c-5ef1fb3031dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-d19c1f2c-8748-473b-8c0f-240c5aae1228.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d19c1f2c-8748-473b-8c0f-240c5aae1228 {
  background-image: url(https://i.shgcdn.com/9b384894-e6a1-457c-806c-5ef1fb3031dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-d19c1f2c-8748-473b-8c0f-240c5aae1228.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d19c1f2c-8748-473b-8c0f-240c5aae1228 {
  background-image: url(https://i.shgcdn.com/9b384894-e6a1-457c-806c-5ef1fb3031dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d19c1f2c-8748-473b-8c0f-240c5aae1228.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d19c1f2c-8748-473b-8c0f-240c5aae1228 {
  background-image: url(https://i.shgcdn.com/9b384894-e6a1-457c-806c-5ef1fb3031dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-d19c1f2c-8748-473b-8c0f-240c5aae1228.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d19c1f2c-8748-473b-8c0f-240c5aae1228 {
  background-image: url(https://i.shgcdn.com/9b384894-e6a1-457c-806c-5ef1fb3031dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d19c1f2c-8748-473b-8c0f-240c5aae1228.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-d19c1f2c-8748-473b-8c0f-240c5aae1228 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d19c1f2c-8748-473b-8c0f-240c5aae1228 {
  cursor: pointer;
}#s-d19c1f2c-8748-473b-8c0f-240c5aae1228.shg-box.shg-c {
  justify-content: center;
}

#s-88efeb98-80eb-4c0c-9772-5c6a7e995e26 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-88efeb98-80eb-4c0c-9772-5c6a7e995e26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88efeb98-80eb-4c0c-9772-5c6a7e995e26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-88efeb98-80eb-4c0c-9772-5c6a7e995e26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-88efeb98-80eb-4c0c-9772-5c6a7e995e26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-88efeb98-80eb-4c0c-9772-5c6a7e995e26"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-28ff9286-7f79-4675-8267-0d4825fa5ac0 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-28ff9286-7f79-4675-8267-0d4825fa5ac0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28ff9286-7f79-4675-8267-0d4825fa5ac0.shg-box.shg-c {
  justify-content: center;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/898;
text-align: center;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
  box-sizing: border-box;
}



.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
      position: relative;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
  box-sizing: border-box;
}



.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
      position: relative;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
  box-sizing: border-box;
}



.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
      position: relative;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
  box-sizing: border-box;
}



.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
      position: relative;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
  box-sizing: border-box;
}



.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
      position: relative;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-45a0575f-ee4d-4d4d-b484-97cb6deffcc2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-45a0575f-ee4d-4d4d-b484-97cb6deffcc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45a0575f-ee4d-4d4d-b484-97cb6deffcc2 {
  cursor: pointer;
}#s-45a0575f-ee4d-4d4d-b484-97cb6deffcc2.shg-box.shg-c {
  justify-content: center;
}

#s-9208a5e6-33c9-45b7-8258-9acc0db49dea {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 0px;
text-align: center;
}

#s-9208a5e6-33c9-45b7-8258-9acc0db49dea .shogun-heading-component h1 {
  color: rgba(152, 53, 150, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  margin-left: 4%;
margin-right: 4%;
max-width: 1507px;
aspect-ratio: 1507/333;
text-align: center;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 4%;
  margin-right: 4%;
  
  
}

.shg-image-content-margin-container-s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }

    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-link {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1507px;
  }



  img.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
    
    
    
    max-height: 1507px;
  }


.s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
  box-sizing: border-box;
}



.s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f8024da-5635-4ff1-850e-495e92b27c79 {
      --shg-aspect-ratio: calc(1507/333); 
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
      position: relative;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1507px;
    }
  }

@media (min-width: 1200px){#s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }

    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-link {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1507px;
  }



  img.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
    
    
    
    max-height: 1507px;
  }


.s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
  box-sizing: border-box;
}



.s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f8024da-5635-4ff1-850e-495e92b27c79 {
      --shg-aspect-ratio: calc(1507/333); 
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
      position: relative;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1507px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }

    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-link {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1507px;
  }



  img.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
    
    
    
    max-height: 1507px;
  }


.s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
  box-sizing: border-box;
}



.s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f8024da-5635-4ff1-850e-495e92b27c79 {
      --shg-aspect-ratio: calc(1507/333); 
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
      position: relative;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1507px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }

    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-link {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1507px;
  }



  img.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
    
    
    
    max-height: 1507px;
  }


.s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
  box-sizing: border-box;
}



.s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f8024da-5635-4ff1-850e-495e92b27c79 {
      --shg-aspect-ratio: calc(1507/333); 
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
      position: relative;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1507px;
    }
  }

}@media (max-width: 767px){#s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }

    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-link {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1507px;
  }



  img.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
    
    
    
    max-height: 1507px;
  }


.s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
  box-sizing: border-box;
}



.s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f8024da-5635-4ff1-850e-495e92b27c79 {
      --shg-aspect-ratio: calc(1507/333); 
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
      position: relative;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1507px;
    }
  }

}
#s-5add1eb3-1dc5-40f4-ac77-102b7b2d0bb7 {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 8px;
text-align: center;
}
@media (max-width: 767px){#s-5add1eb3-1dc5-40f4-ac77-102b7b2d0bb7 {
  margin-left: 13%;
margin-right: 13%;
}
}
#s-5add1eb3-1dc5-40f4-ac77-102b7b2d0bb7 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
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;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9-root {
    text-align: center;
  }


#s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9-root {
    text-align: center;
  }


#s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9-root {
    text-align: center;
  }


#s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9-root {
    text-align: center;
  }


#s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9-root {
    text-align: center;
  }


#s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#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-77979b04-e0ff-49c4-b314-260af7d27fb3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-c7ff8ef9-76b5-435d-9f08-04095a56583f {
  margin-top: 35px;
margin-bottom: 20px;
min-height: 50px;
}








#s-c7ff8ef9-76b5-435d-9f08-04095a56583f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7ff8ef9-76b5-435d-9f08-04095a56583f {
  cursor: pointer;
}#s-c7ff8ef9-76b5-435d-9f08-04095a56583f.shg-box.shg-c {
  justify-content: center;
}

#s-df14f7f2-bf74-40f0-be22-31b537950867 {
  margin-top: 10px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-df14f7f2-bf74-40f0-be22-31b537950867 {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-cd67c860-ed50-4ac4-a1ce-9d18842e1194 {
  margin-bottom: -20px;
}
@media (max-width: 767px){#s-cd67c860-ed50-4ac4-a1ce-9d18842e1194 {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-474b229f-e2e9-405c-91c6-b36360a7899d {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-ffae9488-31bf-416c-8250-53120d251568 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ffae9488-31bf-416c-8250-53120d251568 {
  
}
}







#s-ffae9488-31bf-416c-8250-53120d251568 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ffae9488-31bf-416c-8250-53120d251568 {
  cursor: pointer;
}#s-ffae9488-31bf-416c-8250-53120d251568.shg-box.shg-c {
  justify-content: center;
}

#s-96b6f757-a52f-498f-b84e-307cf1c94bce {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-96b6f757-a52f-498f-b84e-307cf1c94bce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96b6f757-a52f-498f-b84e-307cf1c94bce.shg-box.shg-c {
  justify-content: center;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  margin-left: 40%;
margin-right: 40%;
max-width: 454px;
aspect-ratio: 454/369;
text-align: center;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  margin: 0 !important;
  overflow: visible;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 40%;
  margin-right: 40%;
  
  
}

.shg-image-content-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add background color handling */
  
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-content {
  
    justify-content: center;
  
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
  box-sizing: border-box;
}



.s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-298cfcb5-1070-4018-94c4-68d389f7eccc {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
      position: relative;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

@media (min-width: 1200px){#s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  margin: 0 !important;
  overflow: visible;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add background color handling */
  
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-content {
  
    justify-content: center;
  
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
  box-sizing: border-box;
}



.s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-298cfcb5-1070-4018-94c4-68d389f7eccc {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
      position: relative;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  margin: 0 !important;
  overflow: visible;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add background color handling */
  
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-content {
  
    justify-content: center;
  
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
  box-sizing: border-box;
}



.s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-298cfcb5-1070-4018-94c4-68d389f7eccc {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
      position: relative;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  margin: 0 !important;
  overflow: visible;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add background color handling */
  
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-content {
  
    justify-content: center;
  
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
  box-sizing: border-box;
}



.s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-298cfcb5-1070-4018-94c4-68d389f7eccc {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
      position: relative;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

}@media (max-width: 767px){#s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  margin: 0 !important;
  overflow: visible;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add background color handling */
  
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-content {
  
    justify-content: center;
  
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
  box-sizing: border-box;
}



.s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-298cfcb5-1070-4018-94c4-68d389f7eccc {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
      position: relative;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

}
#s-7589539b-1ae5-469b-a7dd-5bfffc0f25be {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7589539b-1ae5-469b-a7dd-5bfffc0f25be .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 46px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-7589539b-1ae5-469b-a7dd-5bfffc0f25be .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-fd7b1ec8-ec9d-47f2-bd5f-84ae6199e59f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd7b1ec8-ec9d-47f2-bd5f-84ae6199e59f .shogun-heading-component h1 {
  color: rgba(243, 130, 30, 1);
  font-weight:  700 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 23px;
  line-height: 0.5em;
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-fd7b1ec8-ec9d-47f2-bd5f-84ae6199e59f .shogun-heading-component h1 {
  color: rgba(243, 130, 30, 1);
  font-weight:  700 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  letter-spacing: 2px;
  
}


}
#s-5d213936-9e65-4423-a17e-f2bdc042285a {
  margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-5d213936-9e65-4423-a17e-f2bdc042285a {
  margin-bottom: 21px;
}
}
#s-5d213936-9e65-4423-a17e-f2bdc042285a .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  800 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 33px;
  line-height: 0.5em;
  
  
}


@media (max-width: 767px){#s-5d213936-9e65-4423-a17e-f2bdc042285a .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  800 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 24px;
  line-height: 0.5em;
  
  
}


}
#s-0f3a2afa-256f-4616-a520-701e52462446 {
  margin-left: 12%;
margin-right: 12%;
}
@media (min-width: 1200px){#s-0f3a2afa-256f-4616-a520-701e52462446 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f3a2afa-256f-4616-a520-701e52462446 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-0f3a2afa-256f-4616-a520-701e52462446"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f3a2afa-256f-4616-a520-701e52462446"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-0f3a2afa-256f-4616-a520-701e52462446"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f3a2afa-256f-4616-a520-701e52462446"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-e9c922c7-7c9c-4423-b378-ea5ba805716f {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-e9c922c7-7c9c-4423-b378-ea5ba805716f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9c922c7-7c9c-4423-b378-ea5ba805716f.shg-box.shg-c {
  justify-content: center;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  margin-bottom: 13px;
}
}
#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 6px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
  box-sizing: border-box;
}



.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
      position: relative;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
  box-sizing: border-box;
}



.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
      position: relative;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 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-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
  box-sizing: border-box;
}



.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
      position: relative;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 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-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
  box-sizing: border-box;
}



.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
      position: relative;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 13px;
}

.shg-image-content-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
  box-sizing: border-box;
}



.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
      position: relative;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-d0a53f59-ea3f-465e-8f5a-a47a763aac66 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-d0a53f59-ea3f-465e-8f5a-a47a763aac66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0a53f59-ea3f-465e-8f5a-a47a763aac66.shg-box.shg-c {
  justify-content: center;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-af144d84-441a-4b9e-9d61-acc990c55129 {
  margin-top: 20px;
}
}
#s-af144d84-441a-4b9e-9d61-acc990c55129 {
  margin: 0 !important;
  overflow: visible;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add background color handling */
  
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 6px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
  box-sizing: border-box;
}



.s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af144d84-441a-4b9e-9d61-acc990c55129 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
      position: relative;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-af144d84-441a-4b9e-9d61-acc990c55129 {
  margin: 0 !important;
  overflow: visible;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add background color handling */
  
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
  box-sizing: border-box;
}



.s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af144d84-441a-4b9e-9d61-acc990c55129 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
      position: relative;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129 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-af144d84-441a-4b9e-9d61-acc990c55129 {
  margin: 0 !important;
  overflow: visible;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add background color handling */
  
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
  box-sizing: border-box;
}



.s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af144d84-441a-4b9e-9d61-acc990c55129 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
      position: relative;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129 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-af144d84-441a-4b9e-9d61-acc990c55129 {
  margin: 0 !important;
  overflow: visible;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add background color handling */
  
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
  box-sizing: border-box;
}



.s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af144d84-441a-4b9e-9d61-acc990c55129 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
      position: relative;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-af144d84-441a-4b9e-9d61-acc990c55129 {
  margin: 0 !important;
  overflow: visible;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

.shg-image-content-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add background color handling */
  
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
  box-sizing: border-box;
}



.s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af144d84-441a-4b9e-9d61-acc990c55129 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
      position: relative;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-93cb3cbc-f757-4bba-9146-0cbdd11db345 {
  margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-93cb3cbc-f757-4bba-9146-0cbdd11db345 {
  
}
}
#s-93cb3cbc-f757-4bba-9146-0cbdd11db345 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-065b8966-fbe3-48cb-916a-df33afafdf43 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 3px;
text-align: center;
}
@media (min-width: 1200px){#s-065b8966-fbe3-48cb-916a-df33afafdf43 {
  
}
}
#s-065b8966-fbe3-48cb-916a-df33afafdf43 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Nunito";
  font-style:  normal ;
  
  line-height: 1em;
  
  
}



#s-3b9212e8-795b-407c-a93e-3aa0365fdc19 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}
@media (min-width: 1200px){#s-3b9212e8-795b-407c-a93e-3aa0365fdc19 {
  
}
}
#s-3b9212e8-795b-407c-a93e-3aa0365fdc19 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-0f90769a-48b5-48ba-9ad6-78d3e3a91217 {
  margin-top: 13px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
color: rgba(127, 14, 125, 1);
}
#s-0f90769a-48b5-48ba-9ad6-78d3e3a91217:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(127, 14, 125, 1) !important;}#s-0f90769a-48b5-48ba-9ad6-78d3e3a91217:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0f90769a-48b5-48ba-9ad6-78d3e3a91217-root {
    text-align: center;
  }


#s-0f90769a-48b5-48ba-9ad6-78d3e3a91217.shg-btn {
  color: rgba(127, 14, 125, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f90769a-48b5-48ba-9ad6-78d3e3a91217-root {
    text-align: center;
  }


#s-0f90769a-48b5-48ba-9ad6-78d3e3a91217.shg-btn {
  color: rgba(127, 14, 125, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f90769a-48b5-48ba-9ad6-78d3e3a91217-root {
    text-align: center;
  }


#s-0f90769a-48b5-48ba-9ad6-78d3e3a91217.shg-btn {
  color: rgba(127, 14, 125, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f90769a-48b5-48ba-9ad6-78d3e3a91217-root {
    text-align: center;
  }


#s-0f90769a-48b5-48ba-9ad6-78d3e3a91217.shg-btn {
  color: rgba(127, 14, 125, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f90769a-48b5-48ba-9ad6-78d3e3a91217-root {
    text-align: center;
  }


#s-0f90769a-48b5-48ba-9ad6-78d3e3a91217.shg-btn {
  color: rgba(127, 14, 125, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  display:  inline-block ;
}
}
#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39.shg-box.shg-c {
  justify-content: center;
}

#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  background-image: url();
}








#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  cursor: pointer;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa.shg-box.shg-c {
  justify-content: center;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 40%;
margin-right: 40%;
max-width: 930px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 35%;
margin-right: 35%;
max-width: 990px;
}
}
#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 40%;
  margin-right: 40%;
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

@media (min-width: 1200px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 35%;
  margin-right: 35%;
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (max-width: 767px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}
#s-d7724901-f284-42a5-9806-a161e783193b {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (max-width: 767px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}@media (max-width: 767px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-top: 2px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  margin-top: 9px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  display: none;
}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-content-s-055a3fb9-8b34-4b15-87b4-c275bfb80466 { display: none !important; }}
#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
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-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
}
@media (min-width: 1200px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be hr {
  border-top: 2px solid #ddd;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  background-image: url();
}








#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  cursor: pointer;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d.shg-box.shg-c {
  justify-content: center;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 40%;
margin-right: 40%;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}
#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 40%;
  margin-right: 40%;
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 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-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 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-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 35%;
  margin-right: 35%;
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 35%;
  margin-right: 35%;
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (max-width: 767px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}
#s-d9511553-96ca-49ea-a73d-970323b44905 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}@media (max-width: 767px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}
#s-37ab47fa-e09b-4b98-b5c9-6da68c9caa16 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}

#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
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-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9744accb-3fd8-4fb3-9d7f-4454cce9e44f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-9744accb-3fd8-4fb3-9d7f-4454cce9e44f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9744accb-3fd8-4fb3-9d7f-4454cce9e44f.shg-box.shg-c {
  justify-content: center;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 2500/93;
text-align: center;
}
@media (max-width: 767px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin-bottom: -2px;
display: none;
}
#s-d9d18169-4e52-40e1-b581-14a0848c3286, #wrap-s-d9d18169-4e52-40e1-b581-14a0848c3286, #wrap-content-s-d9d18169-4e52-40e1-b581-14a0848c3286 { display: none !important; }}
#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: -2px;
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-628f3d15-4de2-47c6-abb7-634d14632cac {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(127, 14, 125, 1);
background-position: center top;
}








#s-628f3d15-4de2-47c6-abb7-634d14632cac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-628f3d15-4de2-47c6-abb7-634d14632cac.shg-box.shg-c {
  justify-content: center;
}

#s-0d3cc044-f3a7-4a71-becd-a1ff401b9147 {
  margin-top: 40px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-0d3cc044-f3a7-4a71-becd-a1ff401b9147 {
  margin-bottom: 1px;
}
}
#s-526618e6-71d4-49cb-af16-cc80278b9065 {
  margin-top: 0px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-526618e6-71d4-49cb-af16-cc80278b9065 {
  margin-left: 18%;
margin-right: 18%;
}
}@media (max-width: 767px){#s-526618e6-71d4-49cb-af16-cc80278b9065 {
  margin-top: 11px;
margin-left: 6%;
margin-right: 6%;
}
}
#s-9d9282a9-63f6-4f69-9ff2-7ffafc520801 {
  box-shadow:1px 1px 1px 1px rgba(127, 14, 125, 0);
margin-bottom: 49px;
min-height: 50px;
}








#s-9d9282a9-63f6-4f69-9ff2-7ffafc520801 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d9282a9-63f6-4f69-9ff2-7ffafc520801.shg-box.shg-c {
  justify-content: center;
}

#s-19671702-3a04-4f6a-a2ae-2954caaaea4f {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-19671702-3a04-4f6a-a2ae-2954caaaea4f {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-19671702-3a04-4f6a-a2ae-2954caaaea4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19671702-3a04-4f6a-a2ae-2954caaaea4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-19671702-3a04-4f6a-a2ae-2954caaaea4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-19671702-3a04-4f6a-a2ae-2954caaaea4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

#s-08889f8c-8617-4c33-925d-5e9186d66bee {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 470px;
background-color: rgba(244, 244, 244, 1);
}








#s-08889f8c-8617-4c33-925d-5e9186d66bee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08889f8c-8617-4c33-925d-5e9186d66bee {
  cursor: pointer;
}#s-08889f8c-8617-4c33-925d-5e9186d66bee.shg-box.shg-c {
  justify-content: center;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
  box-sizing: border-box;
}



.s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
      position: relative;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
  box-sizing: border-box;
}



.s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
      position: relative;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
  box-sizing: border-box;
}



.s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
      position: relative;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
  box-sizing: border-box;
}



.s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
      position: relative;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
  box-sizing: border-box;
}



.s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
      position: relative;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-adf95eb3-fdb1-4f8c-b41a-0b9da646fc00 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-38bb88cd-3a33-409a-a344-e0cffdbe923c {
  margin-top: 10px;
margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
min-height: 0px;
}
@media (min-width: 1200px){#s-38bb88cd-3a33-409a-a344-e0cffdbe923c {
  margin-left: 6%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-38bb88cd-3a33-409a-a344-e0cffdbe923c {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5:hover {background-color: rgba(180, 97, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5 {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-6cdb2073-9fef-4353-a29b-c2057eb25ca5-root {
    text-align: center;
  }


#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6cdb2073-9fef-4353-a29b-c2057eb25ca5-root {
    text-align: center;
  }


#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6cdb2073-9fef-4353-a29b-c2057eb25ca5-root {
    text-align: center;
  }


#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6cdb2073-9fef-4353-a29b-c2057eb25ca5-root {
    text-align: center;
  }


#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6cdb2073-9fef-4353-a29b-c2057eb25ca5-root {
    text-align: center;
  }


#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-876d23c3-23d4-4f55-84d3-87b85f726862 {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 470px;
background-color: rgba(244, 244, 244, 1);
}








#s-876d23c3-23d4-4f55-84d3-87b85f726862 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-876d23c3-23d4-4f55-84d3-87b85f726862 {
  cursor: pointer;
}#s-876d23c3-23d4-4f55-84d3-87b85f726862.shg-box.shg-c {
  justify-content: center;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin: 0 !important;
  overflow: visible;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add background color handling */
  
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
  box-sizing: border-box;
}



.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
      position: relative;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin: 0 !important;
  overflow: visible;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add background color handling */
  
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
  box-sizing: border-box;
}



.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
      position: relative;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin: 0 !important;
  overflow: visible;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add background color handling */
  
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
  box-sizing: border-box;
}



.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
      position: relative;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin: 0 !important;
  overflow: visible;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add background color handling */
  
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
  box-sizing: border-box;
}



.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
      position: relative;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin: 0 !important;
  overflow: visible;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add background color handling */
  
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
  box-sizing: border-box;
}



.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
      position: relative;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-6daf4d42-a511-4a8b-9c9b-4feedcfcf986 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-ea13e823-4bd7-4f78-8297-e5f240121645 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783:hover {background-color: rgba(180, 97, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783 {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783-root {
    text-align: center;
  }


#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783-root {
    text-align: center;
  }


#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783-root {
    text-align: center;
  }


#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783-root {
    text-align: center;
  }


#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783-root {
    text-align: center;
  }


#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ef18935c-e3d6-45e8-936b-bf8b220f8f5f {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 470px;
background-color: rgba(244, 244, 244, 1);
}








#s-ef18935c-e3d6-45e8-936b-bf8b220f8f5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef18935c-e3d6-45e8-936b-bf8b220f8f5f {
  cursor: pointer;
}#s-ef18935c-e3d6-45e8-936b-bf8b220f8f5f.shg-box.shg-c {
  justify-content: center;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin: 0 !important;
  overflow: visible;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add background color handling */
  
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
  box-sizing: border-box;
}



.s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f011a085-51af-49e6-97ea-380c21c22e65 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
      position: relative;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin: 0 !important;
  overflow: visible;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add background color handling */
  
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
  box-sizing: border-box;
}



.s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f011a085-51af-49e6-97ea-380c21c22e65 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
      position: relative;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin: 0 !important;
  overflow: visible;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add background color handling */
  
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
  box-sizing: border-box;
}



.s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f011a085-51af-49e6-97ea-380c21c22e65 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
      position: relative;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin: 0 !important;
  overflow: visible;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add background color handling */
  
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
  box-sizing: border-box;
}



.s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f011a085-51af-49e6-97ea-380c21c22e65 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
      position: relative;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin: 0 !important;
  overflow: visible;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add background color handling */
  
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
  box-sizing: border-box;
}



.s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f011a085-51af-49e6-97ea-380c21c22e65 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
      position: relative;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-913bd9b9-2aa2-4b17-bd89-9cf33b5089f5 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-4e2ff665-1a75-4cb7-b8e1-57d4c6fa3922 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-b44857c5-421c-428b-b0c2-be1d486dce4c {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-b44857c5-421c-428b-b0c2-be1d486dce4c:hover {background-color: rgba(180, 97, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b44857c5-421c-428b-b0c2-be1d486dce4c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-b44857c5-421c-428b-b0c2-be1d486dce4c {
  margin-left: 13%;
margin-right: 13%;
}
}

  #s-b44857c5-421c-428b-b0c2-be1d486dce4c-root {
    text-align: center;
  }


#s-b44857c5-421c-428b-b0c2-be1d486dce4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b44857c5-421c-428b-b0c2-be1d486dce4c-root {
    text-align: center;
  }


#s-b44857c5-421c-428b-b0c2-be1d486dce4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b44857c5-421c-428b-b0c2-be1d486dce4c-root {
    text-align: center;
  }


#s-b44857c5-421c-428b-b0c2-be1d486dce4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b44857c5-421c-428b-b0c2-be1d486dce4c-root {
    text-align: center;
  }


#s-b44857c5-421c-428b-b0c2-be1d486dce4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b44857c5-421c-428b-b0c2-be1d486dce4c-root {
    text-align: center;
  }


#s-b44857c5-421c-428b-b0c2-be1d486dce4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}