.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-710f3321-eb18-4497-be88-3481dfdf9f4c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-710f3321-eb18-4497-be88-3481dfdf9f4c {
  display: unset;
}
#s-710f3321-eb18-4497-be88-3481dfdf9f4c, #wrap-s-710f3321-eb18-4497-be88-3481dfdf9f4c, #wrap-content-s-710f3321-eb18-4497-be88-3481dfdf9f4c { display: unset !important; }}







#s-710f3321-eb18-4497-be88-3481dfdf9f4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-710f3321-eb18-4497-be88-3481dfdf9f4c {
  cursor: pointer;
}#s-710f3321-eb18-4497-be88-3481dfdf9f4c.shg-box.shg-c {
  justify-content: center;
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/723;
text-align: center;
}
@media (max-width: 767px){#s-e527963c-5f9a-475a-b352-9cfd605aa868 {
  display: none;
}
#s-e527963c-5f9a-475a-b352-9cfd605aa868, #wrap-s-e527963c-5f9a-475a-b352-9cfd605aa868, #wrap-content-s-e527963c-5f9a-475a-b352-9cfd605aa868 { display: none !important; }}
#s-e527963c-5f9a-475a-b352-9cfd605aa868 {
  margin: 0 !important;
  overflow: visible;
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e527963c-5f9a-475a-b352-9cfd605aa868 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e527963c-5f9a-475a-b352-9cfd605aa868 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
  /* Add background color handling */
  
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e527963c-5f9a-475a-b352-9cfd605aa868 .shg-image-content-wrapper {
      aspect-ratio: 2048/723;
      min-width: 100%;
      height: auto;
    }

    #s-e527963c-5f9a-475a-b352-9cfd605aa868 .shogun-image-link {
      aspect-ratio: 2048/723;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e527963c-5f9a-475a-b352-9cfd605aa868 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e527963c-5f9a-475a-b352-9cfd605aa868 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e527963c-5f9a-475a-b352-9cfd605aa868.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image {
  box-sizing: border-box;
}



.s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e527963c-5f9a-475a-b352-9cfd605aa868 {
      --shg-aspect-ratio: calc(2048/723); 
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container {
      position: relative;
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-e527963c-5f9a-475a-b352-9cfd605aa868 {
  margin: 0 !important;
  overflow: visible;
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e527963c-5f9a-475a-b352-9cfd605aa868 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e527963c-5f9a-475a-b352-9cfd605aa868 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
  /* Add background color handling */
  
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e527963c-5f9a-475a-b352-9cfd605aa868 .shg-image-content-wrapper {
      aspect-ratio: 2048/723;
      min-width: 100%;
      height: auto;
    }

    #s-e527963c-5f9a-475a-b352-9cfd605aa868 .shogun-image-link {
      aspect-ratio: 2048/723;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e527963c-5f9a-475a-b352-9cfd605aa868 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e527963c-5f9a-475a-b352-9cfd605aa868 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e527963c-5f9a-475a-b352-9cfd605aa868.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image {
  box-sizing: border-box;
}



.s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e527963c-5f9a-475a-b352-9cfd605aa868 {
      --shg-aspect-ratio: calc(2048/723); 
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container {
      position: relative;
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868 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-e527963c-5f9a-475a-b352-9cfd605aa868 {
  margin: 0 !important;
  overflow: visible;
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e527963c-5f9a-475a-b352-9cfd605aa868 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e527963c-5f9a-475a-b352-9cfd605aa868 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
  /* Add background color handling */
  
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e527963c-5f9a-475a-b352-9cfd605aa868 .shg-image-content-wrapper {
      aspect-ratio: 2048/723;
      min-width: 100%;
      height: auto;
    }

    #s-e527963c-5f9a-475a-b352-9cfd605aa868 .shogun-image-link {
      aspect-ratio: 2048/723;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e527963c-5f9a-475a-b352-9cfd605aa868 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e527963c-5f9a-475a-b352-9cfd605aa868 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e527963c-5f9a-475a-b352-9cfd605aa868.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image {
  box-sizing: border-box;
}



.s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e527963c-5f9a-475a-b352-9cfd605aa868 {
      --shg-aspect-ratio: calc(2048/723); 
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container {
      position: relative;
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868 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-e527963c-5f9a-475a-b352-9cfd605aa868 {
  margin: 0 !important;
  overflow: visible;
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e527963c-5f9a-475a-b352-9cfd605aa868 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e527963c-5f9a-475a-b352-9cfd605aa868 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
  /* Add background color handling */
  
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e527963c-5f9a-475a-b352-9cfd605aa868 .shg-image-content-wrapper {
      aspect-ratio: 2048/723;
      min-width: 100%;
      height: auto;
    }

    #s-e527963c-5f9a-475a-b352-9cfd605aa868 .shogun-image-link {
      aspect-ratio: 2048/723;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e527963c-5f9a-475a-b352-9cfd605aa868 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e527963c-5f9a-475a-b352-9cfd605aa868 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e527963c-5f9a-475a-b352-9cfd605aa868.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image {
  box-sizing: border-box;
}



.s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e527963c-5f9a-475a-b352-9cfd605aa868 {
      --shg-aspect-ratio: calc(2048/723); 
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container {
      position: relative;
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-e527963c-5f9a-475a-b352-9cfd605aa868 {
  margin: 0 !important;
  overflow: visible;
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e527963c-5f9a-475a-b352-9cfd605aa868 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e527963c-5f9a-475a-b352-9cfd605aa868 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
  /* Add background color handling */
  
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e527963c-5f9a-475a-b352-9cfd605aa868 .shg-image-content-wrapper {
      aspect-ratio: 2048/723;
      min-width: 100%;
      height: auto;
    }

    #s-e527963c-5f9a-475a-b352-9cfd605aa868 .shogun-image-link {
      aspect-ratio: 2048/723;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e527963c-5f9a-475a-b352-9cfd605aa868 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e527963c-5f9a-475a-b352-9cfd605aa868 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e527963c-5f9a-475a-b352-9cfd605aa868.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image {
  box-sizing: border-box;
}



.s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e527963c-5f9a-475a-b352-9cfd605aa868 {
      --shg-aspect-ratio: calc(2048/723); 
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container {
      position: relative;
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e527963c-5f9a-475a-b352-9cfd605aa868 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-e9dacc7d-1ddb-4552-9bca-16151accb7b2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e9dacc7d-1ddb-4552-9bca-16151accb7b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9dacc7d-1ddb-4552-9bca-16151accb7b2.shg-box.shg-c {
  justify-content: center;
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8 {
  margin-left: 47%;
margin-right: 47%;
max-width: 278px;
aspect-ratio: 278/310;
text-align: center;
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3520352d-23dd-4266-8ecf-000e56d768a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3520352d-23dd-4266-8ecf-000e56d768a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3520352d-23dd-4266-8ecf-000e56d768a8 .shg-image-content-wrapper {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }

    #s-3520352d-23dd-4266-8ecf-000e56d768a8 .shogun-image-link {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3520352d-23dd-4266-8ecf-000e56d768a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 278px;
  }



  img.s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image {
    
    
    
    max-height: 278px;
  }


.s-3520352d-23dd-4266-8ecf-000e56d768a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3520352d-23dd-4266-8ecf-000e56d768a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image {
  box-sizing: border-box;
}



.s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3520352d-23dd-4266-8ecf-000e56d768a8 {
      --shg-aspect-ratio: calc(278/310); 
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container {
      position: relative;
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 278px;
    }
  }

@media (min-width: 1200px){#s-3520352d-23dd-4266-8ecf-000e56d768a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3520352d-23dd-4266-8ecf-000e56d768a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3520352d-23dd-4266-8ecf-000e56d768a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3520352d-23dd-4266-8ecf-000e56d768a8 .shg-image-content-wrapper {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }

    #s-3520352d-23dd-4266-8ecf-000e56d768a8 .shogun-image-link {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3520352d-23dd-4266-8ecf-000e56d768a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 278px;
  }



  img.s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image {
    
    
    
    max-height: 278px;
  }


.s-3520352d-23dd-4266-8ecf-000e56d768a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3520352d-23dd-4266-8ecf-000e56d768a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image {
  box-sizing: border-box;
}



.s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3520352d-23dd-4266-8ecf-000e56d768a8 {
      --shg-aspect-ratio: calc(278/310); 
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container {
      position: relative;
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 278px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3520352d-23dd-4266-8ecf-000e56d768a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3520352d-23dd-4266-8ecf-000e56d768a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3520352d-23dd-4266-8ecf-000e56d768a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3520352d-23dd-4266-8ecf-000e56d768a8 .shg-image-content-wrapper {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }

    #s-3520352d-23dd-4266-8ecf-000e56d768a8 .shogun-image-link {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3520352d-23dd-4266-8ecf-000e56d768a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 278px;
  }



  img.s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image {
    
    
    
    max-height: 278px;
  }


.s-3520352d-23dd-4266-8ecf-000e56d768a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3520352d-23dd-4266-8ecf-000e56d768a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image {
  box-sizing: border-box;
}



.s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3520352d-23dd-4266-8ecf-000e56d768a8 {
      --shg-aspect-ratio: calc(278/310); 
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container {
      position: relative;
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 278px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3520352d-23dd-4266-8ecf-000e56d768a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3520352d-23dd-4266-8ecf-000e56d768a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3520352d-23dd-4266-8ecf-000e56d768a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3520352d-23dd-4266-8ecf-000e56d768a8 .shg-image-content-wrapper {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }

    #s-3520352d-23dd-4266-8ecf-000e56d768a8 .shogun-image-link {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3520352d-23dd-4266-8ecf-000e56d768a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 278px;
  }



  img.s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image {
    
    
    
    max-height: 278px;
  }


.s-3520352d-23dd-4266-8ecf-000e56d768a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3520352d-23dd-4266-8ecf-000e56d768a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image {
  box-sizing: border-box;
}



.s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3520352d-23dd-4266-8ecf-000e56d768a8 {
      --shg-aspect-ratio: calc(278/310); 
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container {
      position: relative;
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 278px;
    }
  }

}@media (max-width: 767px){#s-3520352d-23dd-4266-8ecf-000e56d768a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3520352d-23dd-4266-8ecf-000e56d768a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3520352d-23dd-4266-8ecf-000e56d768a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3520352d-23dd-4266-8ecf-000e56d768a8 .shg-image-content-wrapper {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }

    #s-3520352d-23dd-4266-8ecf-000e56d768a8 .shogun-image-link {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3520352d-23dd-4266-8ecf-000e56d768a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 278px;
  }



  img.s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image {
    
    
    
    max-height: 278px;
  }


.s-3520352d-23dd-4266-8ecf-000e56d768a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3520352d-23dd-4266-8ecf-000e56d768a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image {
  box-sizing: border-box;
}



.s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3520352d-23dd-4266-8ecf-000e56d768a8 {
      --shg-aspect-ratio: calc(278/310); 
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container {
      position: relative;
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3520352d-23dd-4266-8ecf-000e56d768a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 278px;
    }
  }

}
.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-86644e9b-a707-4b6d-8f05-7cb0b8790812 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-86644e9b-a707-4b6d-8f05-7cb0b8790812 {
  display: unset;
}
#s-86644e9b-a707-4b6d-8f05-7cb0b8790812, #wrap-s-86644e9b-a707-4b6d-8f05-7cb0b8790812, #wrap-content-s-86644e9b-a707-4b6d-8f05-7cb0b8790812 { display: unset !important; }}
#s-86644e9b-a707-4b6d-8f05-7cb0b8790812 .shogun-heading-component h3 {
  color: rgba(0, 174, 147, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-eddb2ae2-c78c-49f9-857f-431003d3116d {
  margin-top: 12px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-eddb2ae2-c78c-49f9-857f-431003d3116d {
  display: none;
}
#s-eddb2ae2-c78c-49f9-857f-431003d3116d, #wrap-s-eddb2ae2-c78c-49f9-857f-431003d3116d, #wrap-content-s-eddb2ae2-c78c-49f9-857f-431003d3116d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eddb2ae2-c78c-49f9-857f-431003d3116d {
  display: none;
}
#s-eddb2ae2-c78c-49f9-857f-431003d3116d, #wrap-s-eddb2ae2-c78c-49f9-857f-431003d3116d, #wrap-content-s-eddb2ae2-c78c-49f9-857f-431003d3116d { display: none !important; }}@media (max-width: 767px){#s-eddb2ae2-c78c-49f9-857f-431003d3116d {
  display: none;
}
#s-eddb2ae2-c78c-49f9-857f-431003d3116d, #wrap-s-eddb2ae2-c78c-49f9-857f-431003d3116d, #wrap-content-s-eddb2ae2-c78c-49f9-857f-431003d3116d { display: none !important; }}
#s-eddb2ae2-c78c-49f9-857f-431003d3116d .shogun-heading-component h3 {
  color: rgba(41, 41, 41, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}



#s-255a10d1-000c-44a4-8cf4-928dc71e7047 {
  margin-top: 12px;
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-255a10d1-000c-44a4-8cf4-928dc71e7047 {
  display: none;
}
#s-255a10d1-000c-44a4-8cf4-928dc71e7047, #wrap-s-255a10d1-000c-44a4-8cf4-928dc71e7047, #wrap-content-s-255a10d1-000c-44a4-8cf4-928dc71e7047 { display: none !important; }}
#s-255a10d1-000c-44a4-8cf4-928dc71e7047 .shogun-heading-component h3 {
  color: rgba(41, 41, 41, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}



#s-7c1a418b-e028-47b8-8d23-582a241d287d {
  margin-top: 4px;
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-7c1a418b-e028-47b8-8d23-582a241d287d {
  display: none;
}
#s-7c1a418b-e028-47b8-8d23-582a241d287d, #wrap-s-7c1a418b-e028-47b8-8d23-582a241d287d, #wrap-content-s-7c1a418b-e028-47b8-8d23-582a241d287d { display: none !important; }}
#s-7c1a418b-e028-47b8-8d23-582a241d287d .shogun-heading-component h3 {
  color: rgba(41, 41, 41, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}



#s-1319bd45-8134-4dc1-9102-c83e25e96004 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1319bd45-8134-4dc1-9102-c83e25e96004 {
  display: none;
}
#s-1319bd45-8134-4dc1-9102-c83e25e96004, #wrap-s-1319bd45-8134-4dc1-9102-c83e25e96004, #wrap-content-s-1319bd45-8134-4dc1-9102-c83e25e96004 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1319bd45-8134-4dc1-9102-c83e25e96004 {
  display: none;
}
#s-1319bd45-8134-4dc1-9102-c83e25e96004, #wrap-s-1319bd45-8134-4dc1-9102-c83e25e96004, #wrap-content-s-1319bd45-8134-4dc1-9102-c83e25e96004 { display: none !important; }}@media (max-width: 767px){#s-1319bd45-8134-4dc1-9102-c83e25e96004 {
  display: none;
}
#s-1319bd45-8134-4dc1-9102-c83e25e96004, #wrap-s-1319bd45-8134-4dc1-9102-c83e25e96004, #wrap-content-s-1319bd45-8134-4dc1-9102-c83e25e96004 { display: none !important; }}
#s-1319bd45-8134-4dc1-9102-c83e25e96004 .shogun-heading-component h3 {
  color: rgba(41, 41, 41, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}



#s-2b40fc71-f01e-44eb-b9bd-2386d4dbdc78 {
  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-2b40fc71-f01e-44eb-b9bd-2386d4dbdc78 {
  display: none;
}
#s-2b40fc71-f01e-44eb-b9bd-2386d4dbdc78, #wrap-s-2b40fc71-f01e-44eb-b9bd-2386d4dbdc78, #wrap-content-s-2b40fc71-f01e-44eb-b9bd-2386d4dbdc78 { display: none !important; }}
#s-2b40fc71-f01e-44eb-b9bd-2386d4dbdc78 .shogun-heading-component h3 {
  color: rgba(41, 41, 41, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-c5cba7c6-6deb-4b18-89ca-995846abe7d5 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c5cba7c6-6deb-4b18-89ca-995846abe7d5 {
  display: none;
}
#s-c5cba7c6-6deb-4b18-89ca-995846abe7d5, #wrap-s-c5cba7c6-6deb-4b18-89ca-995846abe7d5, #wrap-content-s-c5cba7c6-6deb-4b18-89ca-995846abe7d5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5cba7c6-6deb-4b18-89ca-995846abe7d5 {
  display: none;
}
#s-c5cba7c6-6deb-4b18-89ca-995846abe7d5, #wrap-s-c5cba7c6-6deb-4b18-89ca-995846abe7d5, #wrap-content-s-c5cba7c6-6deb-4b18-89ca-995846abe7d5 { display: none !important; }}@media (max-width: 767px){#s-c5cba7c6-6deb-4b18-89ca-995846abe7d5 {
  display: none;
}
#s-c5cba7c6-6deb-4b18-89ca-995846abe7d5, #wrap-s-c5cba7c6-6deb-4b18-89ca-995846abe7d5, #wrap-content-s-c5cba7c6-6deb-4b18-89ca-995846abe7d5 { display: none !important; }}
#s-c5cba7c6-6deb-4b18-89ca-995846abe7d5 .shogun-heading-component h3 {
  color: rgba(41, 41, 41, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-8d326e7e-249b-431c-8573-8d54c238ec2f {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-b9b0ed03-6b1d-4dce-991f-a531bfaac8f5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-b9b0ed03-6b1d-4dce-991f-a531bfaac8f5 {
  display: none;
}
#s-b9b0ed03-6b1d-4dce-991f-a531bfaac8f5, #wrap-s-b9b0ed03-6b1d-4dce-991f-a531bfaac8f5, #wrap-content-s-b9b0ed03-6b1d-4dce-991f-a531bfaac8f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9b0ed03-6b1d-4dce-991f-a531bfaac8f5 {
  display: none;
}
#s-b9b0ed03-6b1d-4dce-991f-a531bfaac8f5, #wrap-s-b9b0ed03-6b1d-4dce-991f-a531bfaac8f5, #wrap-content-s-b9b0ed03-6b1d-4dce-991f-a531bfaac8f5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9b0ed03-6b1d-4dce-991f-a531bfaac8f5 {
  display: none;
}
#s-b9b0ed03-6b1d-4dce-991f-a531bfaac8f5, #wrap-s-b9b0ed03-6b1d-4dce-991f-a531bfaac8f5, #wrap-content-s-b9b0ed03-6b1d-4dce-991f-a531bfaac8f5 { display: none !important; }}







#s-b9b0ed03-6b1d-4dce-991f-a531bfaac8f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9b0ed03-6b1d-4dce-991f-a531bfaac8f5.shg-box.shg-c {
  justify-content: center;
}

#s-2ed89259-c15b-4d56-a9d1-216e3f7f4b1a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-2ed89259-c15b-4d56-a9d1-216e3f7f4b1a {
  display: none;
}
#s-2ed89259-c15b-4d56-a9d1-216e3f7f4b1a, #wrap-s-2ed89259-c15b-4d56-a9d1-216e3f7f4b1a, #wrap-content-s-2ed89259-c15b-4d56-a9d1-216e3f7f4b1a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ed89259-c15b-4d56-a9d1-216e3f7f4b1a {
  display: none;
}
#s-2ed89259-c15b-4d56-a9d1-216e3f7f4b1a, #wrap-s-2ed89259-c15b-4d56-a9d1-216e3f7f4b1a, #wrap-content-s-2ed89259-c15b-4d56-a9d1-216e3f7f4b1a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ed89259-c15b-4d56-a9d1-216e3f7f4b1a {
  display: none;
}
#s-2ed89259-c15b-4d56-a9d1-216e3f7f4b1a, #wrap-s-2ed89259-c15b-4d56-a9d1-216e3f7f4b1a, #wrap-content-s-2ed89259-c15b-4d56-a9d1-216e3f7f4b1a { display: none !important; }}







#s-2ed89259-c15b-4d56-a9d1-216e3f7f4b1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ed89259-c15b-4d56-a9d1-216e3f7f4b1a.shg-box.shg-c {
  justify-content: center;
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
  margin-left: 47%;
margin-right: 47%;
max-width: 278px;
aspect-ratio: 278/310;
text-align: center;
}
@media (max-width: 767px){#s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
  margin-left: 42%;
margin-right: 42%;
max-width: 50px;
}
}
#s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
  margin: 0 !important;
  overflow: visible;
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
  /* Add background color handling */
  
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shg-image-content-wrapper {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }

    #s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shogun-image-link {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 278px;
  }



  img.s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image {
    
    
    
    max-height: 278px;
  }


.s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62ad96be-3f66-48c0-942c-04c2e8375f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image {
  box-sizing: border-box;
}



.s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
      --shg-aspect-ratio: calc(278/310); 
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container {
      position: relative;
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 278px;
    }
  }

@media (min-width: 1200px){#s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
  margin: 0 !important;
  overflow: visible;
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
  /* Add background color handling */
  
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shg-image-content-wrapper {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }

    #s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shogun-image-link {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 278px;
  }



  img.s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image {
    
    
    
    max-height: 278px;
  }


.s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62ad96be-3f66-48c0-942c-04c2e8375f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image {
  box-sizing: border-box;
}



.s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
      --shg-aspect-ratio: calc(278/310); 
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container {
      position: relative;
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 278px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
  margin: 0 !important;
  overflow: visible;
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
  /* Add background color handling */
  
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shg-image-content-wrapper {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }

    #s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shogun-image-link {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 278px;
  }



  img.s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image {
    
    
    
    max-height: 278px;
  }


.s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62ad96be-3f66-48c0-942c-04c2e8375f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image {
  box-sizing: border-box;
}



.s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
      --shg-aspect-ratio: calc(278/310); 
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container {
      position: relative;
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 278px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
  margin: 0 !important;
  overflow: visible;
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
  /* Add background color handling */
  
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shg-image-content-wrapper {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }

    #s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shogun-image-link {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 278px;
  }



  img.s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image {
    
    
    
    max-height: 278px;
  }


.s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62ad96be-3f66-48c0-942c-04c2e8375f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image {
  box-sizing: border-box;
}



.s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
      --shg-aspect-ratio: calc(278/310); 
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container {
      position: relative;
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 278px;
    }
  }

}@media (max-width: 767px){#s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
  margin: 0 !important;
  overflow: visible;
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
  /* Add background color handling */
  
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shg-image-content-wrapper {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }

    #s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shogun-image-link {
      aspect-ratio: 278/310;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 278px;
  }



  img.s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image {
    
    
    
    max-height: 278px;
  }


.s-62ad96be-3f66-48c0-942c-04c2e8375f34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62ad96be-3f66-48c0-942c-04c2e8375f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image {
  box-sizing: border-box;
}



.s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62ad96be-3f66-48c0-942c-04c2e8375f34 {
      --shg-aspect-ratio: calc(278/310); 
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container {
      position: relative;
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62ad96be-3f66-48c0-942c-04c2e8375f34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 278px;
    }
  }

}
#s-531e67e4-51e3-4a72-b93e-756e57c3e7fd {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-531e67e4-51e3-4a72-b93e-756e57c3e7fd {
  display: none;
}
#s-531e67e4-51e3-4a72-b93e-756e57c3e7fd, #wrap-s-531e67e4-51e3-4a72-b93e-756e57c3e7fd, #wrap-content-s-531e67e4-51e3-4a72-b93e-756e57c3e7fd { display: none !important; }}
#s-531e67e4-51e3-4a72-b93e-756e57c3e7fd .shogun-heading-component h3 {
  color: rgba(0, 174, 147, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-dae36fad-0d40-4fd5-9b8f-0ff6edf60fa9 {
  margin-top: 12px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dae36fad-0d40-4fd5-9b8f-0ff6edf60fa9 .shogun-heading-component h3 {
  color: rgba(41, 41, 41, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-dae36fad-0d40-4fd5-9b8f-0ff6edf60fa9 .shogun-heading-component h3 {
  color: rgba(41, 41, 41, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}


}
#s-92e640c8-7ad5-4202-8457-a4a89be4b408 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-92e640c8-7ad5-4202-8457-a4a89be4b408 {
  margin-bottom: 10px;
}
}
#s-92e640c8-7ad5-4202-8457-a4a89be4b408 .shogun-heading-component h3 {
  color: rgba(41, 41, 41, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-92e640c8-7ad5-4202-8457-a4a89be4b408 .shogun-heading-component h3 {
  color: rgba(41, 41, 41, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}


}
#s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
  margin-top: 3px;
margin-left: 1%;
margin-right: auto;
max-width: 1177px;
aspect-ratio: 1177/550;
text-align: center;
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 1%;
  
  margin-top: 3px;
  
}

.shg-image-content-margin-container-s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shg-image-content-wrapper {
      aspect-ratio: 1177/550;
      min-width: 100%;
      height: auto;
    }

    #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shogun-image-link {
      aspect-ratio: 1177/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1177px;
  }



  img.s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image {
    
    
    
    max-height: 1177px;
  }


.s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image {
  box-sizing: border-box;
}



.s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
      --shg-aspect-ratio: calc(1177/550); 
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container {
      position: relative;
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1177px;
    }
  }

@media (min-width: 1200px){#s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shg-image-content-wrapper {
      aspect-ratio: 1177/550;
      min-width: 100%;
      height: auto;
    }

    #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shogun-image-link {
      aspect-ratio: 1177/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1177px;
  }



  img.s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image {
    
    
    
    max-height: 1177px;
  }


.s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image {
  box-sizing: border-box;
}



.s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
      --shg-aspect-ratio: calc(1177/550); 
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container {
      position: relative;
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1177px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shg-image-content-wrapper {
      aspect-ratio: 1177/550;
      min-width: 100%;
      height: auto;
    }

    #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shogun-image-link {
      aspect-ratio: 1177/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1177px;
  }



  img.s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image {
    
    
    
    max-height: 1177px;
  }


.s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image {
  box-sizing: border-box;
}



.s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
      --shg-aspect-ratio: calc(1177/550); 
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container {
      position: relative;
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1177px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shg-image-content-wrapper {
      aspect-ratio: 1177/550;
      min-width: 100%;
      height: auto;
    }

    #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shogun-image-link {
      aspect-ratio: 1177/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1177px;
  }



  img.s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image {
    
    
    
    max-height: 1177px;
  }


.s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image {
  box-sizing: border-box;
}



.s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
      --shg-aspect-ratio: calc(1177/550); 
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container {
      position: relative;
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1177px;
    }
  }

}@media (max-width: 767px){#s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shg-image-content-wrapper {
      aspect-ratio: 1177/550;
      min-width: 100%;
      height: auto;
    }

    #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shogun-image-link {
      aspect-ratio: 1177/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1177px;
  }



  img.s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image {
    
    
    
    max-height: 1177px;
  }


.s-c9aec016-45c6-452b-80e8-b6f13c6c8434 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image {
  box-sizing: border-box;
}



.s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434 {
      --shg-aspect-ratio: calc(1177/550); 
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container {
      position: relative;
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9aec016-45c6-452b-80e8-b6f13c6c8434 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1177px;
    }
  }

}
#s-ecd4a11a-b6c0-4b85-a5f2-7e9688e83a4d {
  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-ecd4a11a-b6c0-4b85-a5f2-7e9688e83a4d {
  display: none;
}
#s-ecd4a11a-b6c0-4b85-a5f2-7e9688e83a4d, #wrap-s-ecd4a11a-b6c0-4b85-a5f2-7e9688e83a4d, #wrap-content-s-ecd4a11a-b6c0-4b85-a5f2-7e9688e83a4d { display: none !important; }}
#s-ecd4a11a-b6c0-4b85-a5f2-7e9688e83a4d .shogun-heading-component h3 {
  color: rgba(41, 41, 41, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-13ae4755-54e4-4a46-b3cb-9c10698528dd {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-7b53eac8-9590-4027-bf14-40a0f1742a85 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-7b53eac8-9590-4027-bf14-40a0f1742a85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b53eac8-9590-4027-bf14-40a0f1742a85 {
  cursor: pointer;
}#s-7b53eac8-9590-4027-bf14-40a0f1742a85.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e415d05f-b6af-4c24-b08f-b6c128ff3f30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e415d05f-b6af-4c24-b08f-b6c128ff3f30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e415d05f-b6af-4c24-b08f-b6c128ff3f30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e415d05f-b6af-4c24-b08f-b6c128ff3f30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a5d028f5-eccb-41e2-9a9e-59657cdf0e0d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-a5d028f5-eccb-41e2-9a9e-59657cdf0e0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5d028f5-eccb-41e2-9a9e-59657cdf0e0d.shg-box.shg-c {
  justify-content: center;
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c {
  margin-left: auto;
margin-right: auto;
max-width: 2500px;
aspect-ratio: 4/3;
text-align: center;
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c {
  margin: 0 !important;
  overflow: visible;
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41cf2a44-f677-4b74-8030-14f602e2384c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41cf2a44-f677-4b74-8030-14f602e2384c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
  /* Add background color handling */
  
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41cf2a44-f677-4b74-8030-14f602e2384c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-41cf2a44-f677-4b74-8030-14f602e2384c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41cf2a44-f677-4b74-8030-14f602e2384c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2500px;
  }



  img.s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-41cf2a44-f677-4b74-8030-14f602e2384c .shogun-image-content {
  
    justify-content: center;
  
}

.s-41cf2a44-f677-4b74-8030-14f602e2384c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image {
  box-sizing: border-box;
}



.s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41cf2a44-f677-4b74-8030-14f602e2384c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container {
      position: relative;
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2500px;
    }
  }

@media (min-width: 1200px){#s-41cf2a44-f677-4b74-8030-14f602e2384c {
  margin: 0 !important;
  overflow: visible;
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41cf2a44-f677-4b74-8030-14f602e2384c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41cf2a44-f677-4b74-8030-14f602e2384c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
  /* Add background color handling */
  
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41cf2a44-f677-4b74-8030-14f602e2384c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-41cf2a44-f677-4b74-8030-14f602e2384c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41cf2a44-f677-4b74-8030-14f602e2384c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2500px;
  }



  img.s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-41cf2a44-f677-4b74-8030-14f602e2384c .shogun-image-content {
  
    justify-content: center;
  
}

.s-41cf2a44-f677-4b74-8030-14f602e2384c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image {
  box-sizing: border-box;
}



.s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41cf2a44-f677-4b74-8030-14f602e2384c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container {
      position: relative;
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-41cf2a44-f677-4b74-8030-14f602e2384c {
  margin: 0 !important;
  overflow: visible;
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41cf2a44-f677-4b74-8030-14f602e2384c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41cf2a44-f677-4b74-8030-14f602e2384c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
  /* Add background color handling */
  
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41cf2a44-f677-4b74-8030-14f602e2384c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-41cf2a44-f677-4b74-8030-14f602e2384c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41cf2a44-f677-4b74-8030-14f602e2384c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2500px;
  }



  img.s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-41cf2a44-f677-4b74-8030-14f602e2384c .shogun-image-content {
  
    justify-content: center;
  
}

.s-41cf2a44-f677-4b74-8030-14f602e2384c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image {
  box-sizing: border-box;
}



.s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41cf2a44-f677-4b74-8030-14f602e2384c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container {
      position: relative;
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-41cf2a44-f677-4b74-8030-14f602e2384c {
  margin: 0 !important;
  overflow: visible;
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41cf2a44-f677-4b74-8030-14f602e2384c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41cf2a44-f677-4b74-8030-14f602e2384c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
  /* Add background color handling */
  
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41cf2a44-f677-4b74-8030-14f602e2384c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-41cf2a44-f677-4b74-8030-14f602e2384c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41cf2a44-f677-4b74-8030-14f602e2384c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2500px;
  }



  img.s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-41cf2a44-f677-4b74-8030-14f602e2384c .shogun-image-content {
  
    justify-content: center;
  
}

.s-41cf2a44-f677-4b74-8030-14f602e2384c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image {
  box-sizing: border-box;
}



.s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41cf2a44-f677-4b74-8030-14f602e2384c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container {
      position: relative;
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2500px;
    }
  }

}@media (max-width: 767px){#s-41cf2a44-f677-4b74-8030-14f602e2384c {
  margin: 0 !important;
  overflow: visible;
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41cf2a44-f677-4b74-8030-14f602e2384c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41cf2a44-f677-4b74-8030-14f602e2384c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
  /* Add background color handling */
  
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41cf2a44-f677-4b74-8030-14f602e2384c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-41cf2a44-f677-4b74-8030-14f602e2384c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41cf2a44-f677-4b74-8030-14f602e2384c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2500px;
  }



  img.s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-41cf2a44-f677-4b74-8030-14f602e2384c .shogun-image-content {
  
    justify-content: center;
  
}

.s-41cf2a44-f677-4b74-8030-14f602e2384c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image {
  box-sizing: border-box;
}



.s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41cf2a44-f677-4b74-8030-14f602e2384c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container {
      position: relative;
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41cf2a44-f677-4b74-8030-14f602e2384c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2500px;
    }
  }

}
#s-57edabee-5c63-42c4-8a4a-d14b0df424aa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-57edabee-5c63-42c4-8a4a-d14b0df424aa {
  display: unset;
}
#s-57edabee-5c63-42c4-8a4a-d14b0df424aa, #wrap-s-57edabee-5c63-42c4-8a4a-d14b0df424aa, #wrap-content-s-57edabee-5c63-42c4-8a4a-d14b0df424aa { display: unset !important; }}
#s-57edabee-5c63-42c4-8a4a-d14b0df424aa .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-7641083f-2303-433a-8118-6c52bd856b7c {
  margin-left: 15%;
margin-right: 15%;
max-width: 885px;
aspect-ratio: 885/539;
text-align: center;
}

#s-7641083f-2303-433a-8118-6c52bd856b7c {
  margin: 0 !important;
  overflow: visible;
}

#s-7641083f-2303-433a-8118-6c52bd856b7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7641083f-2303-433a-8118-6c52bd856b7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7641083f-2303-433a-8118-6c52bd856b7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
  /* Add background color handling */
  
}

#s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7641083f-2303-433a-8118-6c52bd856b7c .shg-image-content-wrapper {
      aspect-ratio: 885/539;
      min-width: 100%;
      height: auto;
    }

    #s-7641083f-2303-433a-8118-6c52bd856b7c .shogun-image-link {
      aspect-ratio: 885/539;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7641083f-2303-433a-8118-6c52bd856b7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 885px;
  }



  img.s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image {
    
    
    
    max-height: 885px;
  }


.s-7641083f-2303-433a-8118-6c52bd856b7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-7641083f-2303-433a-8118-6c52bd856b7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image {
  box-sizing: border-box;
}



.s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7641083f-2303-433a-8118-6c52bd856b7c {
      --shg-aspect-ratio: calc(885/539); 
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container {
      position: relative;
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 885px;
    }
  }

@media (min-width: 1200px){#s-7641083f-2303-433a-8118-6c52bd856b7c {
  margin: 0 !important;
  overflow: visible;
}

#s-7641083f-2303-433a-8118-6c52bd856b7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7641083f-2303-433a-8118-6c52bd856b7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7641083f-2303-433a-8118-6c52bd856b7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
  /* Add background color handling */
  
}

#s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7641083f-2303-433a-8118-6c52bd856b7c .shg-image-content-wrapper {
      aspect-ratio: 885/539;
      min-width: 100%;
      height: auto;
    }

    #s-7641083f-2303-433a-8118-6c52bd856b7c .shogun-image-link {
      aspect-ratio: 885/539;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7641083f-2303-433a-8118-6c52bd856b7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 885px;
  }



  img.s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image {
    
    
    
    max-height: 885px;
  }


.s-7641083f-2303-433a-8118-6c52bd856b7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-7641083f-2303-433a-8118-6c52bd856b7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image {
  box-sizing: border-box;
}



.s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7641083f-2303-433a-8118-6c52bd856b7c {
      --shg-aspect-ratio: calc(885/539); 
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container {
      position: relative;
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 885px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7641083f-2303-433a-8118-6c52bd856b7c {
  margin: 0 !important;
  overflow: visible;
}

#s-7641083f-2303-433a-8118-6c52bd856b7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7641083f-2303-433a-8118-6c52bd856b7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7641083f-2303-433a-8118-6c52bd856b7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
  /* Add background color handling */
  
}

#s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7641083f-2303-433a-8118-6c52bd856b7c .shg-image-content-wrapper {
      aspect-ratio: 885/539;
      min-width: 100%;
      height: auto;
    }

    #s-7641083f-2303-433a-8118-6c52bd856b7c .shogun-image-link {
      aspect-ratio: 885/539;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7641083f-2303-433a-8118-6c52bd856b7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 885px;
  }



  img.s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image {
    
    
    
    max-height: 885px;
  }


.s-7641083f-2303-433a-8118-6c52bd856b7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-7641083f-2303-433a-8118-6c52bd856b7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image {
  box-sizing: border-box;
}



.s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7641083f-2303-433a-8118-6c52bd856b7c {
      --shg-aspect-ratio: calc(885/539); 
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container {
      position: relative;
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 885px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7641083f-2303-433a-8118-6c52bd856b7c {
  margin: 0 !important;
  overflow: visible;
}

#s-7641083f-2303-433a-8118-6c52bd856b7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7641083f-2303-433a-8118-6c52bd856b7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7641083f-2303-433a-8118-6c52bd856b7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
  /* Add background color handling */
  
}

#s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7641083f-2303-433a-8118-6c52bd856b7c .shg-image-content-wrapper {
      aspect-ratio: 885/539;
      min-width: 100%;
      height: auto;
    }

    #s-7641083f-2303-433a-8118-6c52bd856b7c .shogun-image-link {
      aspect-ratio: 885/539;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7641083f-2303-433a-8118-6c52bd856b7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 885px;
  }



  img.s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image {
    
    
    
    max-height: 885px;
  }


.s-7641083f-2303-433a-8118-6c52bd856b7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-7641083f-2303-433a-8118-6c52bd856b7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image {
  box-sizing: border-box;
}



.s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7641083f-2303-433a-8118-6c52bd856b7c {
      --shg-aspect-ratio: calc(885/539); 
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container {
      position: relative;
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 885px;
    }
  }

}@media (max-width: 767px){#s-7641083f-2303-433a-8118-6c52bd856b7c {
  margin: 0 !important;
  overflow: visible;
}

#s-7641083f-2303-433a-8118-6c52bd856b7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7641083f-2303-433a-8118-6c52bd856b7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7641083f-2303-433a-8118-6c52bd856b7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
  /* Add background color handling */
  
}

#s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7641083f-2303-433a-8118-6c52bd856b7c .shg-image-content-wrapper {
      aspect-ratio: 885/539;
      min-width: 100%;
      height: auto;
    }

    #s-7641083f-2303-433a-8118-6c52bd856b7c .shogun-image-link {
      aspect-ratio: 885/539;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7641083f-2303-433a-8118-6c52bd856b7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 885px;
  }



  img.s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image {
    
    
    
    max-height: 885px;
  }


.s-7641083f-2303-433a-8118-6c52bd856b7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-7641083f-2303-433a-8118-6c52bd856b7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image {
  box-sizing: border-box;
}



.s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7641083f-2303-433a-8118-6c52bd856b7c {
      --shg-aspect-ratio: calc(885/539); 
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container {
      position: relative;
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7641083f-2303-433a-8118-6c52bd856b7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 885px;
    }
  }

}
#s-35cbb27c-1169-4231-ac02-8b05522a89f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-35cbb27c-1169-4231-ac02-8b05522a89f1 {
  display: unset;
}
#s-35cbb27c-1169-4231-ac02-8b05522a89f1, #wrap-s-35cbb27c-1169-4231-ac02-8b05522a89f1, #wrap-content-s-35cbb27c-1169-4231-ac02-8b05522a89f1 { display: unset !important; }}
#s-35cbb27c-1169-4231-ac02-8b05522a89f1 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  
  
  
}



#s-5a46449b-e9ad-456f-8ab7-17f1e72dce9a {
  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(209, 45, 114, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1em;
}
#s-5a46449b-e9ad-456f-8ab7-17f1e72dce9a:hover {background-color: rgba(209, 45, 114, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5a46449b-e9ad-456f-8ab7-17f1e72dce9a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5a46449b-e9ad-456f-8ab7-17f1e72dce9a-root {
    text-align: center;
  }


#s-5a46449b-e9ad-456f-8ab7-17f1e72dce9a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a46449b-e9ad-456f-8ab7-17f1e72dce9a-root {
    text-align: center;
  }


#s-5a46449b-e9ad-456f-8ab7-17f1e72dce9a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a46449b-e9ad-456f-8ab7-17f1e72dce9a-root {
    text-align: center;
  }


#s-5a46449b-e9ad-456f-8ab7-17f1e72dce9a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a46449b-e9ad-456f-8ab7-17f1e72dce9a-root {
    text-align: center;
  }


#s-5a46449b-e9ad-456f-8ab7-17f1e72dce9a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a46449b-e9ad-456f-8ab7-17f1e72dce9a-root {
    text-align: center;
  }


#s-5a46449b-e9ad-456f-8ab7-17f1e72dce9a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-7f1e9a49-f828-44a2-8e75-bddba6d46c42 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7f1e9a49-f828-44a2-8e75-bddba6d46c42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f1e9a49-f828-44a2-8e75-bddba6d46c42.shg-box.shg-c {
  justify-content: center;
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
  max-width: 1281px;
aspect-ratio: 1/1;
text-align: center;
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
  margin: 0 !important;
  overflow: visible;
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
  /* Add background color handling */
  
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1281px;
  }



  img.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image {
    
    
    
    max-height: 1281px;
  }


.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shogun-image-content {
  
    justify-content: center;
  
}

.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image {
  box-sizing: border-box;
}



.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container {
      position: relative;
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1281px;
    }
  }

@media (min-width: 1200px){#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
  margin: 0 !important;
  overflow: visible;
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
  /* Add background color handling */
  
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1281px;
  }



  img.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image {
    
    
    
    max-height: 1281px;
  }


.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shogun-image-content {
  
    justify-content: center;
  
}

.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image {
  box-sizing: border-box;
}



.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container {
      position: relative;
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1281px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
  margin: 0 !important;
  overflow: visible;
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
  /* Add background color handling */
  
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1281px;
  }



  img.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image {
    
    
    
    max-height: 1281px;
  }


.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shogun-image-content {
  
    justify-content: center;
  
}

.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image {
  box-sizing: border-box;
}



.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container {
      position: relative;
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1281px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
  margin: 0 !important;
  overflow: visible;
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
  /* Add background color handling */
  
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1281px;
  }



  img.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image {
    
    
    
    max-height: 1281px;
  }


.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shogun-image-content {
  
    justify-content: center;
  
}

.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image {
  box-sizing: border-box;
}



.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container {
      position: relative;
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1281px;
    }
  }

}@media (max-width: 767px){#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
  margin: 0 !important;
  overflow: visible;
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
  /* Add background color handling */
  
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1281px;
  }



  img.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image {
    
    
    
    max-height: 1281px;
  }


.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 .shogun-image-content {
  
    justify-content: center;
  
}

.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image {
  box-sizing: border-box;
}



.s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container {
      position: relative;
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43aefc7e-2531-4a8c-9ad7-6a92ffc00538 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1281px;
    }
  }

}
#s-0c0b79f8-a554-4d05-a2ca-1e8c8b4e64e8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-position: right top;
}

#s-0c0b79f8-a554-4d05-a2ca-1e8c8b4e64e8 {
  background-image: url(https://i.shgcdn.com/c1ab67b6-8f3c-4c59-9805-bfd0e56c6817/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0c0b79f8-a554-4d05-a2ca-1e8c8b4e64e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c0b79f8-a554-4d05-a2ca-1e8c8b4e64e8 {
  cursor: pointer;
}#s-0c0b79f8-a554-4d05-a2ca-1e8c8b4e64e8.shg-box.shg-c {
  justify-content: center;
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
  margin-top: 25px;
margin-left: 47%;
margin-bottom: 9px;
margin-right: 47%;
max-width: 50px;
aspect-ratio: 169/210;
text-align: center;
}
@media (max-width: 767px){#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 47%;
  margin-right: 47%;
  margin-top: 25px;
  margin-bottom: 9px;
}

.shg-image-content-margin-container-s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shg-image-content-wrapper {
      aspect-ratio: 169/210;
      min-width: 100%;
      height: auto;
    }

    #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shogun-image-link {
      aspect-ratio: 169/210;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image {
  box-sizing: border-box;
}



.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
      --shg-aspect-ratio: calc(169/210); 
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container {
      position: relative;
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shg-image-content-wrapper {
      aspect-ratio: 169/210;
      min-width: 100%;
      height: auto;
    }

    #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shogun-image-link {
      aspect-ratio: 169/210;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image {
  box-sizing: border-box;
}



.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
      --shg-aspect-ratio: calc(169/210); 
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container {
      position: relative;
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shg-image-content-wrapper {
      aspect-ratio: 169/210;
      min-width: 100%;
      height: auto;
    }

    #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shogun-image-link {
      aspect-ratio: 169/210;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image {
  box-sizing: border-box;
}



.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
      --shg-aspect-ratio: calc(169/210); 
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container {
      position: relative;
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shg-image-content-wrapper {
      aspect-ratio: 169/210;
      min-width: 100%;
      height: auto;
    }

    #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shogun-image-link {
      aspect-ratio: 169/210;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image {
  box-sizing: border-box;
}



.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
      --shg-aspect-ratio: calc(169/210); 
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container {
      position: relative;
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shg-image-content-wrapper {
      aspect-ratio: 169/210;
      min-width: 100%;
      height: auto;
    }

    #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shogun-image-link {
      aspect-ratio: 169/210;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image {
  box-sizing: border-box;
}



.s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 {
      --shg-aspect-ratio: calc(169/210); 
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container {
      position: relative;
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99ffefd7-d83f-4305-8e2b-fa2207ee10b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-bab995b1-1af1-495f-9709-99906807d6b4 {
  margin-top: 0px;
margin-bottom: -6px;
}
@media (max-width: 767px){#s-bab995b1-1af1-495f-9709-99906807d6b4 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c5e6f2dd-1a87-49e8-b74a-4fa926612e58 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-c5e6f2dd-1a87-49e8-b74a-4fa926612e58 {
  display: none;
}
#s-c5e6f2dd-1a87-49e8-b74a-4fa926612e58, #wrap-s-c5e6f2dd-1a87-49e8-b74a-4fa926612e58, #wrap-content-s-c5e6f2dd-1a87-49e8-b74a-4fa926612e58 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5e6f2dd-1a87-49e8-b74a-4fa926612e58 {
  display: none;
}
#s-c5e6f2dd-1a87-49e8-b74a-4fa926612e58, #wrap-s-c5e6f2dd-1a87-49e8-b74a-4fa926612e58, #wrap-content-s-c5e6f2dd-1a87-49e8-b74a-4fa926612e58 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5e6f2dd-1a87-49e8-b74a-4fa926612e58 {
  display: none;
}
#s-c5e6f2dd-1a87-49e8-b74a-4fa926612e58, #wrap-s-c5e6f2dd-1a87-49e8-b74a-4fa926612e58, #wrap-content-s-c5e6f2dd-1a87-49e8-b74a-4fa926612e58 { display: none !important; }}
#s-ecc60520-c213-47bf-bfa9-9c50e663ef0d {
  margin-top: 14px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ecc60520-c213-47bf-bfa9-9c50e663ef0d {
  display: none;
}
#s-ecc60520-c213-47bf-bfa9-9c50e663ef0d, #wrap-s-ecc60520-c213-47bf-bfa9-9c50e663ef0d, #wrap-content-s-ecc60520-c213-47bf-bfa9-9c50e663ef0d { display: none !important; }}
#s-7ef0eff7-da71-4620-b5d9-98b962f44794 {
  margin-top: 9px;
}
@media (max-width: 767px){#s-7ef0eff7-da71-4620-b5d9-98b962f44794 {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
}
}
#s-cd392c0f-1f35-4a7b-afc4-a7bddd0c4a60 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-cd392c0f-1f35-4a7b-afc4-a7bddd0c4a60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd392c0f-1f35-4a7b-afc4-a7bddd0c4a60.shg-box.shg-c {
  justify-content: center;
}

#s-59a99718-470b-4407-8dc3-7fdc7cfb0154 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (max-width: 767px){#s-59a99718-470b-4407-8dc3-7fdc7cfb0154 {
  display: none;
}
#s-59a99718-470b-4407-8dc3-7fdc7cfb0154, #wrap-s-59a99718-470b-4407-8dc3-7fdc7cfb0154, #wrap-content-s-59a99718-470b-4407-8dc3-7fdc7cfb0154 { display: none !important; }}
@media (min-width: 0px) {
[id="s-59a99718-470b-4407-8dc3-7fdc7cfb0154"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59a99718-470b-4407-8dc3-7fdc7cfb0154"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-59a99718-470b-4407-8dc3-7fdc7cfb0154"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-59a99718-470b-4407-8dc3-7fdc7cfb0154"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-22cb1c6d-b815-4320-8a4c-e315eaa8b7e6 {
  min-height: 50px;
}








#s-22cb1c6d-b815-4320-8a4c-e315eaa8b7e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22cb1c6d-b815-4320-8a4c-e315eaa8b7e6 {
  cursor: pointer;
}#s-22cb1c6d-b815-4320-8a4c-e315eaa8b7e6.shg-box.shg-c {
  justify-content: center;
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
  max-width: 1946px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image {
  box-sizing: border-box;
}



.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container {
      position: relative;
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

@media (min-width: 1200px){#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image {
  box-sizing: border-box;
}



.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container {
      position: relative;
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image {
  box-sizing: border-box;
}



.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container {
      position: relative;
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image {
  box-sizing: border-box;
}



.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container {
      position: relative;
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

}@media (max-width: 767px){#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image {
  box-sizing: border-box;
}



.s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container {
      position: relative;
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ab00aa2-06cd-4bbb-98e7-002e1c7859b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

}
#s-ead83db3-2e30-4158-89e1-b3f6748bcfb2 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ead83db3-2e30-4158-89e1-b3f6748bcfb2 {
  display: none;
}
#s-ead83db3-2e30-4158-89e1-b3f6748bcfb2, #wrap-s-ead83db3-2e30-4158-89e1-b3f6748bcfb2, #wrap-content-s-ead83db3-2e30-4158-89e1-b3f6748bcfb2 { display: none !important; }}







#s-ead83db3-2e30-4158-89e1-b3f6748bcfb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ead83db3-2e30-4158-89e1-b3f6748bcfb2 {
  cursor: pointer;
}#s-ead83db3-2e30-4158-89e1-b3f6748bcfb2.shg-box.shg-c {
  justify-content: center;
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe {
  text-align: center;
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe {
  margin: 0 !important;
  overflow: visible;
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe img.shogun-image {
  /* Add background color handling */
  
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shogun-image {
    
    
    
    
  }


.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shogun-image {
  box-sizing: border-box;
}



.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe img.shogun-image {
  
}


@media (min-width: 1200px){#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe {
  margin: 0 !important;
  overflow: visible;
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe img.shogun-image {
  /* Add background color handling */
  
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shogun-image {
    
    
    
    
  }


.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shogun-image {
  box-sizing: border-box;
}



.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe {
  margin: 0 !important;
  overflow: visible;
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe img.shogun-image {
  /* Add background color handling */
  
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shogun-image {
    
    
    
    
  }


.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shogun-image {
  box-sizing: border-box;
}



.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe {
  margin: 0 !important;
  overflow: visible;
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe img.shogun-image {
  /* Add background color handling */
  
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shogun-image {
    
    
    
    
  }


.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shogun-image {
  box-sizing: border-box;
}



.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe img.shogun-image {
  
}


}@media (max-width: 767px){#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe {
  margin: 0 !important;
  overflow: visible;
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe img.shogun-image {
  /* Add background color handling */
  
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shogun-image {
    
    
    
    
  }


.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe.shogun-image {
  box-sizing: border-box;
}



.s-8c33f78b-9b0a-4d87-bbf3-d87e60919ffe img.shogun-image {
  
}


}
#s-9aeae1ab-3d05-4181-a1ea-22f9859f112c {
  min-height: 50px;
}
@media (max-width: 767px){#s-9aeae1ab-3d05-4181-a1ea-22f9859f112c {
  display: none;
}
#s-9aeae1ab-3d05-4181-a1ea-22f9859f112c, #wrap-s-9aeae1ab-3d05-4181-a1ea-22f9859f112c, #wrap-content-s-9aeae1ab-3d05-4181-a1ea-22f9859f112c { display: none !important; }}







#s-9aeae1ab-3d05-4181-a1ea-22f9859f112c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9aeae1ab-3d05-4181-a1ea-22f9859f112c {
  cursor: pointer;
}#s-9aeae1ab-3d05-4181-a1ea-22f9859f112c.shg-box.shg-c {
  justify-content: center;
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
  max-width: 1946px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ebc8106-898b-4510-8d14-94db5cb957b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image {
  box-sizing: border-box;
}



.s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container {
      position: relative;
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

@media (min-width: 1200px){#s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ebc8106-898b-4510-8d14-94db5cb957b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image {
  box-sizing: border-box;
}



.s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container {
      position: relative;
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ebc8106-898b-4510-8d14-94db5cb957b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image {
  box-sizing: border-box;
}



.s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container {
      position: relative;
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ebc8106-898b-4510-8d14-94db5cb957b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image {
  box-sizing: border-box;
}



.s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container {
      position: relative;
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

}@media (max-width: 767px){#s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-5ebc8106-898b-4510-8d14-94db5cb957b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ebc8106-898b-4510-8d14-94db5cb957b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image {
  box-sizing: border-box;
}



.s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ebc8106-898b-4510-8d14-94db5cb957b0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container {
      position: relative;
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ebc8106-898b-4510-8d14-94db5cb957b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

}
#s-befa7430-7101-4381-9081-b176bd82ae51 {
  margin-left: 8%;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-befa7430-7101-4381-9081-b176bd82ae51 {
  display: none;
}
#s-befa7430-7101-4381-9081-b176bd82ae51, #wrap-s-befa7430-7101-4381-9081-b176bd82ae51, #wrap-content-s-befa7430-7101-4381-9081-b176bd82ae51 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-befa7430-7101-4381-9081-b176bd82ae51 {
  display: none;
}
#s-befa7430-7101-4381-9081-b176bd82ae51, #wrap-s-befa7430-7101-4381-9081-b176bd82ae51, #wrap-content-s-befa7430-7101-4381-9081-b176bd82ae51 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-befa7430-7101-4381-9081-b176bd82ae51 {
  display: none;
}
#s-befa7430-7101-4381-9081-b176bd82ae51, #wrap-s-befa7430-7101-4381-9081-b176bd82ae51, #wrap-content-s-befa7430-7101-4381-9081-b176bd82ae51 { display: none !important; }}
#s-befa7430-7101-4381-9081-b176bd82ae51 {
  margin: 0 !important;
  overflow: visible;
}

#s-befa7430-7101-4381-9081-b176bd82ae51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-befa7430-7101-4381-9081-b176bd82ae51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-befa7430-7101-4381-9081-b176bd82ae51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
  /* Add background color handling */
  
}

#s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-befa7430-7101-4381-9081-b176bd82ae51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-befa7430-7101-4381-9081-b176bd82ae51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-befa7430-7101-4381-9081-b176bd82ae51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-befa7430-7101-4381-9081-b176bd82ae51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-befa7430-7101-4381-9081-b176bd82ae51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image {
  box-sizing: border-box;
}



.s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-befa7430-7101-4381-9081-b176bd82ae51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container {
      position: relative;
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-befa7430-7101-4381-9081-b176bd82ae51 {
  margin: 0 !important;
  overflow: visible;
}

#s-befa7430-7101-4381-9081-b176bd82ae51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-befa7430-7101-4381-9081-b176bd82ae51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-befa7430-7101-4381-9081-b176bd82ae51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
  /* Add background color handling */
  
}

#s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-befa7430-7101-4381-9081-b176bd82ae51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-befa7430-7101-4381-9081-b176bd82ae51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-befa7430-7101-4381-9081-b176bd82ae51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-befa7430-7101-4381-9081-b176bd82ae51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-befa7430-7101-4381-9081-b176bd82ae51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image {
  box-sizing: border-box;
}



.s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-befa7430-7101-4381-9081-b176bd82ae51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container {
      position: relative;
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-befa7430-7101-4381-9081-b176bd82ae51 {
  margin: 0 !important;
  overflow: visible;
}

#s-befa7430-7101-4381-9081-b176bd82ae51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-befa7430-7101-4381-9081-b176bd82ae51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-befa7430-7101-4381-9081-b176bd82ae51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
  /* Add background color handling */
  
}

#s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-befa7430-7101-4381-9081-b176bd82ae51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-befa7430-7101-4381-9081-b176bd82ae51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-befa7430-7101-4381-9081-b176bd82ae51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-befa7430-7101-4381-9081-b176bd82ae51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-befa7430-7101-4381-9081-b176bd82ae51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image {
  box-sizing: border-box;
}



.s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-befa7430-7101-4381-9081-b176bd82ae51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container {
      position: relative;
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-befa7430-7101-4381-9081-b176bd82ae51 {
  margin: 0 !important;
  overflow: visible;
}

#s-befa7430-7101-4381-9081-b176bd82ae51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-befa7430-7101-4381-9081-b176bd82ae51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-befa7430-7101-4381-9081-b176bd82ae51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
  /* Add background color handling */
  
}

#s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-befa7430-7101-4381-9081-b176bd82ae51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-befa7430-7101-4381-9081-b176bd82ae51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-befa7430-7101-4381-9081-b176bd82ae51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-befa7430-7101-4381-9081-b176bd82ae51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-befa7430-7101-4381-9081-b176bd82ae51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image {
  box-sizing: border-box;
}



.s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-befa7430-7101-4381-9081-b176bd82ae51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container {
      position: relative;
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-befa7430-7101-4381-9081-b176bd82ae51 {
  margin: 0 !important;
  overflow: visible;
}

#s-befa7430-7101-4381-9081-b176bd82ae51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-befa7430-7101-4381-9081-b176bd82ae51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-befa7430-7101-4381-9081-b176bd82ae51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
  /* Add background color handling */
  
}

#s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-befa7430-7101-4381-9081-b176bd82ae51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-befa7430-7101-4381-9081-b176bd82ae51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-befa7430-7101-4381-9081-b176bd82ae51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-befa7430-7101-4381-9081-b176bd82ae51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-befa7430-7101-4381-9081-b176bd82ae51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image {
  box-sizing: border-box;
}



.s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-befa7430-7101-4381-9081-b176bd82ae51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container {
      position: relative;
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-befa7430-7101-4381-9081-b176bd82ae51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-f174c82a-607a-4be7-ac30-512156834841 {
  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(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f174c82a-607a-4be7-ac30-512156834841:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f174c82a-607a-4be7-ac30-512156834841:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f174c82a-607a-4be7-ac30-512156834841-root {
    text-align: center;
  }


#s-f174c82a-607a-4be7-ac30-512156834841.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f174c82a-607a-4be7-ac30-512156834841-root {
    text-align: center;
  }


#s-f174c82a-607a-4be7-ac30-512156834841.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f174c82a-607a-4be7-ac30-512156834841-root {
    text-align: center;
  }


#s-f174c82a-607a-4be7-ac30-512156834841.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f174c82a-607a-4be7-ac30-512156834841-root {
    text-align: center;
  }


#s-f174c82a-607a-4be7-ac30-512156834841.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f174c82a-607a-4be7-ac30-512156834841-root {
    text-align: center;
  }


#s-f174c82a-607a-4be7-ac30-512156834841.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e453bfaa-4056-466b-9ca3-dcfc98005c86 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-e453bfaa-4056-466b-9ca3-dcfc98005c86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e453bfaa-4056-466b-9ca3-dcfc98005c86 {
  cursor: pointer;
}#s-e453bfaa-4056-466b-9ca3-dcfc98005c86.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  margin-left: auto;
margin-right: auto;
max-width: 2968px;
aspect-ratio: 2968/1122;
text-align: center;
}
@media (min-width: 1200px){#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  display: none;
}
#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1, #wrap-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1, #wrap-content-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  display: none;
}
#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1, #wrap-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1, #wrap-content-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  display: none;
}
#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1, #wrap-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1, #wrap-content-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 { display: none !important; }}
#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }

    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-link {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
  box-sizing: border-box;
}



.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
      --shg-aspect-ratio: calc(2968/1122); 
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
      position: relative;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

@media (min-width: 1200px){#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }

    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-link {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
  box-sizing: border-box;
}



.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
      --shg-aspect-ratio: calc(2968/1122); 
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
      position: relative;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }

    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-link {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
  box-sizing: border-box;
}



.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
      --shg-aspect-ratio: calc(2968/1122); 
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
      position: relative;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }

    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-link {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
  box-sizing: border-box;
}



.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
      --shg-aspect-ratio: calc(2968/1122); 
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
      position: relative;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}@media (max-width: 767px){#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }

    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-link {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
  box-sizing: border-box;
}



.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
      --shg-aspect-ratio: calc(2968/1122); 
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
      position: relative;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}
#s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 2968px;
aspect-ratio: 2968/742;
text-align: center;
}
@media (max-width: 767px){#s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  display: none;
}
#s-426e9ace-5575-45d7-b802-5243a04ecd97, #wrap-s-426e9ace-5575-45d7-b802-5243a04ecd97, #wrap-content-s-426e9ace-5575-45d7-b802-5243a04ecd97 { display: none !important; }}
#s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  margin: 0 !important;
  overflow: visible;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 30px;
}

.shg-image-content-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add background color handling */
  
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }

    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-link {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
  box-sizing: border-box;
}



.s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-426e9ace-5575-45d7-b802-5243a04ecd97 {
      --shg-aspect-ratio: calc(2968/742); 
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
      position: relative;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

@media (min-width: 1200px){#s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  margin: 0 !important;
  overflow: visible;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add background color handling */
  
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }

    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-link {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
  box-sizing: border-box;
}



.s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-426e9ace-5575-45d7-b802-5243a04ecd97 {
      --shg-aspect-ratio: calc(2968/742); 
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
      position: relative;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  margin: 0 !important;
  overflow: visible;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add background color handling */
  
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }

    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-link {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
  box-sizing: border-box;
}



.s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-426e9ace-5575-45d7-b802-5243a04ecd97 {
      --shg-aspect-ratio: calc(2968/742); 
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
      position: relative;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  margin: 0 !important;
  overflow: visible;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add background color handling */
  
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }

    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-link {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
  box-sizing: border-box;
}



.s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-426e9ace-5575-45d7-b802-5243a04ecd97 {
      --shg-aspect-ratio: calc(2968/742); 
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
      position: relative;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}@media (max-width: 767px){#s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  margin: 0 !important;
  overflow: visible;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add background color handling */
  
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }

    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-link {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
  box-sizing: border-box;
}



.s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-426e9ace-5575-45d7-b802-5243a04ecd97 {
      --shg-aspect-ratio: calc(2968/742); 
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
      position: relative;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}
#s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183 {
  margin-top: 9px;
margin-left: 6%;
margin-bottom: 3px;
margin-right: 6%;
}
@media (max-width: 767px){#s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183 {
  display: none;
}
#s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183, #wrap-s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183, #wrap-content-s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183 { display: none !important; }}
@media (min-width: 0px) {
[id="s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-68b9fc39-3d4d-4f57-bbbc-97a39f09215e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-68b9fc39-3d4d-4f57-bbbc-97a39f09215e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68b9fc39-3d4d-4f57-bbbc-97a39f09215e {
  cursor: pointer;
}#s-68b9fc39-3d4d-4f57-bbbc-97a39f09215e.shg-box.shg-c {
  justify-content: center;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  margin: 0 !important;
  overflow: visible;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add background color handling */
  
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
  box-sizing: border-box;
}



.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
      position: relative;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  margin: 0 !important;
  overflow: visible;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add background color handling */
  
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
  box-sizing: border-box;
}



.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
      position: relative;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  margin: 0 !important;
  overflow: visible;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add background color handling */
  
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
  box-sizing: border-box;
}



.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
      position: relative;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  margin: 0 !important;
  overflow: visible;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add background color handling */
  
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
  box-sizing: border-box;
}



.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
      position: relative;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  margin: 0 !important;
  overflow: visible;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add background color handling */
  
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
  box-sizing: border-box;
}



.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
      position: relative;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-4729292d-9a50-4f6d-9cae-b886d72f23a7 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-616d62ba-b6ef-4415-ad03-dc4711286a6f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-616d62ba-b6ef-4415-ad03-dc4711286a6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-616d62ba-b6ef-4415-ad03-dc4711286a6f {
  cursor: pointer;
}#s-616d62ba-b6ef-4415-ad03-dc4711286a6f.shg-box.shg-c {
  justify-content: center;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  margin: 0 !important;
  overflow: visible;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add background color handling */
  
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
  box-sizing: border-box;
}



.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
      position: relative;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  margin: 0 !important;
  overflow: visible;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add background color handling */
  
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
  box-sizing: border-box;
}



.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
      position: relative;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  margin: 0 !important;
  overflow: visible;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add background color handling */
  
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
  box-sizing: border-box;
}



.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
      position: relative;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  margin: 0 !important;
  overflow: visible;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add background color handling */
  
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
  box-sizing: border-box;
}



.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
      position: relative;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  margin: 0 !important;
  overflow: visible;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add background color handling */
  
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
  box-sizing: border-box;
}



.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
      position: relative;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-c92abe13-fa0b-4b20-922e-889a8f856b40 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-d928ea40-4b65-4409-8f3b-64b323984c66 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d928ea40-4b65-4409-8f3b-64b323984c66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d928ea40-4b65-4409-8f3b-64b323984c66 {
  cursor: pointer;
}#s-d928ea40-4b65-4409-8f3b-64b323984c66.shg-box.shg-c {
  justify-content: center;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  margin: 0 !important;
  overflow: visible;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add background color handling */
  
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
  box-sizing: border-box;
}



.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
      position: relative;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  margin: 0 !important;
  overflow: visible;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add background color handling */
  
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
  box-sizing: border-box;
}



.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
      position: relative;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  margin: 0 !important;
  overflow: visible;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add background color handling */
  
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
  box-sizing: border-box;
}



.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
      position: relative;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  margin: 0 !important;
  overflow: visible;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add background color handling */
  
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
  box-sizing: border-box;
}



.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
      position: relative;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  margin: 0 !important;
  overflow: visible;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add background color handling */
  
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
  box-sizing: border-box;
}



.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
      position: relative;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-7e336b92-7cbc-483b-b9fb-056a4dc5ad29 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d {
  margin-top: 12px;
margin-left: 6%;
margin-bottom: 3px;
margin-right: 6%;
}
@media (max-width: 767px){#s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d {
  display: none;
}
#s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d, #wrap-s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d, #wrap-content-s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d { display: none !important; }}
@media (min-width: 0px) {
[id="s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-55e9a99b-536d-4c58-9a0a-6c56983ff6a2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-55e9a99b-536d-4c58-9a0a-6c56983ff6a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55e9a99b-536d-4c58-9a0a-6c56983ff6a2 {
  cursor: pointer;
}#s-55e9a99b-536d-4c58-9a0a-6c56983ff6a2.shg-box.shg-c {
  justify-content: center;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  margin: 0 !important;
  overflow: visible;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add background color handling */
  
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
  box-sizing: border-box;
}



.s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27ab10d5-db59-4379-8253-b5c1d912f806 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
      position: relative;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  margin: 0 !important;
  overflow: visible;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add background color handling */
  
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
  box-sizing: border-box;
}



.s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27ab10d5-db59-4379-8253-b5c1d912f806 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
      position: relative;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  margin: 0 !important;
  overflow: visible;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add background color handling */
  
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
  box-sizing: border-box;
}



.s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27ab10d5-db59-4379-8253-b5c1d912f806 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
      position: relative;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  margin: 0 !important;
  overflow: visible;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add background color handling */
  
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
  box-sizing: border-box;
}



.s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27ab10d5-db59-4379-8253-b5c1d912f806 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
      position: relative;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  margin: 0 !important;
  overflow: visible;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add background color handling */
  
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
  box-sizing: border-box;
}



.s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27ab10d5-db59-4379-8253-b5c1d912f806 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
      position: relative;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-c5bf3c59-9218-40dd-812b-dba8193d6353 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-0c215712-f9aa-4798-b6b6-cad0b6ae0869 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0c215712-f9aa-4798-b6b6-cad0b6ae0869 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c215712-f9aa-4798-b6b6-cad0b6ae0869 {
  cursor: pointer;
}#s-0c215712-f9aa-4798-b6b6-cad0b6ae0869.shg-box.shg-c {
  justify-content: center;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
  box-sizing: border-box;
}



.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
      position: relative;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
  box-sizing: border-box;
}



.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
      position: relative;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
  box-sizing: border-box;
}



.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
      position: relative;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
  box-sizing: border-box;
}



.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
      position: relative;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
  box-sizing: border-box;
}



.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
      position: relative;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-05fa2adc-379f-44f5-b62f-8a169ab63c34 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-d95b4fa6-2fa1-4f32-b3e3-633b2140448e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d95b4fa6-2fa1-4f32-b3e3-633b2140448e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d95b4fa6-2fa1-4f32-b3e3-633b2140448e {
  cursor: pointer;
}#s-d95b4fa6-2fa1-4f32-b3e3-633b2140448e.shg-box.shg-c {
  justify-content: center;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
  box-sizing: border-box;
}



.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
      position: relative;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
  box-sizing: border-box;
}



.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
      position: relative;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
  box-sizing: border-box;
}



.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
      position: relative;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
  box-sizing: border-box;
}



.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
      position: relative;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
  box-sizing: border-box;
}



.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
      position: relative;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-33801131-4ce8-476f-b4d4-a77a17272d7a {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 4px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df {
  display: none;
}
#s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df, #wrap-s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df, #wrap-content-s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df {
  display: none;
}
#s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df, #wrap-s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df, #wrap-content-s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df {
  display: none;
}
#s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df, #wrap-s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df, #wrap-content-s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df { display: none !important; }}
@media (min-width: 0px) {
[id="s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-884d49b1-2f78-4750-a5be-153547d4e0a0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-884d49b1-2f78-4750-a5be-153547d4e0a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-884d49b1-2f78-4750-a5be-153547d4e0a0 {
  cursor: pointer;
}#s-884d49b1-2f78-4750-a5be-153547d4e0a0.shg-box.shg-c {
  justify-content: center;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  margin: 0 !important;
  overflow: visible;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add background color handling */
  
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
  box-sizing: border-box;
}



.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
      position: relative;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  margin: 0 !important;
  overflow: visible;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add background color handling */
  
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
  box-sizing: border-box;
}



.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
      position: relative;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  margin: 0 !important;
  overflow: visible;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add background color handling */
  
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
  box-sizing: border-box;
}



.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
      position: relative;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  margin: 0 !important;
  overflow: visible;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add background color handling */
  
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
  box-sizing: border-box;
}



.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
      position: relative;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  margin: 0 !important;
  overflow: visible;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add background color handling */
  
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
  box-sizing: border-box;
}



.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
      position: relative;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-c42965a8-508d-4358-8aa1-2fa2e95323e9 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-91fd768e-6997-4db8-86fd-59c1c9521d54 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-91fd768e-6997-4db8-86fd-59c1c9521d54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91fd768e-6997-4db8-86fd-59c1c9521d54 {
  cursor: pointer;
}#s-91fd768e-6997-4db8-86fd-59c1c9521d54.shg-box.shg-c {
  justify-content: center;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  margin: 0 !important;
  overflow: visible;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add background color handling */
  
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
  box-sizing: border-box;
}



.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
      position: relative;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  margin: 0 !important;
  overflow: visible;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add background color handling */
  
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
  box-sizing: border-box;
}



.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
      position: relative;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  margin: 0 !important;
  overflow: visible;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add background color handling */
  
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
  box-sizing: border-box;
}



.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
      position: relative;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  margin: 0 !important;
  overflow: visible;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add background color handling */
  
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
  box-sizing: border-box;
}



.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
      position: relative;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  margin: 0 !important;
  overflow: visible;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add background color handling */
  
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
  box-sizing: border-box;
}



.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
      position: relative;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-eaa66631-ffd7-4371-b94d-edc172db5d59 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 4px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb {
  display: none;
}
#s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb, #wrap-s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb, #wrap-content-s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb {
  display: none;
}
#s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb, #wrap-s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb, #wrap-content-s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb {
  display: none;
}
#s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb, #wrap-s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb, #wrap-content-s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb { display: none !important; }}
@media (min-width: 0px) {
[id="s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fb830d08-fba5-43d3-a546-bda306041f47 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fb830d08-fba5-43d3-a546-bda306041f47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb830d08-fba5-43d3-a546-bda306041f47 {
  cursor: pointer;
}#s-fb830d08-fba5-43d3-a546-bda306041f47.shg-box.shg-c {
  justify-content: center;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
  box-sizing: border-box;
}



.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
      position: relative;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
  box-sizing: border-box;
}



.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
      position: relative;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
  box-sizing: border-box;
}



.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
      position: relative;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
  box-sizing: border-box;
}



.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
      position: relative;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
  box-sizing: border-box;
}



.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
      position: relative;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-6c9f8237-2d13-4607-b6b1-15cd0ba3bf0c {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-3ba5e509-ca42-4281-abf6-46594ba9c735 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3ba5e509-ca42-4281-abf6-46594ba9c735 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ba5e509-ca42-4281-abf6-46594ba9c735 {
  cursor: pointer;
}#s-3ba5e509-ca42-4281-abf6-46594ba9c735.shg-box.shg-c {
  justify-content: center;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  margin: 0 !important;
  overflow: visible;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add background color handling */
  
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
  box-sizing: border-box;
}



.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
      position: relative;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  margin: 0 !important;
  overflow: visible;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add background color handling */
  
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
  box-sizing: border-box;
}



.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
      position: relative;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  margin: 0 !important;
  overflow: visible;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add background color handling */
  
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
  box-sizing: border-box;
}



.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
      position: relative;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  margin: 0 !important;
  overflow: visible;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add background color handling */
  
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
  box-sizing: border-box;
}



.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
      position: relative;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  margin: 0 !important;
  overflow: visible;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add background color handling */
  
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
  box-sizing: border-box;
}



.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
      position: relative;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-cee146a5-a729-47e8-b264-96ee1c2db5a9 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-9b28866c-ee39-4fe9-b248-59b553836d9e {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 4px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-9b28866c-ee39-4fe9-b248-59b553836d9e {
  display: none;
}
#s-9b28866c-ee39-4fe9-b248-59b553836d9e, #wrap-s-9b28866c-ee39-4fe9-b248-59b553836d9e, #wrap-content-s-9b28866c-ee39-4fe9-b248-59b553836d9e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b28866c-ee39-4fe9-b248-59b553836d9e {
  display: none;
}
#s-9b28866c-ee39-4fe9-b248-59b553836d9e, #wrap-s-9b28866c-ee39-4fe9-b248-59b553836d9e, #wrap-content-s-9b28866c-ee39-4fe9-b248-59b553836d9e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b28866c-ee39-4fe9-b248-59b553836d9e {
  display: none;
}
#s-9b28866c-ee39-4fe9-b248-59b553836d9e, #wrap-s-9b28866c-ee39-4fe9-b248-59b553836d9e, #wrap-content-s-9b28866c-ee39-4fe9-b248-59b553836d9e { display: none !important; }}
@media (min-width: 0px) {
[id="s-9b28866c-ee39-4fe9-b248-59b553836d9e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9b28866c-ee39-4fe9-b248-59b553836d9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9b28866c-ee39-4fe9-b248-59b553836d9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b28866c-ee39-4fe9-b248-59b553836d9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d727528c-e38f-4566-ba1d-6ead8dcaa0f5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d727528c-e38f-4566-ba1d-6ead8dcaa0f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d727528c-e38f-4566-ba1d-6ead8dcaa0f5 {
  cursor: pointer;
}#s-d727528c-e38f-4566-ba1d-6ead8dcaa0f5.shg-box.shg-c {
  justify-content: center;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
  box-sizing: border-box;
}



.s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f9004-fd87-468a-88e4-2cedab62c737 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
      position: relative;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
  box-sizing: border-box;
}



.s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f9004-fd87-468a-88e4-2cedab62c737 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
      position: relative;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
  box-sizing: border-box;
}



.s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f9004-fd87-468a-88e4-2cedab62c737 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
      position: relative;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
  box-sizing: border-box;
}



.s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f9004-fd87-468a-88e4-2cedab62c737 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
      position: relative;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
  box-sizing: border-box;
}



.s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f9004-fd87-468a-88e4-2cedab62c737 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
      position: relative;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-8007ae50-6e4a-49a2-ab87-fd86326a373d {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-175e0026-e1ff-4de3-abf6-a7489dbe1ff8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-175e0026-e1ff-4de3-abf6-a7489dbe1ff8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-175e0026-e1ff-4de3-abf6-a7489dbe1ff8 {
  cursor: pointer;
}#s-175e0026-e1ff-4de3-abf6-a7489dbe1ff8.shg-box.shg-c {
  justify-content: center;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  margin: 0 !important;
  overflow: visible;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add background color handling */
  
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-content {
  
    justify-content: center;
  
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
  box-sizing: border-box;
}



.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
      position: relative;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  margin: 0 !important;
  overflow: visible;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add background color handling */
  
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-content {
  
    justify-content: center;
  
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
  box-sizing: border-box;
}



.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
      position: relative;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  margin: 0 !important;
  overflow: visible;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add background color handling */
  
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-content {
  
    justify-content: center;
  
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
  box-sizing: border-box;
}



.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
      position: relative;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  margin: 0 !important;
  overflow: visible;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add background color handling */
  
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-content {
  
    justify-content: center;
  
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
  box-sizing: border-box;
}



.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
      position: relative;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  margin: 0 !important;
  overflow: visible;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add background color handling */
  
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-content {
  
    justify-content: center;
  
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
  box-sizing: border-box;
}



.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
      position: relative;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-93f00806-f808-43c1-9cdc-120a7223548f {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a {
  margin-top: 16px;
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(152, 53, 150, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a:hover {background-color: rgba(152, 53, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a-root {
    text-align: center;
  }


#s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a-root {
    text-align: center;
  }


#s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a-root {
    text-align: center;
  }


#s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a-root {
    text-align: center;
  }


#s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a-root {
    text-align: center;
  }


#s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c2d778b1-5ab2-4e94-8429-dc678ceb49ba {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-c2d778b1-5ab2-4e94-8429-dc678ceb49ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2d778b1-5ab2-4e94-8429-dc678ceb49ba.shg-box.shg-c {
  justify-content: center;
}

#s-c92284bd-8e9e-4a58-afc9-0326d364fd69 {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-c92284bd-8e9e-4a58-afc9-0326d364fd69 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-c92284bd-8e9e-4a58-afc9-0326d364fd69 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-c92284bd-8e9e-4a58-afc9-0326d364fd69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c92284bd-8e9e-4a58-afc9-0326d364fd69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c92284bd-8e9e-4a58-afc9-0326d364fd69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c92284bd-8e9e-4a58-afc9-0326d364fd69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4646e1d9-3313-4957-91b7-1f2c6a945aa7 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-4646e1d9-3313-4957-91b7-1f2c6a945aa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4646e1d9-3313-4957-91b7-1f2c6a945aa7 {
  cursor: pointer;
}#s-4646e1d9-3313-4957-91b7-1f2c6a945aa7.shg-box.shg-c {
  justify-content: center;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/1059;
text-align: center;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
  box-sizing: border-box;
}



.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
      position: relative;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
  box-sizing: border-box;
}



.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
      position: relative;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 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-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
  box-sizing: border-box;
}



.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
      position: relative;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 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-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
  box-sizing: border-box;
}



.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
      position: relative;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
  box-sizing: border-box;
}



.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
      position: relative;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-5a7f133c-edd5-44e7-937f-c681040275fd {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 9px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a7f133c-edd5-44e7-937f-c681040275fd {
  display: none;
}
#s-5a7f133c-edd5-44e7-937f-c681040275fd, #wrap-s-5a7f133c-edd5-44e7-937f-c681040275fd, #wrap-content-s-5a7f133c-edd5-44e7-937f-c681040275fd { display: none !important; }}
#s-5a7f133c-edd5-44e7-937f-c681040275fd .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-d7c65bb3-e52d-42f8-820a-511a98d112cd {
  margin-left: auto;
margin-right: auto;
padding-top: 9px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 1200px){#s-d7c65bb3-e52d-42f8-820a-511a98d112cd {
  display: none;
}
#s-d7c65bb3-e52d-42f8-820a-511a98d112cd, #wrap-s-d7c65bb3-e52d-42f8-820a-511a98d112cd, #wrap-content-s-d7c65bb3-e52d-42f8-820a-511a98d112cd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7c65bb3-e52d-42f8-820a-511a98d112cd {
  display: none;
}
#s-d7c65bb3-e52d-42f8-820a-511a98d112cd, #wrap-s-d7c65bb3-e52d-42f8-820a-511a98d112cd, #wrap-content-s-d7c65bb3-e52d-42f8-820a-511a98d112cd { display: none !important; }}@media (max-width: 767px){#s-d7c65bb3-e52d-42f8-820a-511a98d112cd {
  display: none;
}
#s-d7c65bb3-e52d-42f8-820a-511a98d112cd, #wrap-s-d7c65bb3-e52d-42f8-820a-511a98d112cd, #wrap-content-s-d7c65bb3-e52d-42f8-820a-511a98d112cd { display: none !important; }}
#s-d7c65bb3-e52d-42f8-820a-511a98d112cd .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0 {
  display: none;
}
#s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0, #wrap-s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0, #wrap-content-s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0 {
  display: none;
}
#s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0, #wrap-s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0, #wrap-content-s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0 { display: none !important; }}@media (max-width: 767px){#s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0 {
  display: none;
}
#s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0, #wrap-s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0, #wrap-content-s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0 { display: none !important; }}
#s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}



#s-e4e8aa5c-1a3b-4bfc-8775-280e71c20816 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e4e8aa5c-1a3b-4bfc-8775-280e71c20816 {
  display: none;
}
#s-e4e8aa5c-1a3b-4bfc-8775-280e71c20816, #wrap-s-e4e8aa5c-1a3b-4bfc-8775-280e71c20816, #wrap-content-s-e4e8aa5c-1a3b-4bfc-8775-280e71c20816 { display: none !important; }}
#s-e4e8aa5c-1a3b-4bfc-8775-280e71c20816 .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-96462863-40f5-4e0b-a421-1eb7529be804 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-left: 28px;
padding-bottom: 8px;
padding-right: 28px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.5em;
}
#s-96462863-40f5-4e0b-a421-1eb7529be804:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-96462863-40f5-4e0b-a421-1eb7529be804:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-96462863-40f5-4e0b-a421-1eb7529be804-root {
    text-align: center;
  }


#s-96462863-40f5-4e0b-a421-1eb7529be804.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-96462863-40f5-4e0b-a421-1eb7529be804-root {
    text-align: center;
  }


#s-96462863-40f5-4e0b-a421-1eb7529be804.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96462863-40f5-4e0b-a421-1eb7529be804-root {
    text-align: center;
  }


#s-96462863-40f5-4e0b-a421-1eb7529be804.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96462863-40f5-4e0b-a421-1eb7529be804-root {
    text-align: center;
  }


#s-96462863-40f5-4e0b-a421-1eb7529be804.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-96462863-40f5-4e0b-a421-1eb7529be804-root {
    text-align: center;
  }


#s-96462863-40f5-4e0b-a421-1eb7529be804.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-0be30697-d3dd-4ec7-a645-7c1d0614192c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-0be30697-d3dd-4ec7-a645-7c1d0614192c {
  display: none;
}
#s-0be30697-d3dd-4ec7-a645-7c1d0614192c, #wrap-s-0be30697-d3dd-4ec7-a645-7c1d0614192c, #wrap-content-s-0be30697-d3dd-4ec7-a645-7c1d0614192c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0be30697-d3dd-4ec7-a645-7c1d0614192c {
  display: none;
}
#s-0be30697-d3dd-4ec7-a645-7c1d0614192c, #wrap-s-0be30697-d3dd-4ec7-a645-7c1d0614192c, #wrap-content-s-0be30697-d3dd-4ec7-a645-7c1d0614192c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0be30697-d3dd-4ec7-a645-7c1d0614192c {
  display: none;
}
#s-0be30697-d3dd-4ec7-a645-7c1d0614192c, #wrap-s-0be30697-d3dd-4ec7-a645-7c1d0614192c, #wrap-content-s-0be30697-d3dd-4ec7-a645-7c1d0614192c { display: none !important; }}
#s-0be30697-d3dd-4ec7-a645-7c1d0614192c hr {
  border-top: 2px solid #ddd;
}

#s-73202e07-1945-4a51-9c5a-5bb04042f6ff {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
min-height: 50px;
}








#s-73202e07-1945-4a51-9c5a-5bb04042f6ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73202e07-1945-4a51-9c5a-5bb04042f6ff {
  cursor: pointer;
}#s-73202e07-1945-4a51-9c5a-5bb04042f6ff.shg-box.shg-c {
  justify-content: center;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/1059;
text-align: center;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  margin: 0 !important;
  overflow: visible;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add background color handling */
  
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-content {
  
    justify-content: center;
  
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
  box-sizing: border-box;
}



.s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72dfa60e-1b93-43db-a8c9-152d6316079c {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
      position: relative;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  margin: 0 !important;
  overflow: visible;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add background color handling */
  
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-content {
  
    justify-content: center;
  
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
  box-sizing: border-box;
}



.s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72dfa60e-1b93-43db-a8c9-152d6316079c {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
      position: relative;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c 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-72dfa60e-1b93-43db-a8c9-152d6316079c {
  margin: 0 !important;
  overflow: visible;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add background color handling */
  
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-content {
  
    justify-content: center;
  
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
  box-sizing: border-box;
}



.s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72dfa60e-1b93-43db-a8c9-152d6316079c {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
      position: relative;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c 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-72dfa60e-1b93-43db-a8c9-152d6316079c {
  margin: 0 !important;
  overflow: visible;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add background color handling */
  
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-content {
  
    justify-content: center;
  
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
  box-sizing: border-box;
}



.s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72dfa60e-1b93-43db-a8c9-152d6316079c {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
      position: relative;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  margin: 0 !important;
  overflow: visible;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add background color handling */
  
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-content {
  
    justify-content: center;
  
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
  box-sizing: border-box;
}



.s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72dfa60e-1b93-43db-a8c9-152d6316079c {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
      position: relative;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-14f50d6a-0b2d-4545-a915-cc8cfd70e0ce {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 9px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-14f50d6a-0b2d-4545-a915-cc8cfd70e0ce {
  display: none;
}
#s-14f50d6a-0b2d-4545-a915-cc8cfd70e0ce, #wrap-s-14f50d6a-0b2d-4545-a915-cc8cfd70e0ce, #wrap-content-s-14f50d6a-0b2d-4545-a915-cc8cfd70e0ce { display: none !important; }}
#s-14f50d6a-0b2d-4545-a915-cc8cfd70e0ce .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-065c27c0-43d0-4940-9d94-a4f418b27696 {
  margin-left: auto;
margin-right: auto;
padding-top: 9px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 1200px){#s-065c27c0-43d0-4940-9d94-a4f418b27696 {
  display: none;
}
#s-065c27c0-43d0-4940-9d94-a4f418b27696, #wrap-s-065c27c0-43d0-4940-9d94-a4f418b27696, #wrap-content-s-065c27c0-43d0-4940-9d94-a4f418b27696 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-065c27c0-43d0-4940-9d94-a4f418b27696 {
  display: none;
}
#s-065c27c0-43d0-4940-9d94-a4f418b27696, #wrap-s-065c27c0-43d0-4940-9d94-a4f418b27696, #wrap-content-s-065c27c0-43d0-4940-9d94-a4f418b27696 { display: none !important; }}@media (max-width: 767px){#s-065c27c0-43d0-4940-9d94-a4f418b27696 {
  display: none;
}
#s-065c27c0-43d0-4940-9d94-a4f418b27696, #wrap-s-065c27c0-43d0-4940-9d94-a4f418b27696, #wrap-content-s-065c27c0-43d0-4940-9d94-a4f418b27696 { display: none !important; }}
#s-065c27c0-43d0-4940-9d94-a4f418b27696 .shogun-heading-component h1 {
  color: rgba(236, 90, 30, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc {
  display: none;
}
#s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc, #wrap-s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc, #wrap-content-s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc {
  display: none;
}
#s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc, #wrap-s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc, #wrap-content-s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc { display: none !important; }}@media (max-width: 767px){#s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc {
  display: none;
}
#s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc, #wrap-s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc, #wrap-content-s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc { display: none !important; }}
#s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}



#s-3136df30-3a98-4c58-9069-0b5ddbf8f273 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3136df30-3a98-4c58-9069-0b5ddbf8f273 {
  display: none;
}
#s-3136df30-3a98-4c58-9069-0b5ddbf8f273, #wrap-s-3136df30-3a98-4c58-9069-0b5ddbf8f273, #wrap-content-s-3136df30-3a98-4c58-9069-0b5ddbf8f273 { display: none !important; }}
#s-3136df30-3a98-4c58-9069-0b5ddbf8f273 .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-824cc197-0238-49b9-9d35-501e56951224 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-left: 28px;
padding-bottom: 8px;
padding-right: 28px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.5em;
}
#s-824cc197-0238-49b9-9d35-501e56951224:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-824cc197-0238-49b9-9d35-501e56951224:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-824cc197-0238-49b9-9d35-501e56951224-root {
    text-align: center;
  }


#s-824cc197-0238-49b9-9d35-501e56951224.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-824cc197-0238-49b9-9d35-501e56951224-root {
    text-align: center;
  }


#s-824cc197-0238-49b9-9d35-501e56951224.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-824cc197-0238-49b9-9d35-501e56951224-root {
    text-align: center;
  }


#s-824cc197-0238-49b9-9d35-501e56951224.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-824cc197-0238-49b9-9d35-501e56951224-root {
    text-align: center;
  }


#s-824cc197-0238-49b9-9d35-501e56951224.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-824cc197-0238-49b9-9d35-501e56951224-root {
    text-align: center;
  }


#s-824cc197-0238-49b9-9d35-501e56951224.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b05bc9da-07b4-4526-bae7-4da2ceee3eb3 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-b05bc9da-07b4-4526-bae7-4da2ceee3eb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b05bc9da-07b4-4526-bae7-4da2ceee3eb3.shg-box.shg-c {
  justify-content: center;
}

#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shg-box.shg-c {
  justify-content: center;
}

#s-620bde0f-8a41-44d6-a619-943ffca456b9 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-620bde0f-8a41-44d6-a619-943ffca456b9 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  line-height: 1em;
  
  
}



#s-5ce41b61-494e-4142-9aeb-4e2cf7d829f7 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: -6px;
margin-right: auto;
}
@media (max-width: 767px){#s-5ce41b61-494e-4142-9aeb-4e2cf7d829f7 {
  margin-left: 6%;
margin-right: 7%;
}
}
#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a {
  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(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a-root {
    text-align: center;
  }


#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a-root {
    text-align: center;
  }


#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a-root {
    text-align: center;
  }


#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a-root {
    text-align: center;
  }


#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a-root {
    text-align: center;
  }


#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f7037eb3-9fc4-4bc5-ace8-56e0b4ed05ca {
  text-align: center;
}

#s-bd20d936-45fa-4f02-9e2a-15491e1276f3 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bd20d936-45fa-4f02-9e2a-15491e1276f3 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-bd20d936-45fa-4f02-9e2a-15491e1276f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd20d936-45fa-4f02-9e2a-15491e1276f3.shg-box.shg-c {
  justify-content: center;
}

#s-a9e40c96-b4f9-43d6-a220-fe2d2e3e4e10 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-dcc23d25-3164-4c84-bbfd-3d8cac27b961 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (max-width: 767px){#s-dcc23d25-3164-4c84-bbfd-3d8cac27b961 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-dcc23d25-3164-4c84-bbfd-3d8cac27b961 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dcc23d25-3164-4c84-bbfd-3d8cac27b961.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cec253f0-a0ee-44fb-8dce-bd26f917f1ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 3.0px);
}

}

@media (min-width: 768px) {
[id="s-cec253f0-a0ee-44fb-8dce-bd26f917f1ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.5px);
}

}

@media (min-width: 992px) {
[id="s-cec253f0-a0ee-44fb-8dce-bd26f917f1ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.5px);
}

}

@media (min-width: 1200px) {
[id="s-cec253f0-a0ee-44fb-8dce-bd26f917f1ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.5px);
}

}

#s-928936db-936b-4f66-8e7b-b20a045aeb38 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-928936db-936b-4f66-8e7b-b20a045aeb38 {
  background-image: url();
}








#s-928936db-936b-4f66-8e7b-b20a045aeb38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-928936db-936b-4f66-8e7b-b20a045aeb38 {
  cursor: pointer;
}#s-928936db-936b-4f66-8e7b-b20a045aeb38.shg-box.shg-c {
  justify-content: flex-start;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  margin: 0 !important;
  overflow: visible;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add background color handling */
  
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
  box-sizing: border-box;
}



.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
      position: relative;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  margin: 0 !important;
  overflow: visible;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add background color handling */
  
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
  box-sizing: border-box;
}



.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
      position: relative;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  margin: 0 !important;
  overflow: visible;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add background color handling */
  
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
  box-sizing: border-box;
}



.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
      position: relative;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  margin: 0 !important;
  overflow: visible;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add background color handling */
  
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
  box-sizing: border-box;
}



.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
      position: relative;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  margin: 0 !important;
  overflow: visible;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add background color handling */
  
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
  box-sizing: border-box;
}



.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
      position: relative;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  margin-left: 21%;
margin-bottom: 4px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
  box-sizing: border-box;
}



.s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
      position: relative;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
  box-sizing: border-box;
}



.s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
      position: relative;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
  box-sizing: border-box;
}



.s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
      position: relative;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
  box-sizing: border-box;
}



.s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
      position: relative;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
  box-sizing: border-box;
}



.s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
      position: relative;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-e5324bac-0e01-4af5-b4ad-3aefb04df2c4 {
  margin-left: 0%;
margin-right: 0%;
}

#s-35b4acee-99b6-4b11-84cd-dbad135f4840 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-35b4acee-99b6-4b11-84cd-dbad135f4840 {
  background-image: url();
}








#s-35b4acee-99b6-4b11-84cd-dbad135f4840 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35b4acee-99b6-4b11-84cd-dbad135f4840 {
  cursor: pointer;
}#s-35b4acee-99b6-4b11-84cd-dbad135f4840.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
  box-sizing: border-box;
}



.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
      position: relative;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
  box-sizing: border-box;
}



.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
      position: relative;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
  box-sizing: border-box;
}



.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
      position: relative;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
  box-sizing: border-box;
}



.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
      position: relative;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
  box-sizing: border-box;
}



.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
      position: relative;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  margin-left: 21%;
margin-bottom: 4px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  margin: 0 !important;
  overflow: visible;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add background color handling */
  
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
  box-sizing: border-box;
}



.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
      position: relative;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  margin: 0 !important;
  overflow: visible;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add background color handling */
  
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
  box-sizing: border-box;
}



.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
      position: relative;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  margin: 0 !important;
  overflow: visible;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add background color handling */
  
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
  box-sizing: border-box;
}



.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
      position: relative;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  margin: 0 !important;
  overflow: visible;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add background color handling */
  
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
  box-sizing: border-box;
}



.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
      position: relative;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  margin: 0 !important;
  overflow: visible;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add background color handling */
  
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
  box-sizing: border-box;
}



.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
      position: relative;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-fb11d71a-55ee-4cd6-8459-d91a6b4298dc {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-fb11d71a-55ee-4cd6-8459-d91a6b4298dc {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-e596830a-68e4-4ac4-9d18-844c42288814 {
  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-e596830a-68e4-4ac4-9d18-844c42288814 {
  background-image: url();
}








#s-e596830a-68e4-4ac4-9d18-844c42288814 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e596830a-68e4-4ac4-9d18-844c42288814 {
  cursor: pointer;
}#s-e596830a-68e4-4ac4-9d18-844c42288814.shg-box.shg-c {
  justify-content: flex-start;
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
  margin: 0 !important;
  overflow: visible;
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
  /* Add background color handling */
  
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792 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: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76bdd907-6dcf-4407-87bc-614f8afbd792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image {
  box-sizing: border-box;
}



.s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container {
      position: relative;
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
  margin: 0 !important;
  overflow: visible;
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
  /* Add background color handling */
  
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76bdd907-6dcf-4407-87bc-614f8afbd792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image {
  box-sizing: border-box;
}



.s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container {
      position: relative;
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
  margin: 0 !important;
  overflow: visible;
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
  /* Add background color handling */
  
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76bdd907-6dcf-4407-87bc-614f8afbd792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image {
  box-sizing: border-box;
}



.s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container {
      position: relative;
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
  margin: 0 !important;
  overflow: visible;
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
  /* Add background color handling */
  
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76bdd907-6dcf-4407-87bc-614f8afbd792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image {
  box-sizing: border-box;
}



.s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container {
      position: relative;
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
  margin: 0 !important;
  overflow: visible;
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
  /* Add background color handling */
  
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-76bdd907-6dcf-4407-87bc-614f8afbd792 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76bdd907-6dcf-4407-87bc-614f8afbd792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image {
  box-sizing: border-box;
}



.s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76bdd907-6dcf-4407-87bc-614f8afbd792 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container {
      position: relative;
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76bdd907-6dcf-4407-87bc-614f8afbd792 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
  margin-left: 21%;
margin-bottom: 4px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
  margin: 0 !important;
  overflow: visible;
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
  /* Add background color handling */
  
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image {
  box-sizing: border-box;
}



.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container {
      position: relative;
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
  margin: 0 !important;
  overflow: visible;
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
  /* Add background color handling */
  
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image {
  box-sizing: border-box;
}



.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container {
      position: relative;
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb 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-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
  margin: 0 !important;
  overflow: visible;
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
  /* Add background color handling */
  
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image {
  box-sizing: border-box;
}



.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container {
      position: relative;
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb 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-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
  margin: 0 !important;
  overflow: visible;
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
  /* Add background color handling */
  
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image {
  box-sizing: border-box;
}



.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container {
      position: relative;
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
  margin: 0 !important;
  overflow: visible;
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
  /* Add background color handling */
  
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image {
  box-sizing: border-box;
}



.s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container {
      position: relative;
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da720824-c6aa-4d9a-ad84-d7a7425cffcb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-13ac589a-91eb-4511-859a-f78eaf05418d {
  margin-left: 0%;
margin-right: 0%;
}

#s-9e3c0026-06da-4f64-8523-fdd3ed47b543 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-9e3c0026-06da-4f64-8523-fdd3ed47b543 {
  background-image: url();
}








#s-9e3c0026-06da-4f64-8523-fdd3ed47b543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e3c0026-06da-4f64-8523-fdd3ed47b543 {
  cursor: pointer;
}#s-9e3c0026-06da-4f64-8523-fdd3ed47b543.shg-box.shg-c {
  justify-content: flex-start;
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
  margin: 0 !important;
  overflow: visible;
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
  /* Add background color handling */
  
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e 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: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image {
  box-sizing: border-box;
}



.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container {
      position: relative;
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
  margin: 0 !important;
  overflow: visible;
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
  /* Add background color handling */
  
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image {
  box-sizing: border-box;
}



.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container {
      position: relative;
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
  margin: 0 !important;
  overflow: visible;
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
  /* Add background color handling */
  
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image {
  box-sizing: border-box;
}



.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container {
      position: relative;
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
  margin: 0 !important;
  overflow: visible;
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
  /* Add background color handling */
  
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image {
  box-sizing: border-box;
}



.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container {
      position: relative;
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
  margin: 0 !important;
  overflow: visible;
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
  /* Add background color handling */
  
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image {
  box-sizing: border-box;
}



.s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container {
      position: relative;
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37dca7b6-12dc-4a7d-abde-8d711e77ce3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-3027faaf-43c1-494c-af92-22038784a80e {
  margin-left: 21%;
margin-bottom: 4px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-3027faaf-43c1-494c-af92-22038784a80e {
  margin: 0 !important;
  overflow: visible;
}

#s-3027faaf-43c1-494c-af92-22038784a80e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3027faaf-43c1-494c-af92-22038784a80e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-3027faaf-43c1-494c-af92-22038784a80e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add background color handling */
  
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
  box-sizing: border-box;
}



.s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3027faaf-43c1-494c-af92-22038784a80e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
      position: relative;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-3027faaf-43c1-494c-af92-22038784a80e {
  margin: 0 !important;
  overflow: visible;
}

#s-3027faaf-43c1-494c-af92-22038784a80e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3027faaf-43c1-494c-af92-22038784a80e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3027faaf-43c1-494c-af92-22038784a80e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add background color handling */
  
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
  box-sizing: border-box;
}



.s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3027faaf-43c1-494c-af92-22038784a80e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
      position: relative;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3027faaf-43c1-494c-af92-22038784a80e {
  margin: 0 !important;
  overflow: visible;
}

#s-3027faaf-43c1-494c-af92-22038784a80e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3027faaf-43c1-494c-af92-22038784a80e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3027faaf-43c1-494c-af92-22038784a80e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add background color handling */
  
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
  box-sizing: border-box;
}



.s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3027faaf-43c1-494c-af92-22038784a80e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
      position: relative;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3027faaf-43c1-494c-af92-22038784a80e {
  margin: 0 !important;
  overflow: visible;
}

#s-3027faaf-43c1-494c-af92-22038784a80e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3027faaf-43c1-494c-af92-22038784a80e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3027faaf-43c1-494c-af92-22038784a80e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add background color handling */
  
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
  box-sizing: border-box;
}



.s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3027faaf-43c1-494c-af92-22038784a80e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
      position: relative;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-3027faaf-43c1-494c-af92-22038784a80e {
  margin: 0 !important;
  overflow: visible;
}

#s-3027faaf-43c1-494c-af92-22038784a80e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3027faaf-43c1-494c-af92-22038784a80e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3027faaf-43c1-494c-af92-22038784a80e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add background color handling */
  
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
  box-sizing: border-box;
}



.s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3027faaf-43c1-494c-af92-22038784a80e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
      position: relative;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-5657c547-6bed-41b1-a294-62e94c871f6f {
  margin-left: 4%;
margin-right: 4%;
}

#s-635d683c-bb40-41ab-a645-b7cb9aed7ea6 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-635d683c-bb40-41ab-a645-b7cb9aed7ea6 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-635d683c-bb40-41ab-a645-b7cb9aed7ea6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-635d683c-bb40-41ab-a645-b7cb9aed7ea6.shg-box.shg-c {
  justify-content: center;
}

#s-0163126c-e395-46e2-88fa-0639381bd152 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-ab5dbe90-5e6d-473e-a5e7-7aaf4ca38cd9 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (max-width: 767px){#s-ab5dbe90-5e6d-473e-a5e7-7aaf4ca38cd9 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-ab5dbe90-5e6d-473e-a5e7-7aaf4ca38cd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab5dbe90-5e6d-473e-a5e7-7aaf4ca38cd9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-623ff1ea-aa37-46b8-96c2-64910c2deb38"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-623ff1ea-aa37-46b8-96c2-64910c2deb38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-623ff1ea-aa37-46b8-96c2-64910c2deb38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-623ff1ea-aa37-46b8-96c2-64910c2deb38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6eecab43-00a1-40a9-8e74-0e0da9a105cc {
  min-height: 50px;
}








#s-6eecab43-00a1-40a9-8e74-0e0da9a105cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6eecab43-00a1-40a9-8e74-0e0da9a105cc {
  cursor: pointer;
}#s-6eecab43-00a1-40a9-8e74-0e0da9a105cc.shg-box.shg-c {
  justify-content: center;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/682;
text-align: center;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  margin: 0 !important;
  overflow: visible;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add background color handling */
  
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
  box-sizing: border-box;
}


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
      position: relative;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  margin: 0 !important;
  overflow: visible;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add background color handling */
  
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
  box-sizing: border-box;
}


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
      position: relative;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 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-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  margin: 0 !important;
  overflow: visible;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add background color handling */
  
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
  box-sizing: border-box;
}


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
      position: relative;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 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-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  margin: 0 !important;
  overflow: visible;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add background color handling */
  
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
  box-sizing: border-box;
}


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
      position: relative;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  margin: 0 !important;
  overflow: visible;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add background color handling */
  
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
  box-sizing: border-box;
}


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
      position: relative;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-dda29c6d-8f38-42b1-ba8d-d85a9d71e7f1 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-4d24a331-7b4e-4555-80ee-9b535e3b8b53 {
  min-height: 50px;
}








#s-4d24a331-7b4e-4555-80ee-9b535e3b8b53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d24a331-7b4e-4555-80ee-9b535e3b8b53 {
  cursor: pointer;
}#s-4d24a331-7b4e-4555-80ee-9b535e3b8b53.shg-box.shg-c {
  justify-content: center;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  max-width: 550px;
aspect-ratio: 550/682;
text-align: center;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
  box-sizing: border-box;
}


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
      position: relative;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
  box-sizing: border-box;
}


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
      position: relative;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a 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-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
  box-sizing: border-box;
}


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
      position: relative;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a 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-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
  box-sizing: border-box;
}


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
      position: relative;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
  box-sizing: border-box;
}


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
      position: relative;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-021d16e8-e341-4b4b-96bc-a03c90520a77 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-1e7f6244-dcf6-4127-a5ff-a35c6b542e6b {
  min-height: 50px;
}








#s-1e7f6244-dcf6-4127-a5ff-a35c6b542e6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e7f6244-dcf6-4127-a5ff-a35c6b542e6b {
  cursor: pointer;
}#s-1e7f6244-dcf6-4127-a5ff-a35c6b542e6b.shg-box.shg-c {
  justify-content: center;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  max-width: 550px;
aspect-ratio: 550/682;
text-align: center;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  margin: 0 !important;
  overflow: visible;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add background color handling */
  
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
  box-sizing: border-box;
}


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
      position: relative;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  margin: 0 !important;
  overflow: visible;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add background color handling */
  
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
  box-sizing: border-box;
}


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
      position: relative;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b 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-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  margin: 0 !important;
  overflow: visible;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add background color handling */
  
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
  box-sizing: border-box;
}


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
      position: relative;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b 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-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  margin: 0 !important;
  overflow: visible;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add background color handling */
  
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
  box-sizing: border-box;
}


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
      position: relative;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  margin: 0 !important;
  overflow: visible;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add background color handling */
  
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
  box-sizing: border-box;
}


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
      position: relative;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-ce5f0dad-4bb9-46c9-a009-b318e4640cce {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-09189bb1-7e9e-4e4d-a45a-d4bd4cc72684 {
  min-height: 50px;
}








#s-09189bb1-7e9e-4e4d-a45a-d4bd4cc72684 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09189bb1-7e9e-4e4d-a45a-d4bd4cc72684 {
  cursor: pointer;
}#s-09189bb1-7e9e-4e4d-a45a-d4bd4cc72684.shg-box.shg-c {
  justify-content: center;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  max-width: 550px;
aspect-ratio: 550/682;
text-align: center;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
  box-sizing: border-box;
}


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
      position: relative;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
  box-sizing: border-box;
}


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
      position: relative;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 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-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
  box-sizing: border-box;
}


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
      position: relative;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 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-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
  box-sizing: border-box;
}


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
      position: relative;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
  box-sizing: border-box;
}


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
      position: relative;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-622e4797-cc0b-4b36-a0d8-1dcfc0cfc282 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#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-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 ;
}
}
#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-27f39bcb-c665-44ae-a7d0-eefe5e086f12 {
  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-27f39bcb-c665-44ae-a7d0-eefe5e086f12 {
  
}
}







#s-27f39bcb-c665-44ae-a7d0-eefe5e086f12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27f39bcb-c665-44ae-a7d0-eefe5e086f12 {
  cursor: pointer;
}#s-27f39bcb-c665-44ae-a7d0-eefe5e086f12.shg-box.shg-c {
  justify-content: center;
}

#s-0f97cf60-a285-4fb4-9cd5-b01ad8dfd1a6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0f97cf60-a285-4fb4-9cd5-b01ad8dfd1a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f97cf60-a285-4fb4-9cd5-b01ad8dfd1a6.shg-box.shg-c {
  justify-content: center;
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
  margin-left: 38%;
margin-right: 38%;
max-width: 200px;
aspect-ratio: 454/369;
text-align: center;
}
@media (max-width: 767px){#s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
  margin-left: 30%;
margin-right: 30%;
}
}
#s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
  margin: 0 !important;
  overflow: visible;
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
  /* Add background color handling */
  
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image {
  box-sizing: border-box;
}



.s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container {
      position: relative;
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
  margin: 0 !important;
  overflow: visible;
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
  /* Add background color handling */
  
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image {
  box-sizing: border-box;
}



.s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container {
      position: relative;
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
  margin: 0 !important;
  overflow: visible;
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
  /* Add background color handling */
  
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image {
  box-sizing: border-box;
}



.s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container {
      position: relative;
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
  margin: 0 !important;
  overflow: visible;
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
  /* Add background color handling */
  
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image {
  box-sizing: border-box;
}



.s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container {
      position: relative;
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
  margin: 0 !important;
  overflow: visible;
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
  /* Add background color handling */
  
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-f0b0575d-ac6f-484a-a99c-4a4618957fab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image {
  box-sizing: border-box;
}



.s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container {
      position: relative;
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0b0575d-ac6f-484a-a99c-4a4618957fab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-5ecf05ed-a19d-4725-9033-1b53e47cca7d {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 8px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ecf05ed-a19d-4725-9033-1b53e47cca7d {
  margin-left: 9%;
margin-right: 9%;
}
}
#s-832ab7d3-da5d-45da-a0e6-081e3759e243 {
  margin-top: 12px;
margin-left: 0%;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-92eb1e76-61fc-4a46-9e4c-b57f8d8827f6 {
  margin-left: 12%;
margin-right: 12%;
}
@media (min-width: 1200px){#s-92eb1e76-61fc-4a46-9e4c-b57f8d8827f6 {
  margin-left: 18%;
margin-right: 18%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-92eb1e76-61fc-4a46-9e4c-b57f8d8827f6 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-92eb1e76-61fc-4a46-9e4c-b57f8d8827f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92eb1e76-61fc-4a46-9e4c-b57f8d8827f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-92eb1e76-61fc-4a46-9e4c-b57f8d8827f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-92eb1e76-61fc-4a46-9e4c-b57f8d8827f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-0c09107f-0f32-4956-878c-1adc189d2143 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-0c09107f-0f32-4956-878c-1adc189d2143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c09107f-0f32-4956-878c-1adc189d2143.shg-box.shg-c {
  justify-content: center;
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
  margin-left: auto;
margin-right: auto;
max-width: 1013px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 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-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1013px;
  }



  img.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image {
    
    
    
    max-height: 1013px;
  }


.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image {
  box-sizing: border-box;
}



.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container {
      position: relative;
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1013px;
    }
  }

@media (min-width: 1200px){#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1013px;
  }



  img.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image {
    
    
    
    max-height: 1013px;
  }


.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image {
  box-sizing: border-box;
}



.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container {
      position: relative;
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1013px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1013px;
  }



  img.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image {
    
    
    
    max-height: 1013px;
  }


.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image {
  box-sizing: border-box;
}



.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container {
      position: relative;
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1013px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1013px;
  }



  img.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image {
    
    
    
    max-height: 1013px;
  }


.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image {
  box-sizing: border-box;
}



.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container {
      position: relative;
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1013px;
    }
  }

}@media (max-width: 767px){#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1013px;
  }



  img.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image {
    
    
    
    max-height: 1013px;
  }


.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image {
  box-sizing: border-box;
}



.s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container {
      position: relative;
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e07001b-a2ac-48ad-b1e7-ad3b36a3ccb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1013px;
    }
  }

}
#s-6dcc2230-d562-4ff6-9af1-d229ebe046e8 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-6dcc2230-d562-4ff6-9af1-d229ebe046e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6dcc2230-d562-4ff6-9af1-d229ebe046e8.shg-box.shg-c {
  justify-content: center;
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
  margin: 0 !important;
  overflow: visible;
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
  /* Add background color handling */
  
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 6px;
  /* 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-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shogun-image-content {
  
    justify-content: center;
  
}

.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image {
  box-sizing: border-box;
}



.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container {
      position: relative;
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
  margin: 0 !important;
  overflow: visible;
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
  /* Add background color handling */
  
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shogun-image-content {
  
    justify-content: center;
  
}

.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image {
  box-sizing: border-box;
}



.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container {
      position: relative;
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb 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-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
  margin: 0 !important;
  overflow: visible;
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
  /* Add background color handling */
  
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shogun-image-content {
  
    justify-content: center;
  
}

.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image {
  box-sizing: border-box;
}



.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container {
      position: relative;
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb 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-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
  margin: 0 !important;
  overflow: visible;
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
  /* Add background color handling */
  
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shogun-image-content {
  
    justify-content: center;
  
}

.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image {
  box-sizing: border-box;
}



.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container {
      position: relative;
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
  margin: 0 !important;
  overflow: visible;
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
  /* Add background color handling */
  
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb .shogun-image-content {
  
    justify-content: center;
  
}

.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image {
  box-sizing: border-box;
}



.s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container {
      position: relative;
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afd4fb79-9a93-4b84-8ae3-4d8630291efb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-0f54f188-8380-428c-b33c-f44ad0511ea1 {
  margin-left: auto;
margin-right: auto;
}

#s-3177d77e-54ac-4079-b134-e84918d721b8 {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-3177d77e-54ac-4079-b134-e84918d721b8 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-f541f5e5-a24e-49b6-8d59-ea80174fd704 {
  margin-top: 12px;
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-f541f5e5-a24e-49b6-8d59-ea80174fd704: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-f541f5e5-a24e-49b6-8d59-ea80174fd704:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f541f5e5-a24e-49b6-8d59-ea80174fd704-root {
    text-align: center;
  }


#s-f541f5e5-a24e-49b6-8d59-ea80174fd704.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f541f5e5-a24e-49b6-8d59-ea80174fd704-root {
    text-align: center;
  }


#s-f541f5e5-a24e-49b6-8d59-ea80174fd704.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f541f5e5-a24e-49b6-8d59-ea80174fd704-root {
    text-align: center;
  }


#s-f541f5e5-a24e-49b6-8d59-ea80174fd704.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f541f5e5-a24e-49b6-8d59-ea80174fd704-root {
    text-align: center;
  }


#s-f541f5e5-a24e-49b6-8d59-ea80174fd704.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f541f5e5-a24e-49b6-8d59-ea80174fd704-root {
    text-align: center;
  }


#s-f541f5e5-a24e-49b6-8d59-ea80174fd704.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 18px;
  
  
  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}