.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-18f4535e-25a9-4605-b387-2f8af00fc5c1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-18f4535e-25a9-4605-b387-2f8af00fc5c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18f4535e-25a9-4605-b387-2f8af00fc5c1 {
  cursor: pointer;
}#s-18f4535e-25a9-4605-b387-2f8af00fc5c1.shg-box.shg-c {
  justify-content: center;
}

#s-f4c7a88d-83ce-490c-9deb-4c16024aded4 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center bottom;
}
@media (max-width: 767px){#s-f4c7a88d-83ce-490c-9deb-4c16024aded4 {
  display: none;
}
#s-f4c7a88d-83ce-490c-9deb-4c16024aded4, #wrap-s-f4c7a88d-83ce-490c-9deb-4c16024aded4, #wrap-content-s-f4c7a88d-83ce-490c-9deb-4c16024aded4 { display: none !important; }}
#s-f4c7a88d-83ce-490c-9deb-4c16024aded4 {
  background-image: url(https://i.shgcdn.com/db21a2e7-e98d-4f6e-b170-5623d508dce5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f4c7a88d-83ce-490c-9deb-4c16024aded4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4c7a88d-83ce-490c-9deb-4c16024aded4.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-0c135d86-0321-45d4-9587-eaf5dda00728 {
  margin-top: 14px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-0c135d86-0321-45d4-9587-eaf5dda00728 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0c135d86-0321-45d4-9587-eaf5dda00728 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}
#s-435d235b-26d7-4d9f-9919-bcc788ff14c4 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 3px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-435d235b-26d7-4d9f-9919-bcc788ff14c4 {
  margin-left: 1%;
margin-bottom: 2px;
margin-right: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-435d235b-26d7-4d9f-9919-bcc788ff14c4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-435d235b-26d7-4d9f-9919-bcc788ff14c4 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-435d235b-26d7-4d9f-9919-bcc788ff14c4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-435d235b-26d7-4d9f-9919-bcc788ff14c4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}
#s-26b36277-ef2c-4901-8821-50f424b4b8b6 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-26b36277-ef2c-4901-8821-50f424b4b8b6:hover {background-color: rgba(66, 116, 189, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-26b36277-ef2c-4901-8821-50f424b4b8b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-26b36277-ef2c-4901-8821-50f424b4b8b6-root {
    text-align: center;
  }


#s-26b36277-ef2c-4901-8821-50f424b4b8b6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-26b36277-ef2c-4901-8821-50f424b4b8b6-root {
    text-align: center;
  }


#s-26b36277-ef2c-4901-8821-50f424b4b8b6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26b36277-ef2c-4901-8821-50f424b4b8b6-root {
    text-align: center;
  }


#s-26b36277-ef2c-4901-8821-50f424b4b8b6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26b36277-ef2c-4901-8821-50f424b4b8b6-root {
    text-align: center;
  }


#s-26b36277-ef2c-4901-8821-50f424b4b8b6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-26b36277-ef2c-4901-8821-50f424b4b8b6-root {
    text-align: center;
  }


#s-26b36277-ef2c-4901-8821-50f424b4b8b6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-103d0d54-06e9-472d-b832-d2fbf0234486 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-103d0d54-06e9-472d-b832-d2fbf0234486 {
  display: none;
}
#s-103d0d54-06e9-472d-b832-d2fbf0234486, #wrap-s-103d0d54-06e9-472d-b832-d2fbf0234486, #wrap-content-s-103d0d54-06e9-472d-b832-d2fbf0234486 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-103d0d54-06e9-472d-b832-d2fbf0234486 {
  display: none;
}
#s-103d0d54-06e9-472d-b832-d2fbf0234486, #wrap-s-103d0d54-06e9-472d-b832-d2fbf0234486, #wrap-content-s-103d0d54-06e9-472d-b832-d2fbf0234486 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-103d0d54-06e9-472d-b832-d2fbf0234486 {
  display: none;
}
#s-103d0d54-06e9-472d-b832-d2fbf0234486, #wrap-s-103d0d54-06e9-472d-b832-d2fbf0234486, #wrap-content-s-103d0d54-06e9-472d-b832-d2fbf0234486 { display: none !important; }}
#s-103d0d54-06e9-472d-b832-d2fbf0234486 {
  background-image: url(https://i.shgcdn.com/db21a2e7-e98d-4f6e-b170-5623d508dce5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-103d0d54-06e9-472d-b832-d2fbf0234486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-103d0d54-06e9-472d-b832-d2fbf0234486.shg-box.shg-c {
  justify-content: center;
}

#s-5064e17f-9b68-4cd7-aa8f-86b3eaced93e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5064e17f-9b68-4cd7-aa8f-86b3eaced93e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 1px;
  
}



#s-d03e17fe-44cf-4b82-b301-d0a7a760f8ca {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d03e17fe-44cf-4b82-b301-d0a7a760f8ca {
  margin-left: 1%;
margin-bottom: 2px;
margin-right: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d03e17fe-44cf-4b82-b301-d0a7a760f8ca {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-d03e17fe-44cf-4b82-b301-d0a7a760f8ca {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
}
}
#s-d03e17fe-44cf-4b82-b301-d0a7a760f8ca .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 1px;
  
}



#s-27a120a3-9e30-44cf-9105-13989d564229 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 15px;
text-align: center;
}

#s-27a120a3-9e30-44cf-9105-13989d564229 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-27a120a3-9e30-44cf-9105-13989d564229 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-27a120a3-9e30-44cf-9105-13989d564229 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}
#s-f62dbdb6-bcbd-4a66-8ee5-9d1bad925a69 {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 1200px){#s-f62dbdb6-bcbd-4a66-8ee5-9d1bad925a69 {
  display: none;
}
#s-f62dbdb6-bcbd-4a66-8ee5-9d1bad925a69, #wrap-s-f62dbdb6-bcbd-4a66-8ee5-9d1bad925a69, #wrap-content-s-f62dbdb6-bcbd-4a66-8ee5-9d1bad925a69 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f62dbdb6-bcbd-4a66-8ee5-9d1bad925a69 {
  display: none;
}
#s-f62dbdb6-bcbd-4a66-8ee5-9d1bad925a69, #wrap-s-f62dbdb6-bcbd-4a66-8ee5-9d1bad925a69, #wrap-content-s-f62dbdb6-bcbd-4a66-8ee5-9d1bad925a69 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f62dbdb6-bcbd-4a66-8ee5-9d1bad925a69 {
  display: none;
}
#s-f62dbdb6-bcbd-4a66-8ee5-9d1bad925a69, #wrap-s-f62dbdb6-bcbd-4a66-8ee5-9d1bad925a69, #wrap-content-s-f62dbdb6-bcbd-4a66-8ee5-9d1bad925a69 { display: none !important; }}
#s-f62dbdb6-bcbd-4a66-8ee5-9d1bad925a69 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-61d5aaff-ddfd-489e-b372-67131601f968 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-61d5aaff-ddfd-489e-b372-67131601f968:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-61d5aaff-ddfd-489e-b372-67131601f968:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-61d5aaff-ddfd-489e-b372-67131601f968-root {
    text-align: center;
  }


#s-61d5aaff-ddfd-489e-b372-67131601f968.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-61d5aaff-ddfd-489e-b372-67131601f968-root {
    text-align: center;
  }


#s-61d5aaff-ddfd-489e-b372-67131601f968.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61d5aaff-ddfd-489e-b372-67131601f968-root {
    text-align: center;
  }


#s-61d5aaff-ddfd-489e-b372-67131601f968.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61d5aaff-ddfd-489e-b372-67131601f968-root {
    text-align: center;
  }


#s-61d5aaff-ddfd-489e-b372-67131601f968.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-61d5aaff-ddfd-489e-b372-67131601f968-root {
    text-align: center;
  }


#s-61d5aaff-ddfd-489e-b372-67131601f968.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-45fc68d6-3a50-42dd-a40b-b5974bd498c2 {
  margin-top: 1px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-cc11f54e-b78e-4145-a58d-57b07eb309c0 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cc11f54e-b78e-4145-a58d-57b07eb309c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc11f54e-b78e-4145-a58d-57b07eb309c0 {
  cursor: pointer;
}#s-cc11f54e-b78e-4145-a58d-57b07eb309c0.shg-box.shg-c {
  justify-content: center;
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/623;
text-align: center;
}
@media (max-width: 767px){#s-d3364c09-ab33-4b1c-bb57-61131267b024 {
  display: none;
}
#s-d3364c09-ab33-4b1c-bb57-61131267b024, #wrap-s-d3364c09-ab33-4b1c-bb57-61131267b024, #wrap-content-s-d3364c09-ab33-4b1c-bb57-61131267b024 { display: none !important; }}
#s-d3364c09-ab33-4b1c-bb57-61131267b024 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3364c09-ab33-4b1c-bb57-61131267b024 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3364c09-ab33-4b1c-bb57-61131267b024 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3364c09-ab33-4b1c-bb57-61131267b024 .shg-image-content-wrapper {
      aspect-ratio: 2048/623;
      min-width: 100%;
      height: auto;
    }

    #s-d3364c09-ab33-4b1c-bb57-61131267b024 .shogun-image-link {
      aspect-ratio: 2048/623;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3364c09-ab33-4b1c-bb57-61131267b024 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d3364c09-ab33-4b1c-bb57-61131267b024 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3364c09-ab33-4b1c-bb57-61131267b024.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image {
  box-sizing: border-box;
}



.s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3364c09-ab33-4b1c-bb57-61131267b024 {
      --shg-aspect-ratio: calc(2048/623); 
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container {
      position: relative;
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-d3364c09-ab33-4b1c-bb57-61131267b024 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3364c09-ab33-4b1c-bb57-61131267b024 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3364c09-ab33-4b1c-bb57-61131267b024 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3364c09-ab33-4b1c-bb57-61131267b024 .shg-image-content-wrapper {
      aspect-ratio: 2048/623;
      min-width: 100%;
      height: auto;
    }

    #s-d3364c09-ab33-4b1c-bb57-61131267b024 .shogun-image-link {
      aspect-ratio: 2048/623;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3364c09-ab33-4b1c-bb57-61131267b024 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d3364c09-ab33-4b1c-bb57-61131267b024 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3364c09-ab33-4b1c-bb57-61131267b024.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image {
  box-sizing: border-box;
}



.s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3364c09-ab33-4b1c-bb57-61131267b024 {
      --shg-aspect-ratio: calc(2048/623); 
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container {
      position: relative;
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024 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-d3364c09-ab33-4b1c-bb57-61131267b024 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3364c09-ab33-4b1c-bb57-61131267b024 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3364c09-ab33-4b1c-bb57-61131267b024 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3364c09-ab33-4b1c-bb57-61131267b024 .shg-image-content-wrapper {
      aspect-ratio: 2048/623;
      min-width: 100%;
      height: auto;
    }

    #s-d3364c09-ab33-4b1c-bb57-61131267b024 .shogun-image-link {
      aspect-ratio: 2048/623;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3364c09-ab33-4b1c-bb57-61131267b024 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d3364c09-ab33-4b1c-bb57-61131267b024 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3364c09-ab33-4b1c-bb57-61131267b024.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image {
  box-sizing: border-box;
}



.s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3364c09-ab33-4b1c-bb57-61131267b024 {
      --shg-aspect-ratio: calc(2048/623); 
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container {
      position: relative;
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024 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-d3364c09-ab33-4b1c-bb57-61131267b024 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3364c09-ab33-4b1c-bb57-61131267b024 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3364c09-ab33-4b1c-bb57-61131267b024 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3364c09-ab33-4b1c-bb57-61131267b024 .shg-image-content-wrapper {
      aspect-ratio: 2048/623;
      min-width: 100%;
      height: auto;
    }

    #s-d3364c09-ab33-4b1c-bb57-61131267b024 .shogun-image-link {
      aspect-ratio: 2048/623;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3364c09-ab33-4b1c-bb57-61131267b024 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d3364c09-ab33-4b1c-bb57-61131267b024 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3364c09-ab33-4b1c-bb57-61131267b024.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image {
  box-sizing: border-box;
}



.s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3364c09-ab33-4b1c-bb57-61131267b024 {
      --shg-aspect-ratio: calc(2048/623); 
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container {
      position: relative;
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-d3364c09-ab33-4b1c-bb57-61131267b024 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3364c09-ab33-4b1c-bb57-61131267b024 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3364c09-ab33-4b1c-bb57-61131267b024 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3364c09-ab33-4b1c-bb57-61131267b024 .shg-image-content-wrapper {
      aspect-ratio: 2048/623;
      min-width: 100%;
      height: auto;
    }

    #s-d3364c09-ab33-4b1c-bb57-61131267b024 .shogun-image-link {
      aspect-ratio: 2048/623;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3364c09-ab33-4b1c-bb57-61131267b024 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d3364c09-ab33-4b1c-bb57-61131267b024 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3364c09-ab33-4b1c-bb57-61131267b024.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image {
  box-sizing: border-box;
}



.s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3364c09-ab33-4b1c-bb57-61131267b024 {
      --shg-aspect-ratio: calc(2048/623); 
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container {
      position: relative;
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3364c09-ab33-4b1c-bb57-61131267b024 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-eb5d83e4-85da-47c4-a425-75aa80973d00 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-eb5d83e4-85da-47c4-a425-75aa80973d00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb5d83e4-85da-47c4-a425-75aa80973d00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eb5d83e4-85da-47c4-a425-75aa80973d00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eb5d83e4-85da-47c4-a425-75aa80973d00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eb5d83e4-85da-47c4-a425-75aa80973d00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eb5d83e4-85da-47c4-a425-75aa80973d00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eb5d83e4-85da-47c4-a425-75aa80973d00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb5d83e4-85da-47c4-a425-75aa80973d00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eb5d83e4-85da-47c4-a425-75aa80973d00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eb5d83e4-85da-47c4-a425-75aa80973d00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-4909b21b-aac0-45e3-ada6-2378eda93e31 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-4909b21b-aac0-45e3-ada6-2378eda93e31 {
  display: none;
}
#s-4909b21b-aac0-45e3-ada6-2378eda93e31, #wrap-s-4909b21b-aac0-45e3-ada6-2378eda93e31, #wrap-content-s-4909b21b-aac0-45e3-ada6-2378eda93e31 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4909b21b-aac0-45e3-ada6-2378eda93e31 {
  display: none;
}
#s-4909b21b-aac0-45e3-ada6-2378eda93e31, #wrap-s-4909b21b-aac0-45e3-ada6-2378eda93e31, #wrap-content-s-4909b21b-aac0-45e3-ada6-2378eda93e31 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4909b21b-aac0-45e3-ada6-2378eda93e31 {
  display: none;
}
#s-4909b21b-aac0-45e3-ada6-2378eda93e31, #wrap-s-4909b21b-aac0-45e3-ada6-2378eda93e31, #wrap-content-s-4909b21b-aac0-45e3-ada6-2378eda93e31 { display: none !important; }}@media (max-width: 767px){#s-4909b21b-aac0-45e3-ada6-2378eda93e31 {
  display: none;
}
#s-4909b21b-aac0-45e3-ada6-2378eda93e31, #wrap-s-4909b21b-aac0-45e3-ada6-2378eda93e31, #wrap-content-s-4909b21b-aac0-45e3-ada6-2378eda93e31 { display: none !important; }}
#s-4909b21b-aac0-45e3-ada6-2378eda93e31 hr {
  border-top: 2px solid #ddd;
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
  margin-left: 16%;
margin-right: 16%;
max-width: 1463px;
aspect-ratio: 1463/195;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
  margin-top: 8px;
}
}
#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
  margin: 0 !important;
  overflow: visible;
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
  /* Add background color handling */
  
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shg-image-content-wrapper {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }

    #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shogun-image-link {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1463px;
  }



  img.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image {
    
    
    
    max-height: 1463px;
  }


.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image {
  box-sizing: border-box;
}



.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
      --shg-aspect-ratio: calc(1463/195); 
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container {
      position: relative;
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1463px;
    }
  }

@media (min-width: 1200px){#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
  margin: 0 !important;
  overflow: visible;
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
  /* Add background color handling */
  
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shg-image-content-wrapper {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }

    #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shogun-image-link {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1463px;
  }



  img.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image {
    
    
    
    max-height: 1463px;
  }


.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image {
  box-sizing: border-box;
}



.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
      --shg-aspect-ratio: calc(1463/195); 
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container {
      position: relative;
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1463px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
  margin: 0 !important;
  overflow: visible;
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
  /* Add background color handling */
  
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shg-image-content-wrapper {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }

    #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shogun-image-link {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1463px;
  }



  img.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image {
    
    
    
    max-height: 1463px;
  }


.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image {
  box-sizing: border-box;
}



.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
      --shg-aspect-ratio: calc(1463/195); 
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container {
      position: relative;
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1463px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
  margin: 0 !important;
  overflow: visible;
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 8px;
  
}

.shg-image-content-margin-container-s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
  /* Add background color handling */
  
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shg-image-content-wrapper {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }

    #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shogun-image-link {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1463px;
  }



  img.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image {
    
    
    
    max-height: 1463px;
  }


.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image {
  box-sizing: border-box;
}



.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
      --shg-aspect-ratio: calc(1463/195); 
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container {
      position: relative;
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1463px;
    }
  }

}@media (max-width: 767px){#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
  margin: 0 !important;
  overflow: visible;
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
  /* Add background color handling */
  
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shg-image-content-wrapper {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }

    #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shogun-image-link {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1463px;
  }



  img.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image {
    
    
    
    max-height: 1463px;
  }


.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image {
  box-sizing: border-box;
}



.s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 {
      --shg-aspect-ratio: calc(1463/195); 
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container {
      position: relative;
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f4fca99-0aba-4b2a-b4ef-68e923cb3fa2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1463px;
    }
  }

}
#s-51ff550c-ba41-42b4-9d97-3882065e1c9e {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4px;
padding-bottom: 4px;
text-align: center;
}
@media (min-width: 1200px){#s-51ff550c-ba41-42b4-9d97-3882065e1c9e {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51ff550c-ba41-42b4-9d97-3882065e1c9e {
  margin-left: 8%;
margin-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-51ff550c-ba41-42b4-9d97-3882065e1c9e {
  display: none;
}
#s-51ff550c-ba41-42b4-9d97-3882065e1c9e, #wrap-s-51ff550c-ba41-42b4-9d97-3882065e1c9e, #wrap-content-s-51ff550c-ba41-42b4-9d97-3882065e1c9e { display: none !important; }}
#s-51ff550c-ba41-42b4-9d97-3882065e1c9e .shogun-heading-component h3 {
  color: rgba(152, 53, 150, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-db914ec7-7f89-4189-a981-e577c1689d5c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 3px;
text-align: center;
}
@media (min-width: 1200px){#s-db914ec7-7f89-4189-a981-e577c1689d5c {
  margin-left: 12%;
margin-right: 12%;
display: none;
}
#s-db914ec7-7f89-4189-a981-e577c1689d5c, #wrap-s-db914ec7-7f89-4189-a981-e577c1689d5c, #wrap-content-s-db914ec7-7f89-4189-a981-e577c1689d5c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db914ec7-7f89-4189-a981-e577c1689d5c {
  margin-left: 8%;
margin-right: 8%;
display: none;
}
#s-db914ec7-7f89-4189-a981-e577c1689d5c, #wrap-s-db914ec7-7f89-4189-a981-e577c1689d5c, #wrap-content-s-db914ec7-7f89-4189-a981-e577c1689d5c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db914ec7-7f89-4189-a981-e577c1689d5c {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-db914ec7-7f89-4189-a981-e577c1689d5c {
  display: none;
}
#s-db914ec7-7f89-4189-a981-e577c1689d5c, #wrap-s-db914ec7-7f89-4189-a981-e577c1689d5c, #wrap-content-s-db914ec7-7f89-4189-a981-e577c1689d5c { display: none !important; }}
#s-db914ec7-7f89-4189-a981-e577c1689d5c .shogun-heading-component h3 {
  color: rgba(152, 53, 150, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-db914ec7-7f89-4189-a981-e577c1689d5c .shogun-heading-component h3 {
  color: rgba(152, 53, 150, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-7fd48c7e-ef5d-4905-bfb2-0b908f5c470f {
  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-7fd48c7e-ef5d-4905-bfb2-0b908f5c470f {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7fd48c7e-ef5d-4905-bfb2-0b908f5c470f {
  margin-left: 8%;
margin-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7fd48c7e-ef5d-4905-bfb2-0b908f5c470f {
  display: none;
}
#s-7fd48c7e-ef5d-4905-bfb2-0b908f5c470f, #wrap-s-7fd48c7e-ef5d-4905-bfb2-0b908f5c470f, #wrap-content-s-7fd48c7e-ef5d-4905-bfb2-0b908f5c470f { display: none !important; }}
#s-7fd48c7e-ef5d-4905-bfb2-0b908f5c470f .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-00477027-f4a6-44d9-838f-6e6a1d7b52bd {
  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-00477027-f4a6-44d9-838f-6e6a1d7b52bd {
  margin-left: 12%;
margin-right: 12%;
display: none;
}
#s-00477027-f4a6-44d9-838f-6e6a1d7b52bd, #wrap-s-00477027-f4a6-44d9-838f-6e6a1d7b52bd, #wrap-content-s-00477027-f4a6-44d9-838f-6e6a1d7b52bd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00477027-f4a6-44d9-838f-6e6a1d7b52bd {
  margin-left: 8%;
margin-right: 8%;
display: none;
}
#s-00477027-f4a6-44d9-838f-6e6a1d7b52bd, #wrap-s-00477027-f4a6-44d9-838f-6e6a1d7b52bd, #wrap-content-s-00477027-f4a6-44d9-838f-6e6a1d7b52bd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00477027-f4a6-44d9-838f-6e6a1d7b52bd {
  
}
}@media (max-width: 767px){#s-00477027-f4a6-44d9-838f-6e6a1d7b52bd {
  display: none;
}
#s-00477027-f4a6-44d9-838f-6e6a1d7b52bd, #wrap-s-00477027-f4a6-44d9-838f-6e6a1d7b52bd, #wrap-content-s-00477027-f4a6-44d9-838f-6e6a1d7b52bd { display: none !important; }}
#s-00477027-f4a6-44d9-838f-6e6a1d7b52bd .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-fe398277-fc50-46b5-891a-ee08a889bf2a {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-fe398277-fc50-46b5-891a-ee08a889bf2a:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fe398277-fc50-46b5-891a-ee08a889bf2a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe398277-fc50-46b5-891a-ee08a889bf2a-root {
    text-align: center;
  }


#s-fe398277-fc50-46b5-891a-ee08a889bf2a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fe398277-fc50-46b5-891a-ee08a889bf2a-root {
    text-align: center;
  }


#s-fe398277-fc50-46b5-891a-ee08a889bf2a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe398277-fc50-46b5-891a-ee08a889bf2a-root {
    text-align: center;
  }


#s-fe398277-fc50-46b5-891a-ee08a889bf2a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe398277-fc50-46b5-891a-ee08a889bf2a-root {
    text-align: center;
  }


#s-fe398277-fc50-46b5-891a-ee08a889bf2a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fe398277-fc50-46b5-891a-ee08a889bf2a-root {
    text-align: center;
  }


#s-fe398277-fc50-46b5-891a-ee08a889bf2a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c13ac235-cbf3-4c0c-a628-bf84077dc58b {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-c13ac235-cbf3-4c0c-a628-bf84077dc58b {
  display: none;
}
#s-c13ac235-cbf3-4c0c-a628-bf84077dc58b, #wrap-s-c13ac235-cbf3-4c0c-a628-bf84077dc58b, #wrap-content-s-c13ac235-cbf3-4c0c-a628-bf84077dc58b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c13ac235-cbf3-4c0c-a628-bf84077dc58b {
  display: none;
}
#s-c13ac235-cbf3-4c0c-a628-bf84077dc58b, #wrap-s-c13ac235-cbf3-4c0c-a628-bf84077dc58b, #wrap-content-s-c13ac235-cbf3-4c0c-a628-bf84077dc58b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c13ac235-cbf3-4c0c-a628-bf84077dc58b {
  display: none;
}
#s-c13ac235-cbf3-4c0c-a628-bf84077dc58b, #wrap-s-c13ac235-cbf3-4c0c-a628-bf84077dc58b, #wrap-content-s-c13ac235-cbf3-4c0c-a628-bf84077dc58b { display: none !important; }}@media (max-width: 767px){#s-c13ac235-cbf3-4c0c-a628-bf84077dc58b {
  display: none;
}
#s-c13ac235-cbf3-4c0c-a628-bf84077dc58b, #wrap-s-c13ac235-cbf3-4c0c-a628-bf84077dc58b, #wrap-content-s-c13ac235-cbf3-4c0c-a628-bf84077dc58b { display: none !important; }}
#s-c13ac235-cbf3-4c0c-a628-bf84077dc58b hr {
  border-top: 2px solid #ddd;
}

#s-fb95e6dc-69eb-4023-8edb-31196f9e81ba {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-fb95e6dc-69eb-4023-8edb-31196f9e81ba {
  display: none;
}
#s-fb95e6dc-69eb-4023-8edb-31196f9e81ba, #wrap-s-fb95e6dc-69eb-4023-8edb-31196f9e81ba, #wrap-content-s-fb95e6dc-69eb-4023-8edb-31196f9e81ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb95e6dc-69eb-4023-8edb-31196f9e81ba {
  display: none;
}
#s-fb95e6dc-69eb-4023-8edb-31196f9e81ba, #wrap-s-fb95e6dc-69eb-4023-8edb-31196f9e81ba, #wrap-content-s-fb95e6dc-69eb-4023-8edb-31196f9e81ba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb95e6dc-69eb-4023-8edb-31196f9e81ba {
  display: none;
}
#s-fb95e6dc-69eb-4023-8edb-31196f9e81ba, #wrap-s-fb95e6dc-69eb-4023-8edb-31196f9e81ba, #wrap-content-s-fb95e6dc-69eb-4023-8edb-31196f9e81ba { display: none !important; }}







#s-fb95e6dc-69eb-4023-8edb-31196f9e81ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb95e6dc-69eb-4023-8edb-31196f9e81ba.shg-box.shg-c {
  justify-content: center;
}

#s-d8394401-5006-47de-aaaa-3647f43b0b0a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(246, 224, 246, 1);
}
@media (min-width: 1200px){#s-d8394401-5006-47de-aaaa-3647f43b0b0a {
  display: none;
}
#s-d8394401-5006-47de-aaaa-3647f43b0b0a, #wrap-s-d8394401-5006-47de-aaaa-3647f43b0b0a, #wrap-content-s-d8394401-5006-47de-aaaa-3647f43b0b0a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8394401-5006-47de-aaaa-3647f43b0b0a {
  display: none;
}
#s-d8394401-5006-47de-aaaa-3647f43b0b0a, #wrap-s-d8394401-5006-47de-aaaa-3647f43b0b0a, #wrap-content-s-d8394401-5006-47de-aaaa-3647f43b0b0a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8394401-5006-47de-aaaa-3647f43b0b0a {
  display: none;
}
#s-d8394401-5006-47de-aaaa-3647f43b0b0a, #wrap-s-d8394401-5006-47de-aaaa-3647f43b0b0a, #wrap-content-s-d8394401-5006-47de-aaaa-3647f43b0b0a { display: none !important; }}







#s-d8394401-5006-47de-aaaa-3647f43b0b0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8394401-5006-47de-aaaa-3647f43b0b0a.shg-box.shg-c {
  justify-content: center;
}

#s-f1d611f3-fb05-416d-b568-8048757050b6 {
  margin-left: auto;
margin-right: auto;
max-width: 1463px;
aspect-ratio: 1463/195;
text-align: center;
}
@media (max-width: 767px){#s-f1d611f3-fb05-416d-b568-8048757050b6 {
  margin-top: 10px;
margin-left: 10%;
margin-right: 10%;
}
}
#s-f1d611f3-fb05-416d-b568-8048757050b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1d611f3-fb05-416d-b568-8048757050b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1d611f3-fb05-416d-b568-8048757050b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1d611f3-fb05-416d-b568-8048757050b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1d611f3-fb05-416d-b568-8048757050b6 .shg-image-content-wrapper {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }

    #s-f1d611f3-fb05-416d-b568-8048757050b6 .shogun-image-link {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1d611f3-fb05-416d-b568-8048757050b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1463px;
  }



  img.s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image {
    
    
    
    max-height: 1463px;
  }


.s-f1d611f3-fb05-416d-b568-8048757050b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1d611f3-fb05-416d-b568-8048757050b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image {
  box-sizing: border-box;
}



.s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1d611f3-fb05-416d-b568-8048757050b6 {
      --shg-aspect-ratio: calc(1463/195); 
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container {
      position: relative;
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1463px;
    }
  }

@media (min-width: 1200px){#s-f1d611f3-fb05-416d-b568-8048757050b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1d611f3-fb05-416d-b568-8048757050b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1d611f3-fb05-416d-b568-8048757050b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1d611f3-fb05-416d-b568-8048757050b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1d611f3-fb05-416d-b568-8048757050b6 .shg-image-content-wrapper {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }

    #s-f1d611f3-fb05-416d-b568-8048757050b6 .shogun-image-link {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1d611f3-fb05-416d-b568-8048757050b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1463px;
  }



  img.s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image {
    
    
    
    max-height: 1463px;
  }


.s-f1d611f3-fb05-416d-b568-8048757050b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1d611f3-fb05-416d-b568-8048757050b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image {
  box-sizing: border-box;
}



.s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1d611f3-fb05-416d-b568-8048757050b6 {
      --shg-aspect-ratio: calc(1463/195); 
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container {
      position: relative;
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1463px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f1d611f3-fb05-416d-b568-8048757050b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1d611f3-fb05-416d-b568-8048757050b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1d611f3-fb05-416d-b568-8048757050b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1d611f3-fb05-416d-b568-8048757050b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1d611f3-fb05-416d-b568-8048757050b6 .shg-image-content-wrapper {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }

    #s-f1d611f3-fb05-416d-b568-8048757050b6 .shogun-image-link {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1d611f3-fb05-416d-b568-8048757050b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1463px;
  }



  img.s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image {
    
    
    
    max-height: 1463px;
  }


.s-f1d611f3-fb05-416d-b568-8048757050b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1d611f3-fb05-416d-b568-8048757050b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image {
  box-sizing: border-box;
}



.s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1d611f3-fb05-416d-b568-8048757050b6 {
      --shg-aspect-ratio: calc(1463/195); 
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container {
      position: relative;
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1463px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f1d611f3-fb05-416d-b568-8048757050b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1d611f3-fb05-416d-b568-8048757050b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1d611f3-fb05-416d-b568-8048757050b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1d611f3-fb05-416d-b568-8048757050b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1d611f3-fb05-416d-b568-8048757050b6 .shg-image-content-wrapper {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }

    #s-f1d611f3-fb05-416d-b568-8048757050b6 .shogun-image-link {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1d611f3-fb05-416d-b568-8048757050b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1463px;
  }



  img.s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image {
    
    
    
    max-height: 1463px;
  }


.s-f1d611f3-fb05-416d-b568-8048757050b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1d611f3-fb05-416d-b568-8048757050b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image {
  box-sizing: border-box;
}



.s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1d611f3-fb05-416d-b568-8048757050b6 {
      --shg-aspect-ratio: calc(1463/195); 
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container {
      position: relative;
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1463px;
    }
  }

}@media (max-width: 767px){#s-f1d611f3-fb05-416d-b568-8048757050b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1d611f3-fb05-416d-b568-8048757050b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1d611f3-fb05-416d-b568-8048757050b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-f1d611f3-fb05-416d-b568-8048757050b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1d611f3-fb05-416d-b568-8048757050b6 .shg-image-content-wrapper {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }

    #s-f1d611f3-fb05-416d-b568-8048757050b6 .shogun-image-link {
      aspect-ratio: 1463/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1d611f3-fb05-416d-b568-8048757050b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1463px;
  }



  img.s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image {
    
    
    
    max-height: 1463px;
  }


.s-f1d611f3-fb05-416d-b568-8048757050b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1d611f3-fb05-416d-b568-8048757050b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image {
  box-sizing: border-box;
}



.s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1d611f3-fb05-416d-b568-8048757050b6 {
      --shg-aspect-ratio: calc(1463/195); 
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container {
      position: relative;
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1d611f3-fb05-416d-b568-8048757050b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1463px;
    }
  }

}
#s-d1927f06-4791-4f3a-b89f-f980b62c3647 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 6px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-d1927f06-4791-4f3a-b89f-f980b62c3647 {
  margin-left: 9%;
margin-bottom: 10px;
margin-right: 9%;
}
}
#s-d1927f06-4791-4f3a-b89f-f980b62c3647 .shogun-heading-component h3 {
  color: rgba(152, 53, 150, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-5b7ac87c-30e5-413e-8789-d30b3364f582 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-5b7ac87c-30e5-413e-8789-d30b3364f582 {
  margin-left: 12%;
margin-right: 12%;
}
}
#s-5b7ac87c-30e5-413e-8789-d30b3364f582 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1em;
  
  
}



#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
  margin-top: 3px;
margin-left: 0%;
margin-right: auto;
max-width: 1530px;
aspect-ratio: 1530/779;
text-align: center;
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shg-image-content-wrapper {
      aspect-ratio: 1530/779;
      min-width: 100%;
      height: auto;
    }

    #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shogun-image-link {
      aspect-ratio: 1530/779;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1530px;
  }



  img.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image {
    
    
    
    max-height: 1530px;
  }


.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image {
  box-sizing: border-box;
}



.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
      --shg-aspect-ratio: calc(1530/779); 
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container {
      position: relative;
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1530px;
    }
  }

@media (min-width: 1200px){#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shg-image-content-wrapper {
      aspect-ratio: 1530/779;
      min-width: 100%;
      height: auto;
    }

    #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shogun-image-link {
      aspect-ratio: 1530/779;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1530px;
  }



  img.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image {
    
    
    
    max-height: 1530px;
  }


.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image {
  box-sizing: border-box;
}



.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
      --shg-aspect-ratio: calc(1530/779); 
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container {
      position: relative;
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1530px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shg-image-content-wrapper {
      aspect-ratio: 1530/779;
      min-width: 100%;
      height: auto;
    }

    #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shogun-image-link {
      aspect-ratio: 1530/779;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1530px;
  }



  img.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image {
    
    
    
    max-height: 1530px;
  }


.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image {
  box-sizing: border-box;
}



.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
      --shg-aspect-ratio: calc(1530/779); 
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container {
      position: relative;
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1530px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shg-image-content-wrapper {
      aspect-ratio: 1530/779;
      min-width: 100%;
      height: auto;
    }

    #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shogun-image-link {
      aspect-ratio: 1530/779;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1530px;
  }



  img.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image {
    
    
    
    max-height: 1530px;
  }


.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image {
  box-sizing: border-box;
}



.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
      --shg-aspect-ratio: calc(1530/779); 
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container {
      position: relative;
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1530px;
    }
  }

}@media (max-width: 767px){#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shg-image-content-wrapper {
      aspect-ratio: 1530/779;
      min-width: 100%;
      height: auto;
    }

    #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shogun-image-link {
      aspect-ratio: 1530/779;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1530px;
  }



  img.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image {
    
    
    
    max-height: 1530px;
  }


.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image {
  box-sizing: border-box;
}



.s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 {
      --shg-aspect-ratio: calc(1530/779); 
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container {
      position: relative;
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e14a1c7-2bc9-45c2-9a5c-e7d3a5d41e92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1530px;
    }
  }

}
#s-5a31a44b-952b-4089-a2d2-19664f4dba52 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 26px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-5a31a44b-952b-4089-a2d2-19664f4dba52:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5a31a44b-952b-4089-a2d2-19664f4dba52:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5a31a44b-952b-4089-a2d2-19664f4dba52-root {
    text-align: center;
  }


#s-5a31a44b-952b-4089-a2d2-19664f4dba52.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a31a44b-952b-4089-a2d2-19664f4dba52-root {
    text-align: center;
  }


#s-5a31a44b-952b-4089-a2d2-19664f4dba52.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a31a44b-952b-4089-a2d2-19664f4dba52-root {
    text-align: center;
  }


#s-5a31a44b-952b-4089-a2d2-19664f4dba52.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a31a44b-952b-4089-a2d2-19664f4dba52-root {
    text-align: center;
  }


#s-5a31a44b-952b-4089-a2d2-19664f4dba52.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a31a44b-952b-4089-a2d2-19664f4dba52-root {
    text-align: center;
  }


#s-5a31a44b-952b-4089-a2d2-19664f4dba52.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9aeca422-3e69-4d38-983e-370daa10f5da {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-9aeca422-3e69-4d38-983e-370daa10f5da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9aeca422-3e69-4d38-983e-370daa10f5da {
  cursor: pointer;
}#s-9aeca422-3e69-4d38-983e-370daa10f5da.shg-box.shg-c {
  justify-content: center;
}

#s-8f1d0ed3-601d-457e-ab1b-06d67cc23a55 {
  margin-top: 20px;
margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f1d0ed3-601d-457e-ab1b-06d67cc23a55 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-82fa35ad-9892-4e55-8b8b-d492ded5a45c {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82fa35ad-9892-4e55-8b8b-d492ded5a45c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-82fa35ad-9892-4e55-8b8b-d492ded5a45c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-82fa35ad-9892-4e55-8b8b-d492ded5a45c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-82fa35ad-9892-4e55-8b8b-d492ded5a45c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-9faa76d9-24df-42f2-bfb1-282c4af3d288 {
  margin-top: -4px;
margin-left: 5%;
margin-bottom: 2px;
margin-right: 5%;
}
@media (max-width: 767px){#s-9faa76d9-24df-42f2-bfb1-282c4af3d288 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-22d04f3b-14d6-430a-b24b-298dbd98ad5c {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-22d04f3b-14d6-430a-b24b-298dbd98ad5c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-22d04f3b-14d6-430a-b24b-298dbd98ad5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-22d04f3b-14d6-430a-b24b-298dbd98ad5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-22d04f3b-14d6-430a-b24b-298dbd98ad5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-22d04f3b-14d6-430a-b24b-298dbd98ad5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-22d04f3b-14d6-430a-b24b-298dbd98ad5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-22d04f3b-14d6-430a-b24b-298dbd98ad5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-49cb27e7-6a1e-4f95-854c-bab2d236543c {
  margin-left: 10%;
}

#s-7b637f38-f1a8-475d-b606-537bb436678a {
  max-width: 646px;
aspect-ratio: 646/156;
text-align: center;
}
@media (max-width: 767px){#s-7b637f38-f1a8-475d-b606-537bb436678a {
  max-width: 140px;
aspect-ratio: 646/156;
}
}
#s-7b637f38-f1a8-475d-b606-537bb436678a {
  margin: 0 !important;
  overflow: visible;
}

#s-7b637f38-f1a8-475d-b606-537bb436678a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b637f38-f1a8-475d-b606-537bb436678a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b637f38-f1a8-475d-b606-537bb436678a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
  /* Add background color handling */
  
}

#s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b637f38-f1a8-475d-b606-537bb436678a .shg-image-content-wrapper {
      aspect-ratio: 646/156;
      min-width: 100%;
      height: auto;
    }

    #s-7b637f38-f1a8-475d-b606-537bb436678a .shogun-image-link {
      aspect-ratio: 646/156;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b637f38-f1a8-475d-b606-537bb436678a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 646px;
  }



  img.s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image {
    
    
    
    max-height: 646px;
  }


.s-7b637f38-f1a8-475d-b606-537bb436678a .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b637f38-f1a8-475d-b606-537bb436678a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image {
  box-sizing: border-box;
}



.s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b637f38-f1a8-475d-b606-537bb436678a {
      --shg-aspect-ratio: calc(646/156); 
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container {
      position: relative;
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 646px;
    }
  }

@media (min-width: 1200px){#s-7b637f38-f1a8-475d-b606-537bb436678a {
  margin: 0 !important;
  overflow: visible;
}

#s-7b637f38-f1a8-475d-b606-537bb436678a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b637f38-f1a8-475d-b606-537bb436678a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b637f38-f1a8-475d-b606-537bb436678a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
  /* Add background color handling */
  
}

#s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b637f38-f1a8-475d-b606-537bb436678a .shg-image-content-wrapper {
      aspect-ratio: 646/156;
      min-width: 100%;
      height: auto;
    }

    #s-7b637f38-f1a8-475d-b606-537bb436678a .shogun-image-link {
      aspect-ratio: 646/156;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b637f38-f1a8-475d-b606-537bb436678a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 646px;
  }



  img.s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image {
    
    
    
    max-height: 646px;
  }


.s-7b637f38-f1a8-475d-b606-537bb436678a .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b637f38-f1a8-475d-b606-537bb436678a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image {
  box-sizing: border-box;
}



.s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b637f38-f1a8-475d-b606-537bb436678a {
      --shg-aspect-ratio: calc(646/156); 
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container {
      position: relative;
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7b637f38-f1a8-475d-b606-537bb436678a {
  margin: 0 !important;
  overflow: visible;
}

#s-7b637f38-f1a8-475d-b606-537bb436678a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b637f38-f1a8-475d-b606-537bb436678a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b637f38-f1a8-475d-b606-537bb436678a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
  /* Add background color handling */
  
}

#s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b637f38-f1a8-475d-b606-537bb436678a .shg-image-content-wrapper {
      aspect-ratio: 646/156;
      min-width: 100%;
      height: auto;
    }

    #s-7b637f38-f1a8-475d-b606-537bb436678a .shogun-image-link {
      aspect-ratio: 646/156;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b637f38-f1a8-475d-b606-537bb436678a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 646px;
  }



  img.s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image {
    
    
    
    max-height: 646px;
  }


.s-7b637f38-f1a8-475d-b606-537bb436678a .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b637f38-f1a8-475d-b606-537bb436678a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image {
  box-sizing: border-box;
}



.s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b637f38-f1a8-475d-b606-537bb436678a {
      --shg-aspect-ratio: calc(646/156); 
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container {
      position: relative;
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7b637f38-f1a8-475d-b606-537bb436678a {
  margin: 0 !important;
  overflow: visible;
}

#s-7b637f38-f1a8-475d-b606-537bb436678a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b637f38-f1a8-475d-b606-537bb436678a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b637f38-f1a8-475d-b606-537bb436678a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
  /* Add background color handling */
  
}

#s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b637f38-f1a8-475d-b606-537bb436678a .shg-image-content-wrapper {
      aspect-ratio: 646/156;
      min-width: 100%;
      height: auto;
    }

    #s-7b637f38-f1a8-475d-b606-537bb436678a .shogun-image-link {
      aspect-ratio: 646/156;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b637f38-f1a8-475d-b606-537bb436678a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 646px;
  }



  img.s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image {
    
    
    
    max-height: 646px;
  }


.s-7b637f38-f1a8-475d-b606-537bb436678a .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b637f38-f1a8-475d-b606-537bb436678a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image {
  box-sizing: border-box;
}



.s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b637f38-f1a8-475d-b606-537bb436678a {
      --shg-aspect-ratio: calc(646/156); 
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container {
      position: relative;
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 646px;
    }
  }

}@media (max-width: 767px){#s-7b637f38-f1a8-475d-b606-537bb436678a {
  margin: 0 !important;
  overflow: visible;
}

#s-7b637f38-f1a8-475d-b606-537bb436678a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b637f38-f1a8-475d-b606-537bb436678a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b637f38-f1a8-475d-b606-537bb436678a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
  /* Add background color handling */
  
}

#s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b637f38-f1a8-475d-b606-537bb436678a .shg-image-content-wrapper {
      aspect-ratio: 646/156;
      min-width: 100%;
      height: auto;
    }

    #s-7b637f38-f1a8-475d-b606-537bb436678a .shogun-image-link {
      aspect-ratio: 646/156;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b637f38-f1a8-475d-b606-537bb436678a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 646px;
  }



  img.s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image {
    
    
    
    max-height: 646px;
  }


.s-7b637f38-f1a8-475d-b606-537bb436678a .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b637f38-f1a8-475d-b606-537bb436678a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image {
  box-sizing: border-box;
}



.s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b637f38-f1a8-475d-b606-537bb436678a {
      --shg-aspect-ratio: calc(646/156); 
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container {
      position: relative;
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b637f38-f1a8-475d-b606-537bb436678a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 646px;
    }
  }

}
#s-bc62aa6d-0995-4c53-835e-ba145c40dd32 {
  margin-right: 10%;
}

#s-eacd28bc-3829-4fbc-aa13-0c3d2350a3bb {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-eacd28bc-3829-4fbc-aa13-0c3d2350a3bb {
  display: unset;
}
#s-eacd28bc-3829-4fbc-aa13-0c3d2350a3bb, #wrap-s-eacd28bc-3829-4fbc-aa13-0c3d2350a3bb, #wrap-content-s-eacd28bc-3829-4fbc-aa13-0c3d2350a3bb { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eacd28bc-3829-4fbc-aa13-0c3d2350a3bb {
  display: unset;
}
#s-eacd28bc-3829-4fbc-aa13-0c3d2350a3bb, #wrap-s-eacd28bc-3829-4fbc-aa13-0c3d2350a3bb, #wrap-content-s-eacd28bc-3829-4fbc-aa13-0c3d2350a3bb { display: unset !important; }}@media (max-width: 767px){#s-eacd28bc-3829-4fbc-aa13-0c3d2350a3bb {
  display: unset;
}
#s-eacd28bc-3829-4fbc-aa13-0c3d2350a3bb, #wrap-s-eacd28bc-3829-4fbc-aa13-0c3d2350a3bb, #wrap-content-s-eacd28bc-3829-4fbc-aa13-0c3d2350a3bb { display: unset !important; }}







#s-eacd28bc-3829-4fbc-aa13-0c3d2350a3bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eacd28bc-3829-4fbc-aa13-0c3d2350a3bb {
  cursor: pointer;
}#s-eacd28bc-3829-4fbc-aa13-0c3d2350a3bb.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9931ef8b-8e26-42bf-9ffc-9d041bd68862"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9931ef8b-8e26-42bf-9ffc-9d041bd68862"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-9931ef8b-8e26-42bf-9ffc-9d041bd68862"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-9931ef8b-8e26-42bf-9ffc-9d041bd68862"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (max-width: 767px) {
  [id="s-9931ef8b-8e26-42bf-9ffc-9d041bd68862"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d7f2971f-22f8-485b-9b2b-aa2963166ee6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d7f2971f-22f8-485b-9b2b-aa2963166ee6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7f2971f-22f8-485b-9b2b-aa2963166ee6.shg-box.shg-c {
  justify-content: center;
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
  margin-top: 8px;
}
}
#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
  margin: 0 !important;
  overflow: visible;
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
  /* Add background color handling */
  
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shogun-image-content {
  
    justify-content: center;
  
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shg-align-container {
  display: flex;
  justify-content: center
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image {
  box-sizing: border-box;
}


.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container {
      position: relative;
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
  margin: 0 !important;
  overflow: visible;
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
  /* Add background color handling */
  
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shogun-image-content {
  
    justify-content: center;
  
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shg-align-container {
  display: flex;
  justify-content: center
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image {
  box-sizing: border-box;
}


.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container {
      position: relative;
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 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-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
  margin: 0 !important;
  overflow: visible;
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
  /* Add background color handling */
  
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shogun-image-content {
  
    justify-content: center;
  
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shg-align-container {
  display: flex;
  justify-content: center
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image {
  box-sizing: border-box;
}


.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container {
      position: relative;
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 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-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
  margin: 0 !important;
  overflow: visible;
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
  /* Add background color handling */
  
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shogun-image-content {
  
    justify-content: center;
  
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shg-align-container {
  display: flex;
  justify-content: center
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image {
  box-sizing: border-box;
}


.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container {
      position: relative;
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
  margin: 0 !important;
  overflow: visible;
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 8px;
  
}

.shg-image-content-margin-container-s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
  /* Add background color handling */
  
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shogun-image-content {
  
    justify-content: center;
  
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shg-align-container {
  display: flex;
  justify-content: center
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image {
  box-sizing: border-box;
}


.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container {
      position: relative;
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-327b5e78-8ac8-4d1f-b6ad-2c8bb9e55516 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
  margin: 0 !important;
  overflow: visible;
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
  /* Add background color handling */
  
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shogun-image-content {
  
    justify-content: center;
  
}

.s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image {
  box-sizing: border-box;
}



.s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container {
      position: relative;
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
  margin: 0 !important;
  overflow: visible;
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
  /* Add background color handling */
  
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shogun-image-content {
  
    justify-content: center;
  
}

.s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image {
  box-sizing: border-box;
}



.s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container {
      position: relative;
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e 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-165a518f-ff1b-4b5a-a70e-87b4c513378e {
  margin: 0 !important;
  overflow: visible;
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
  /* Add background color handling */
  
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shogun-image-content {
  
    justify-content: center;
  
}

.s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image {
  box-sizing: border-box;
}



.s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container {
      position: relative;
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e 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-165a518f-ff1b-4b5a-a70e-87b4c513378e {
  margin: 0 !important;
  overflow: visible;
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
  /* Add background color handling */
  
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shogun-image-content {
  
    justify-content: center;
  
}

.s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image {
  box-sizing: border-box;
}



.s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container {
      position: relative;
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
  margin: 0 !important;
  overflow: visible;
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
  /* Add background color handling */
  
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-165a518f-ff1b-4b5a-a70e-87b4c513378e .shogun-image-content {
  
    justify-content: center;
  
}

.s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image {
  box-sizing: border-box;
}



.s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container {
      position: relative;
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-165a518f-ff1b-4b5a-a70e-87b4c513378e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-c684f8f8-372d-4e04-a820-14c4a1d4c296 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 13px;
margin-right: auto;
}

#s-d9a6c5a9-2b1a-4335-9d9b-21ba966ad917 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d9a6c5a9-2b1a-4335-9d9b-21ba966ad917 {
  margin-left: 14%;
margin-right: 14%;
}
}@media (max-width: 767px){#s-d9a6c5a9-2b1a-4335-9d9b-21ba966ad917 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-d9a6c5a9-2b1a-4335-9d9b-21ba966ad917 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 46px;
  line-height: 1em;
  
  
}



#s-aa40e78a-790a-48e4-918d-69a086f79add {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa40e78a-790a-48e4-918d-69a086f79add .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-3eaa67a1-3610-4ade-a9ea-955a8da93932 {
  margin-top: 22px;
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(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(37, 37, 37, 1);
}
#s-3eaa67a1-3610-4ade-a9ea-955a8da93932:hover {background-color: rgba(206, 125, 217, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3eaa67a1-3610-4ade-a9ea-955a8da93932:active {background-color: rgba(230, 109, 35, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3eaa67a1-3610-4ade-a9ea-955a8da93932-root {
    text-align: center;
  }


#s-3eaa67a1-3610-4ade-a9ea-955a8da93932.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3eaa67a1-3610-4ade-a9ea-955a8da93932-root {
    text-align: center;
  }


#s-3eaa67a1-3610-4ade-a9ea-955a8da93932.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3eaa67a1-3610-4ade-a9ea-955a8da93932-root {
    text-align: center;
  }


#s-3eaa67a1-3610-4ade-a9ea-955a8da93932.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3eaa67a1-3610-4ade-a9ea-955a8da93932-root {
    text-align: center;
  }


#s-3eaa67a1-3610-4ade-a9ea-955a8da93932.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3eaa67a1-3610-4ade-a9ea-955a8da93932-root {
    text-align: center;
  }


#s-3eaa67a1-3610-4ade-a9ea-955a8da93932.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-df694948-c697-48f6-903f-175ab0c61c85 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-df694948-c697-48f6-903f-175ab0c61c85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df694948-c697-48f6-903f-175ab0c61c85 {
  cursor: pointer;
}#s-df694948-c697-48f6-903f-175ab0c61c85.shg-box.shg-c {
  justify-content: center;
}

#s-61529539-dd2a-41c6-b945-a4a058ac82fa {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
background-position: center center;
}

#s-61529539-dd2a-41c6-b945-a4a058ac82fa {
  background-image: url(https://i.shgcdn.com/28681741-3cf6-4ce3-a8b8-35a0d5cbd1b9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-61529539-dd2a-41c6-b945-a4a058ac82fa {
  background-image: url(https://i.shgcdn.com/28681741-3cf6-4ce3-a8b8-35a0d5cbd1b9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-61529539-dd2a-41c6-b945-a4a058ac82fa.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-61529539-dd2a-41c6-b945-a4a058ac82fa {
  background-image: url(https://i.shgcdn.com/28681741-3cf6-4ce3-a8b8-35a0d5cbd1b9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-61529539-dd2a-41c6-b945-a4a058ac82fa.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-61529539-dd2a-41c6-b945-a4a058ac82fa {
  background-image: url(https://i.shgcdn.com/28681741-3cf6-4ce3-a8b8-35a0d5cbd1b9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-61529539-dd2a-41c6-b945-a4a058ac82fa.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-61529539-dd2a-41c6-b945-a4a058ac82fa {
  background-image: url(https://i.shgcdn.com/28681741-3cf6-4ce3-a8b8-35a0d5cbd1b9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-61529539-dd2a-41c6-b945-a4a058ac82fa.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-61529539-dd2a-41c6-b945-a4a058ac82fa {
  background-image: url(https://i.shgcdn.com/28681741-3cf6-4ce3-a8b8-35a0d5cbd1b9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-61529539-dd2a-41c6-b945-a4a058ac82fa.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-61529539-dd2a-41c6-b945-a4a058ac82fa {
  background-image: url(https://i.shgcdn.com/28681741-3cf6-4ce3-a8b8-35a0d5cbd1b9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-61529539-dd2a-41c6-b945-a4a058ac82fa.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-61529539-dd2a-41c6-b945-a4a058ac82fa {
  background-image: url(https://i.shgcdn.com/28681741-3cf6-4ce3-a8b8-35a0d5cbd1b9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-61529539-dd2a-41c6-b945-a4a058ac82fa.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-61529539-dd2a-41c6-b945-a4a058ac82fa {
  background-image: url(https://i.shgcdn.com/28681741-3cf6-4ce3-a8b8-35a0d5cbd1b9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-61529539-dd2a-41c6-b945-a4a058ac82fa.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-61529539-dd2a-41c6-b945-a4a058ac82fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61529539-dd2a-41c6-b945-a4a058ac82fa.shg-box.shg-c {
  justify-content: center;
}

#s-aba3ff35-60aa-4236-a212-ecae5dd56f6c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aba3ff35-60aa-4236-a212-ecae5dd56f6c .shogun-heading-component h1 {
  color: rgba(255, 138, 89, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 0.5em;
  
  
}



#s-d737a97b-01a7-4b02-90e7-6e3810632a08 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d737a97b-01a7-4b02-90e7-6e3810632a08 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 0.5em;
  letter-spacing: 3px;
  
}


@media (max-width: 767px){#s-d737a97b-01a7-4b02-90e7-6e3810632a08 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 0.5em;
  letter-spacing: 3px;
  
}


}
#s-1476e5b8-989f-436f-a97a-c17b6e8c356e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1476e5b8-989f-436f-a97a-c17b6e8c356e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 39px;
  line-height: 0.5em;
  letter-spacing: 3px;
  
}


@media (max-width: 767px){#s-1476e5b8-989f-436f-a97a-c17b6e8c356e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.5em;
  letter-spacing: 3px;
  
}


}
#s-f2b8f016-6d84-428a-9f25-d54a92f12e11 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2b8f016-6d84-428a-9f25-d54a92f12e11 .shogun-heading-component h1 {
  color: rgba(252, 203, 252, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-73fe4cee-d36c-4018-a2e0-cc6f55b08b2e {
  margin-top: 5px;
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(245, 115, 59, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-73fe4cee-d36c-4018-a2e0-cc6f55b08b2e:hover {background-color: rgba(245, 115, 59, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-73fe4cee-d36c-4018-a2e0-cc6f55b08b2e:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-73fe4cee-d36c-4018-a2e0-cc6f55b08b2e-root {
    text-align: center;
  }


#s-73fe4cee-d36c-4018-a2e0-cc6f55b08b2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-73fe4cee-d36c-4018-a2e0-cc6f55b08b2e-root {
    text-align: center;
  }


#s-73fe4cee-d36c-4018-a2e0-cc6f55b08b2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73fe4cee-d36c-4018-a2e0-cc6f55b08b2e-root {
    text-align: center;
  }


#s-73fe4cee-d36c-4018-a2e0-cc6f55b08b2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73fe4cee-d36c-4018-a2e0-cc6f55b08b2e-root {
    text-align: center;
  }


#s-73fe4cee-d36c-4018-a2e0-cc6f55b08b2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-73fe4cee-d36c-4018-a2e0-cc6f55b08b2e-root {
    text-align: center;
  }


#s-73fe4cee-d36c-4018-a2e0-cc6f55b08b2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ac8697bf-7827-4ea0-89de-2b781507839b {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ac8697bf-7827-4ea0-89de-2b781507839b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-ac8697bf-7827-4ea0-89de-2b781507839b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.25px);
}

}

@media (min-width: 992px) {
[id="s-ac8697bf-7827-4ea0-89de-2b781507839b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.25px);
}

}

@media (min-width: 1200px) {
[id="s-ac8697bf-7827-4ea0-89de-2b781507839b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.25px);
}

}

#s-ec212e29-7462-424e-bc04-386bca38b555 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ec212e29-7462-424e-bc04-386bca38b555 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec212e29-7462-424e-bc04-386bca38b555-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec212e29-7462-424e-bc04-386bca38b555 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-ec212e29-7462-424e-bc04-386bca38b555 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec212e29-7462-424e-bc04-386bca38b555 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ec212e29-7462-424e-bc04-386bca38b555 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec212e29-7462-424e-bc04-386bca38b555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image {
  box-sizing: border-box;
}


.s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec212e29-7462-424e-bc04-386bca38b555 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container {
      position: relative;
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-ec212e29-7462-424e-bc04-386bca38b555 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec212e29-7462-424e-bc04-386bca38b555-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec212e29-7462-424e-bc04-386bca38b555 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec212e29-7462-424e-bc04-386bca38b555 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec212e29-7462-424e-bc04-386bca38b555 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ec212e29-7462-424e-bc04-386bca38b555 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec212e29-7462-424e-bc04-386bca38b555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image {
  box-sizing: border-box;
}


.s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec212e29-7462-424e-bc04-386bca38b555 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container {
      position: relative;
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555 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-ec212e29-7462-424e-bc04-386bca38b555 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec212e29-7462-424e-bc04-386bca38b555-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec212e29-7462-424e-bc04-386bca38b555 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec212e29-7462-424e-bc04-386bca38b555 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec212e29-7462-424e-bc04-386bca38b555 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ec212e29-7462-424e-bc04-386bca38b555 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec212e29-7462-424e-bc04-386bca38b555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image {
  box-sizing: border-box;
}


.s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec212e29-7462-424e-bc04-386bca38b555 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container {
      position: relative;
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555 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-ec212e29-7462-424e-bc04-386bca38b555 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec212e29-7462-424e-bc04-386bca38b555-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec212e29-7462-424e-bc04-386bca38b555 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec212e29-7462-424e-bc04-386bca38b555 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec212e29-7462-424e-bc04-386bca38b555 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ec212e29-7462-424e-bc04-386bca38b555 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec212e29-7462-424e-bc04-386bca38b555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image {
  box-sizing: border-box;
}


.s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec212e29-7462-424e-bc04-386bca38b555 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container {
      position: relative;
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-ec212e29-7462-424e-bc04-386bca38b555 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec212e29-7462-424e-bc04-386bca38b555-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec212e29-7462-424e-bc04-386bca38b555 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec212e29-7462-424e-bc04-386bca38b555 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec212e29-7462-424e-bc04-386bca38b555 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ec212e29-7462-424e-bc04-386bca38b555 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec212e29-7462-424e-bc04-386bca38b555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image {
  box-sizing: border-box;
}


.s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ec212e29-7462-424e-bc04-386bca38b555 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec212e29-7462-424e-bc04-386bca38b555 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container {
      position: relative;
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec212e29-7462-424e-bc04-386bca38b555 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
  margin: 0 !important;
  overflow: visible;
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
  /* Add background color handling */
  
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image {
  box-sizing: border-box;
}


.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container {
      position: relative;
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
  margin: 0 !important;
  overflow: visible;
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
  /* Add background color handling */
  
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image {
  box-sizing: border-box;
}


.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container {
      position: relative;
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7 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-18452039-5e38-4cb4-9fc6-5f728a845be7 {
  margin: 0 !important;
  overflow: visible;
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
  /* Add background color handling */
  
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image {
  box-sizing: border-box;
}


.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container {
      position: relative;
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7 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-18452039-5e38-4cb4-9fc6-5f728a845be7 {
  margin: 0 !important;
  overflow: visible;
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
  /* Add background color handling */
  
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image {
  box-sizing: border-box;
}


.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container {
      position: relative;
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
  margin: 0 !important;
  overflow: visible;
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
  /* Add background color handling */
  
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image {
  box-sizing: border-box;
}


.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-18452039-5e38-4cb4-9fc6-5f728a845be7 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18452039-5e38-4cb4-9fc6-5f728a845be7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container {
      position: relative;
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18452039-5e38-4cb4-9fc6-5f728a845be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
  margin: 0 !important;
  overflow: visible;
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
  /* Add background color handling */
  
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image {
  box-sizing: border-box;
}


.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container {
      position: relative;
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
  margin: 0 !important;
  overflow: visible;
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
  /* Add background color handling */
  
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image {
  box-sizing: border-box;
}


.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container {
      position: relative;
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d 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-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
  margin: 0 !important;
  overflow: visible;
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
  /* Add background color handling */
  
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image {
  box-sizing: border-box;
}


.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container {
      position: relative;
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d 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-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
  margin: 0 !important;
  overflow: visible;
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
  /* Add background color handling */
  
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image {
  box-sizing: border-box;
}


.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container {
      position: relative;
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
  margin: 0 !important;
  overflow: visible;
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
  /* Add background color handling */
  
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image {
  box-sizing: border-box;
}


.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container {
      position: relative;
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2601e35-6f07-4ddb-8120-16e382ac0e4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-8558d48d-4063-46d7-85d0-03940e916d86 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8558d48d-4063-46d7-85d0-03940e916d86 {
  margin: 0 !important;
  overflow: visible;
}

#s-8558d48d-4063-46d7-85d0-03940e916d86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8558d48d-4063-46d7-85d0-03940e916d86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-8558d48d-4063-46d7-85d0-03940e916d86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
  /* Add background color handling */
  
}

#s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8558d48d-4063-46d7-85d0-03940e916d86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8558d48d-4063-46d7-85d0-03940e916d86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8558d48d-4063-46d7-85d0-03940e916d86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image {
  box-sizing: border-box;
}


.s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8558d48d-4063-46d7-85d0-03940e916d86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container {
      position: relative;
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-8558d48d-4063-46d7-85d0-03940e916d86 {
  margin: 0 !important;
  overflow: visible;
}

#s-8558d48d-4063-46d7-85d0-03940e916d86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8558d48d-4063-46d7-85d0-03940e916d86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8558d48d-4063-46d7-85d0-03940e916d86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
  /* Add background color handling */
  
}

#s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8558d48d-4063-46d7-85d0-03940e916d86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8558d48d-4063-46d7-85d0-03940e916d86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8558d48d-4063-46d7-85d0-03940e916d86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image {
  box-sizing: border-box;
}


.s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8558d48d-4063-46d7-85d0-03940e916d86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container {
      position: relative;
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86 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-8558d48d-4063-46d7-85d0-03940e916d86 {
  margin: 0 !important;
  overflow: visible;
}

#s-8558d48d-4063-46d7-85d0-03940e916d86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8558d48d-4063-46d7-85d0-03940e916d86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8558d48d-4063-46d7-85d0-03940e916d86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
  /* Add background color handling */
  
}

#s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8558d48d-4063-46d7-85d0-03940e916d86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8558d48d-4063-46d7-85d0-03940e916d86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8558d48d-4063-46d7-85d0-03940e916d86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image {
  box-sizing: border-box;
}


.s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8558d48d-4063-46d7-85d0-03940e916d86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container {
      position: relative;
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86 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-8558d48d-4063-46d7-85d0-03940e916d86 {
  margin: 0 !important;
  overflow: visible;
}

#s-8558d48d-4063-46d7-85d0-03940e916d86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8558d48d-4063-46d7-85d0-03940e916d86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8558d48d-4063-46d7-85d0-03940e916d86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
  /* Add background color handling */
  
}

#s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8558d48d-4063-46d7-85d0-03940e916d86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8558d48d-4063-46d7-85d0-03940e916d86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8558d48d-4063-46d7-85d0-03940e916d86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image {
  box-sizing: border-box;
}


.s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8558d48d-4063-46d7-85d0-03940e916d86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container {
      position: relative;
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-8558d48d-4063-46d7-85d0-03940e916d86 {
  margin: 0 !important;
  overflow: visible;
}

#s-8558d48d-4063-46d7-85d0-03940e916d86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8558d48d-4063-46d7-85d0-03940e916d86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8558d48d-4063-46d7-85d0-03940e916d86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
  /* Add background color handling */
  
}

#s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8558d48d-4063-46d7-85d0-03940e916d86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8558d48d-4063-46d7-85d0-03940e916d86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8558d48d-4063-46d7-85d0-03940e916d86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image {
  box-sizing: border-box;
}


.s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8558d48d-4063-46d7-85d0-03940e916d86 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8558d48d-4063-46d7-85d0-03940e916d86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container {
      position: relative;
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8558d48d-4063-46d7-85d0-03940e916d86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
  margin: 0 !important;
  overflow: visible;
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
  /* Add background color handling */
  
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image {
  box-sizing: border-box;
}


.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container {
      position: relative;
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
  margin: 0 !important;
  overflow: visible;
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
  /* Add background color handling */
  
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image {
  box-sizing: border-box;
}


.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container {
      position: relative;
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa 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-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
  margin: 0 !important;
  overflow: visible;
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
  /* Add background color handling */
  
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image {
  box-sizing: border-box;
}


.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container {
      position: relative;
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa 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-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
  margin: 0 !important;
  overflow: visible;
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
  /* Add background color handling */
  
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image {
  box-sizing: border-box;
}


.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container {
      position: relative;
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
  margin: 0 !important;
  overflow: visible;
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
  /* Add background color handling */
  
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image {
  box-sizing: border-box;
}


.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container {
      position: relative;
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96f958a5-5b9b-49dc-b15f-a0d86c2154fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image {
  box-sizing: border-box;
}


.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container {
      position: relative;
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image {
  box-sizing: border-box;
}


.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container {
      position: relative;
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 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-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image {
  box-sizing: border-box;
}


.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container {
      position: relative;
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 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-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image {
  box-sizing: border-box;
}


.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container {
      position: relative;
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image {
  box-sizing: border-box;
}


.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container {
      position: relative;
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbdb7ce-680b-44fc-a4db-eefc89fdd6f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image {
  box-sizing: border-box;
}


.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container {
      position: relative;
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image {
  box-sizing: border-box;
}


.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container {
      position: relative;
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9 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-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image {
  box-sizing: border-box;
}


.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container {
      position: relative;
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9 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-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image {
  box-sizing: border-box;
}


.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container {
      position: relative;
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image {
  box-sizing: border-box;
}


.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container {
      position: relative;
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e75c0bb3-e461-4aad-80b9-35955dce28c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image {
  box-sizing: border-box;
}


.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container {
      position: relative;
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image {
  box-sizing: border-box;
}


.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container {
      position: relative;
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55 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-8f7d44a6-e11a-4907-a733-89289deb2f55 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image {
  box-sizing: border-box;
}


.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container {
      position: relative;
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55 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-8f7d44a6-e11a-4907-a733-89289deb2f55 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image {
  box-sizing: border-box;
}


.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container {
      position: relative;
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image {
  box-sizing: border-box;
}


.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8f7d44a6-e11a-4907-a733-89289deb2f55 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f7d44a6-e11a-4907-a733-89289deb2f55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container {
      position: relative;
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f7d44a6-e11a-4907-a733-89289deb2f55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-885fff7f-da99-4b3f-b54a-0180baa6f96e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-885fff7f-da99-4b3f-b54a-0180baa6f96e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-885fff7f-da99-4b3f-b54a-0180baa6f96e {
  cursor: pointer;
}#s-885fff7f-da99-4b3f-b54a-0180baa6f96e.shg-box.shg-c {
  justify-content: center;
}

#s-9c841449-6491-4340-af5b-827e84553362 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-9c841449-6491-4340-af5b-827e84553362 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c841449-6491-4340-af5b-827e84553362.shg-box.shg-c {
  justify-content: center;
}

#s-b55a8b8b-61ad-49a3-9729-289f88990559 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-b55a8b8b-61ad-49a3-9729-289f88990559"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b55a8b8b-61ad-49a3-9729-289f88990559"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b55a8b8b-61ad-49a3-9729-289f88990559"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b55a8b8b-61ad-49a3-9729-289f88990559"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-f84d57bb-1c21-48c4-8f17-f6b4add7285b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f84d57bb-1c21-48c4-8f17-f6b4add7285b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f84d57bb-1c21-48c4-8f17-f6b4add7285b.shg-box.shg-c {
  justify-content: center;
}

#s-ed153bd8-f37b-4de0-89b3-fc6dcc75e9dd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed153bd8-f37b-4de0-89b3-fc6dcc75e9dd .shogun-heading-component h1 {
  color: rgba(152, 53, 150, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 24px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}



#s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e {
  margin-top: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e {
  display: none;
}
#s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e, #wrap-s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e, #wrap-content-s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e { display: none !important; }}@media (max-width: 767px){#s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e {
  padding-top: 13px;
padding-bottom: 5px;
}
}
#s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}


}
#s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e {
  display: none;
}
#s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e, #wrap-s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e, #wrap-content-s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e {
  display: none;
}
#s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e, #wrap-s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e, #wrap-content-s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e { display: none !important; }}@media (max-width: 767px){#s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e {
  display: none;
}
#s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e, #wrap-s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e, #wrap-content-s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e { display: none !important; }}
#s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}



#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 {
  display: none;
}
#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8, #wrap-s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8, #wrap-content-s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 {
  display: unset;
}
#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8, #wrap-s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8, #wrap-content-s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 {
  display: none;
}
#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8, #wrap-s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8, #wrap-content-s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 { display: none !important; }}@media (max-width: 767px){#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 {
  margin-bottom: 6px;
}
}
#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 51px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-4663e174-e4a6-4503-a759-99fb256f6319 {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4663e174-e4a6-4503-a759-99fb256f6319 {
  display: none;
}
#s-4663e174-e4a6-4503-a759-99fb256f6319, #wrap-s-4663e174-e4a6-4503-a759-99fb256f6319, #wrap-content-s-4663e174-e4a6-4503-a759-99fb256f6319 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4663e174-e4a6-4503-a759-99fb256f6319 {
  display: none;
}
#s-4663e174-e4a6-4503-a759-99fb256f6319, #wrap-s-4663e174-e4a6-4503-a759-99fb256f6319, #wrap-content-s-4663e174-e4a6-4503-a759-99fb256f6319 { display: none !important; }}@media (max-width: 767px){#s-4663e174-e4a6-4503-a759-99fb256f6319 {
  display: none;
}
#s-4663e174-e4a6-4503-a759-99fb256f6319, #wrap-s-4663e174-e4a6-4503-a759-99fb256f6319, #wrap-content-s-4663e174-e4a6-4503-a759-99fb256f6319 { display: none !important; }}
#s-4663e174-e4a6-4503-a759-99fb256f6319 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 68px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-70f02361-043c-4dc1-bcf7-19ddc844b77c {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-70f02361-043c-4dc1-bcf7-19ddc844b77c {
  display: none;
}
#s-70f02361-043c-4dc1-bcf7-19ddc844b77c, #wrap-s-70f02361-043c-4dc1-bcf7-19ddc844b77c, #wrap-content-s-70f02361-043c-4dc1-bcf7-19ddc844b77c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70f02361-043c-4dc1-bcf7-19ddc844b77c {
  display: none;
}
#s-70f02361-043c-4dc1-bcf7-19ddc844b77c, #wrap-s-70f02361-043c-4dc1-bcf7-19ddc844b77c, #wrap-content-s-70f02361-043c-4dc1-bcf7-19ddc844b77c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70f02361-043c-4dc1-bcf7-19ddc844b77c {
  padding-top: 1px;
}
}@media (max-width: 767px){#s-70f02361-043c-4dc1-bcf7-19ddc844b77c {
  display: none;
}
#s-70f02361-043c-4dc1-bcf7-19ddc844b77c, #wrap-s-70f02361-043c-4dc1-bcf7-19ddc844b77c, #wrap-content-s-70f02361-043c-4dc1-bcf7-19ddc844b77c { display: none !important; }}
#s-70f02361-043c-4dc1-bcf7-19ddc844b77c .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-0534b5a9-309a-4de8-875f-3678897e0250 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0534b5a9-309a-4de8-875f-3678897e0250 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0534b5a9-309a-4de8-875f-3678897e0250.shg-box.shg-c {
  justify-content: center;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  margin-left: auto;
margin-right: auto;
max-width: 1116px;
aspect-ratio: 1116/454;
text-align: center;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  margin: 0 !important;
  overflow: visible;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add background color handling */
  
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }

    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-link {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1116px;
  }



  img.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
    
    
    
    max-height: 1116px;
  }


.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
  box-sizing: border-box;
}



.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
      --shg-aspect-ratio: calc(1116/454); 
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
      position: relative;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1116px;
    }
  }

@media (min-width: 1200px){#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  margin: 0 !important;
  overflow: visible;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add background color handling */
  
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }

    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-link {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1116px;
  }



  img.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
    
    
    
    max-height: 1116px;
  }


.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
  box-sizing: border-box;
}



.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
      --shg-aspect-ratio: calc(1116/454); 
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
      position: relative;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1116px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  margin: 0 !important;
  overflow: visible;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add background color handling */
  
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }

    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-link {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1116px;
  }



  img.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
    
    
    
    max-height: 1116px;
  }


.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
  box-sizing: border-box;
}



.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
      --shg-aspect-ratio: calc(1116/454); 
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
      position: relative;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1116px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  margin: 0 !important;
  overflow: visible;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add background color handling */
  
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }

    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-link {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1116px;
  }



  img.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
    
    
    
    max-height: 1116px;
  }


.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
  box-sizing: border-box;
}



.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
      --shg-aspect-ratio: calc(1116/454); 
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
      position: relative;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1116px;
    }
  }

}@media (max-width: 767px){#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  margin: 0 !important;
  overflow: visible;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add background color handling */
  
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }

    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-link {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1116px;
  }



  img.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
    
    
    
    max-height: 1116px;
  }


.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
  box-sizing: border-box;
}



.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
      --shg-aspect-ratio: calc(1116/454); 
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
      position: relative;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1116px;
    }
  }

}
#s-56017aea-a687-421a-aa89-8825d0a6bebc {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-56017aea-a687-421a-aa89-8825d0a6bebc {
  display: none;
}
#s-56017aea-a687-421a-aa89-8825d0a6bebc, #wrap-s-56017aea-a687-421a-aa89-8825d0a6bebc, #wrap-content-s-56017aea-a687-421a-aa89-8825d0a6bebc { display: none !important; }}@media (max-width: 767px){#s-56017aea-a687-421a-aa89-8825d0a6bebc {
  margin-top: 13px;
}
}
#s-56017aea-a687-421a-aa89-8825d0a6bebc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-97f994c3-6f94-4579-a47d-95fc9ed433ec {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-97f994c3-6f94-4579-a47d-95fc9ed433ec:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97f994c3-6f94-4579-a47d-95fc9ed433ec:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-97f994c3-6f94-4579-a47d-95fc9ed433ec {
  margin-left: 9%;
margin-right: 9%;
}
}

  #s-97f994c3-6f94-4579-a47d-95fc9ed433ec-root {
    text-align: center;
  }


#s-97f994c3-6f94-4579-a47d-95fc9ed433ec.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-97f994c3-6f94-4579-a47d-95fc9ed433ec-root {
    text-align: center;
  }


#s-97f994c3-6f94-4579-a47d-95fc9ed433ec.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97f994c3-6f94-4579-a47d-95fc9ed433ec-root {
    text-align: center;
  }


#s-97f994c3-6f94-4579-a47d-95fc9ed433ec.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97f994c3-6f94-4579-a47d-95fc9ed433ec-root {
    text-align: center;
  }


#s-97f994c3-6f94-4579-a47d-95fc9ed433ec.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-97f994c3-6f94-4579-a47d-95fc9ed433ec-root {
    text-align: center;
  }


#s-97f994c3-6f94-4579-a47d-95fc9ed433ec.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}
#s-25ecd12c-477e-4643-b08a-02ea61925526 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-25ecd12c-477e-4643-b08a-02ea61925526 {
  margin-left: 9%;
margin-right: 9%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-25ecd12c-477e-4643-b08a-02ea61925526 {
  display: none;
}
#s-25ecd12c-477e-4643-b08a-02ea61925526, #wrap-s-25ecd12c-477e-4643-b08a-02ea61925526, #wrap-content-s-25ecd12c-477e-4643-b08a-02ea61925526 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25ecd12c-477e-4643-b08a-02ea61925526 {
  display: none;
}
#s-25ecd12c-477e-4643-b08a-02ea61925526, #wrap-s-25ecd12c-477e-4643-b08a-02ea61925526, #wrap-content-s-25ecd12c-477e-4643-b08a-02ea61925526 { display: none !important; }}@media (max-width: 767px){#s-25ecd12c-477e-4643-b08a-02ea61925526 {
  display: none;
}
#s-25ecd12c-477e-4643-b08a-02ea61925526, #wrap-s-25ecd12c-477e-4643-b08a-02ea61925526, #wrap-content-s-25ecd12c-477e-4643-b08a-02ea61925526 { display: none !important; }}
#s-25ecd12c-477e-4643-b08a-02ea61925526 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-97d20247-3f59-4796-ab12-376f61587b8c {
  margin-top: 6px;
margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-97d20247-3f59-4796-ab12-376f61587b8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97d20247-3f59-4796-ab12-376f61587b8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-97d20247-3f59-4796-ab12-376f61587b8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-97d20247-3f59-4796-ab12-376f61587b8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-de6b82d2-de26-463f-8060-053976e0dade {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-de6b82d2-de26-463f-8060-053976e0dade > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de6b82d2-de26-463f-8060-053976e0dade {
  cursor: pointer;
}#s-de6b82d2-de26-463f-8060-053976e0dade.shg-box.shg-c {
  justify-content: center;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  margin-left: auto;
margin-right: auto;
max-width: 656px;
aspect-ratio: 656/684;
text-align: center;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  margin: 0 !important;
  overflow: visible;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add background color handling */
  
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
  box-sizing: border-box;
}



.s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
      position: relative;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

@media (min-width: 1200px){#s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  margin: 0 !important;
  overflow: visible;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add background color handling */
  
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
  box-sizing: border-box;
}



.s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
      position: relative;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  margin: 0 !important;
  overflow: visible;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add background color handling */
  
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
  box-sizing: border-box;
}



.s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
      position: relative;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  margin: 0 !important;
  overflow: visible;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add background color handling */
  
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
  box-sizing: border-box;
}



.s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
      position: relative;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (max-width: 767px){#s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  margin: 0 !important;
  overflow: visible;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add background color handling */
  
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
  box-sizing: border-box;
}



.s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
      position: relative;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}
#s-3ec51cb6-1adc-419f-8c59-f80e60ec8c1e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ec51cb6-1adc-419f-8c59-f80e60ec8c1e .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-43e99a6f-053f-404c-86f3-17da483c980f {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-43e99a6f-053f-404c-86f3-17da483c980f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1755feb5-a1eb-456e-ae45-436fff1dafaa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1755feb5-a1eb-456e-ae45-436fff1dafaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1755feb5-a1eb-456e-ae45-436fff1dafaa {
  cursor: pointer;
}#s-1755feb5-a1eb-456e-ae45-436fff1dafaa.shg-box.shg-c {
  justify-content: center;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  margin-left: auto;
margin-right: auto;
max-width: 656px;
aspect-ratio: 656/684;
text-align: center;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  margin: 0 !important;
  overflow: visible;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add background color handling */
  
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
  box-sizing: border-box;
}



.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
      position: relative;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

@media (min-width: 1200px){#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  margin: 0 !important;
  overflow: visible;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add background color handling */
  
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
  box-sizing: border-box;
}



.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
      position: relative;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  margin: 0 !important;
  overflow: visible;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add background color handling */
  
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
  box-sizing: border-box;
}



.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
      position: relative;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  margin: 0 !important;
  overflow: visible;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add background color handling */
  
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
  box-sizing: border-box;
}



.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
      position: relative;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (max-width: 767px){#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  margin: 0 !important;
  overflow: visible;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add background color handling */
  
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
  box-sizing: border-box;
}



.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
      position: relative;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}
#s-77adc045-e17b-4c3c-80db-478913711924 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77adc045-e17b-4c3c-80db-478913711924 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-897ee013-dd02-40bd-9cc3-2c9e2966a57a {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-897ee013-dd02-40bd-9cc3-2c9e2966a57a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-10598496-ac34-423a-a716-5b59f19f3219 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-10598496-ac34-423a-a716-5b59f19f3219 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10598496-ac34-423a-a716-5b59f19f3219 {
  cursor: pointer;
}#s-10598496-ac34-423a-a716-5b59f19f3219.shg-box.shg-c {
  justify-content: center;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  margin-left: auto;
margin-right: auto;
max-width: 656px;
aspect-ratio: 656/684;
text-align: center;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
  box-sizing: border-box;
}



.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
      position: relative;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

@media (min-width: 1200px){#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
  box-sizing: border-box;
}



.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
      position: relative;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
  box-sizing: border-box;
}



.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
      position: relative;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
  box-sizing: border-box;
}



.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
      position: relative;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (max-width: 767px){#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
  box-sizing: border-box;
}



.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
      position: relative;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}
#s-27dd111c-3f02-4b0e-9ae9-d2fade3e5eee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27dd111c-3f02-4b0e-9ae9-d2fade3e5eee .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-f8ed4b6c-ac5b-43c6-8426-047ee74ee47d {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-f8ed4b6c-ac5b-43c6-8426-047ee74ee47d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-9ae2f4b5-f4df-4f9a-93a6-fc6f3057f7da {
  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-9ae2f4b5-f4df-4f9a-93a6-fc6f3057f7da {
  
}
}







#s-9ae2f4b5-f4df-4f9a-93a6-fc6f3057f7da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ae2f4b5-f4df-4f9a-93a6-fc6f3057f7da {
  cursor: pointer;
}#s-9ae2f4b5-f4df-4f9a-93a6-fc6f3057f7da.shg-box.shg-c {
  justify-content: center;
}

#s-fbccdd86-f1f8-4057-af27-f6cfa72ee854 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fbccdd86-f1f8-4057-af27-f6cfa72ee854 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbccdd86-f1f8-4057-af27-f6cfa72ee854.shg-box.shg-c {
  justify-content: center;
}

#s-c40fdf68-75d9-4655-a9e1-53406368e6d8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c40fdf68-75d9-4655-a9e1-53406368e6d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c40fdf68-75d9-4655-a9e1-53406368e6d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c40fdf68-75d9-4655-a9e1-53406368e6d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c40fdf68-75d9-4655-a9e1-53406368e6d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c40fdf68-75d9-4655-a9e1-53406368e6d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c40fdf68-75d9-4655-a9e1-53406368e6d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c40fdf68-75d9-4655-a9e1-53406368e6d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  margin: 0 !important;
  overflow: visible;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add background color handling */
  
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
  box-sizing: border-box;
}



.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
      position: relative;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  margin: 0 !important;
  overflow: visible;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add background color handling */
  
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
  box-sizing: border-box;
}



.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
      position: relative;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  margin: 0 !important;
  overflow: visible;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add background color handling */
  
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
  box-sizing: border-box;
}



.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
      position: relative;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  margin: 0 !important;
  overflow: visible;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add background color handling */
  
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
  box-sizing: border-box;
}



.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
      position: relative;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  margin: 0 !important;
  overflow: visible;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add background color handling */
  
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
  box-sizing: border-box;
}



.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
      position: relative;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-1beb47f5-5887-437b-b460-e82b2af54e19 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-1beb47f5-5887-437b-b460-e82b2af54e19 {
  margin-top: 10px;
}
}







#s-1beb47f5-5887-437b-b460-e82b2af54e19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1beb47f5-5887-437b-b460-e82b2af54e19.shg-box.shg-c {
  justify-content: center;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin-left: 45%;
margin-right: 45%;
max-width: 441px;
aspect-ratio: 441/382;
text-align: center;
}
@media (min-width: 1200px){#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin-left: 42%;
margin-right: 42%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin-left: 42%;
margin-right: 42%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin-left: 41%;
margin-right: 41%;
}
}@media (max-width: 767px){#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin-left: 37%;
margin-right: 37%;
}
}
#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }

    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-link {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 441px;
  }



  img.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
  box-sizing: border-box;
}



.s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
      --shg-aspect-ratio: calc(441/382); 
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
      position: relative;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 441px;
    }
  }

@media (min-width: 1200px){#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }

    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-link {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 441px;
  }



  img.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
  box-sizing: border-box;
}



.s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
      --shg-aspect-ratio: calc(441/382); 
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
      position: relative;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 441px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }

    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-link {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 441px;
  }



  img.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
  box-sizing: border-box;
}



.s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
      --shg-aspect-ratio: calc(441/382); 
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
      position: relative;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 441px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }

    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-link {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 441px;
  }



  img.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
  box-sizing: border-box;
}



.s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
      --shg-aspect-ratio: calc(441/382); 
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
      position: relative;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 441px;
    }
  }

}@media (max-width: 767px){#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }

    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-link {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 441px;
  }



  img.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
  box-sizing: border-box;
}



.s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
      --shg-aspect-ratio: calc(441/382); 
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
      position: relative;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 441px;
    }
  }

}
#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb {
  display: none;
}
#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb, #wrap-s-eb21dbe5-1c03-4aec-831f-db49d205fbbb, #wrap-content-s-eb21dbe5-1c03-4aec-831f-db49d205fbbb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb {
  display: none;
}
#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb, #wrap-s-eb21dbe5-1c03-4aec-831f-db49d205fbbb, #wrap-content-s-eb21dbe5-1c03-4aec-831f-db49d205fbbb { display: none !important; }}@media (max-width: 767px){#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb {
  display: unset;
}
#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb, #wrap-s-eb21dbe5-1c03-4aec-831f-db49d205fbbb, #wrap-content-s-eb21dbe5-1c03-4aec-831f-db49d205fbbb { display: unset !important; }}
#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Mochiy Pop One";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (max-width: 767px){#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Mochiy Pop One";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b {
  display: none;
}
#s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b, #wrap-s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b, #wrap-content-s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b { display: none !important; }}@media (max-width: 767px){#s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b {
  display: none;
}
#s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b, #wrap-s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b, #wrap-content-s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b { display: none !important; }}
#s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Mochiy Pop One";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-66c6b150-38b3-414f-8668-cf21e3b499e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-66c6b150-38b3-414f-8668-cf21e3b499e8 {
  display: none;
}
#s-66c6b150-38b3-414f-8668-cf21e3b499e8, #wrap-s-66c6b150-38b3-414f-8668-cf21e3b499e8, #wrap-content-s-66c6b150-38b3-414f-8668-cf21e3b499e8 { display: none !important; }}@media (max-width: 767px){#s-66c6b150-38b3-414f-8668-cf21e3b499e8 {
  display: none;
}
#s-66c6b150-38b3-414f-8668-cf21e3b499e8, #wrap-s-66c6b150-38b3-414f-8668-cf21e3b499e8, #wrap-content-s-66c6b150-38b3-414f-8668-cf21e3b499e8 { display: none !important; }}
#s-66c6b150-38b3-414f-8668-cf21e3b499e8 .shogun-heading-component h1 {
  color: rgba(180, 97, 190, 1);
  font-weight:  normal ;
  font-family: "Mochiy Pop One";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72 {
  display: none;
}
#s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72, #wrap-s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72, #wrap-content-s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72 {
  display: none;
}
#s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72, #wrap-s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72, #wrap-content-s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72 { display: none !important; }}
#s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72 .shogun-heading-component h1 {
  color: rgba(180, 97, 190, 1);
  font-weight:  normal ;
  font-family: "Mochiy Pop One";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (max-width: 767px){#s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72 .shogun-heading-component h1 {
  color: rgba(180, 97, 190, 1);
  font-weight:  normal ;
  font-family: "Mochiy Pop One";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-ad0c8788-c515-4358-aba2-44183897a315 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad0c8788-c515-4358-aba2-44183897a315 {
  display: none;
}
#s-ad0c8788-c515-4358-aba2-44183897a315, #wrap-s-ad0c8788-c515-4358-aba2-44183897a315, #wrap-content-s-ad0c8788-c515-4358-aba2-44183897a315 { display: none !important; }}
#s-ad0c8788-c515-4358-aba2-44183897a315 .shogun-heading-component h1 {
  color: rgba(49, 49, 49, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (max-width: 767px){#s-ad0c8788-c515-4358-aba2-44183897a315 .shogun-heading-component h1 {
  color: rgba(49, 49, 49, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb {
  display: none;
}
#s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb, #wrap-s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb, #wrap-content-s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb {
  display: none;
}
#s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb, #wrap-s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb, #wrap-content-s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb { display: none !important; }}@media (max-width: 767px){#s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb {
  display: none;
}
#s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb, #wrap-s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb, #wrap-content-s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb { display: none !important; }}
#s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb .shogun-heading-component h1 {
  color: rgba(49, 49, 49, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca {
  margin-top: 7px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca-root {
    text-align: center;
  }


#s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca-root {
    text-align: center;
  }


#s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca-root {
    text-align: center;
  }


#s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca-root {
    text-align: center;
  }


#s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca-root {
    text-align: center;
  }


#s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  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: 2240px;
aspect-ratio: 2240/742;
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: 2240/742;
      min-width: 100%;
      height: auto;
    }

    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-link {
      aspect-ratio: 2240/742;
      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: 2240px;
  }



  img.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
    
    
    
    max-height: 2240px;
  }


.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(2240/742); 
    }

    .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: 2240px;
    }
  }

@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: 2240/742;
      min-width: 100%;
      height: auto;
    }

    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-link {
      aspect-ratio: 2240/742;
      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: 2240px;
  }



  img.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
    
    
    
    max-height: 2240px;
  }


.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(2240/742); 
    }

    .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: 2240px;
    }
  }

}@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: 2240/742;
      min-width: 100%;
      height: auto;
    }

    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-link {
      aspect-ratio: 2240/742;
      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: 2240px;
  }



  img.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
    
    
    
    max-height: 2240px;
  }


.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(2240/742); 
    }

    .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: 2240px;
    }
  }

}@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: 2240/742;
      min-width: 100%;
      height: auto;
    }

    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-link {
      aspect-ratio: 2240/742;
      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: 2240px;
  }



  img.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
    
    
    
    max-height: 2240px;
  }


.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(2240/742); 
    }

    .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: 2240px;
    }
  }

}@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: 2240/742;
      min-width: 100%;
      height: auto;
    }

    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-link {
      aspect-ratio: 2240/742;
      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: 2240px;
  }



  img.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
    
    
    
    max-height: 2240px;
  }


.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(2240/742); 
    }

    .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: 2240px;
    }
  }

}
#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: 1377px;
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: 1377px;
  }



  img.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
    
    
    
    max-height: 1377px;
  }


.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: 1377px;
    }
  }

@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: 1377px;
  }



  img.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
    
    
    
    max-height: 1377px;
  }


.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: 1377px;
    }
  }

}@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: 1377px;
  }



  img.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
    
    
    
    max-height: 1377px;
  }


.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: 1377px;
    }
  }

}@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: 1377px;
  }



  img.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
    
    
    
    max-height: 1377px;
  }


.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: 1377px;
    }
  }

}@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: 1377px;
  }



  img.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
    
    
    
    max-height: 1377px;
  }


.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: 1377px;
    }
  }

}
#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: 1377px;
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: 1377px;
  }



  img.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
    
    
    
    max-height: 1377px;
  }


.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: 1377px;
    }
  }

@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: 1377px;
  }



  img.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
    
    
    
    max-height: 1377px;
  }


.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: 1377px;
    }
  }

}@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: 1377px;
  }



  img.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
    
    
    
    max-height: 1377px;
  }


.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: 1377px;
    }
  }

}@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: 1377px;
  }



  img.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
    
    
    
    max-height: 1377px;
  }


.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: 1377px;
    }
  }

}@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: 1377px;
  }



  img.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
    
    
    
    max-height: 1377px;
  }


.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: 1377px;
    }
  }

}
#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: 19px;
  
  
  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: 19px;
  
  
  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: 19px;
  
  
  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: 19px;
  
  
  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: 19px;
  
  
  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-f34cce11-4c65-43a2-a3c6-6cda6732f141 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 42px;
background-color: rgba(127, 14, 125, 1);
}








#s-f34cce11-4c65-43a2-a3c6-6cda6732f141 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f34cce11-4c65-43a2-a3c6-6cda6732f141.shg-box.shg-c {
  justify-content: center;
}

#s-06eee447-6675-4c07-ab33-2b1be2db7d0f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06eee447-6675-4c07-ab33-2b1be2db7d0f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/483;
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/483;
      min-width: 100%;
      height: auto;
    }

    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-link {
      aspect-ratio: 1500/483;
      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/483); 
    }

    .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/483;
      min-width: 100%;
      height: auto;
    }

    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-link {
      aspect-ratio: 1500/483;
      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/483); 
    }

    .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/483;
      min-width: 100%;
      height: auto;
    }

    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-link {
      aspect-ratio: 1500/483;
      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/483); 
    }

    .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/483;
      min-width: 100%;
      height: auto;
    }

    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-link {
      aspect-ratio: 1500/483;
      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/483); 
    }

    .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/483;
      min-width: 100%;
      height: auto;
    }

    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-link {
      aspect-ratio: 1500/483;
      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/483); 
    }

    .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(11, 123, 133, 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(11, 123, 133, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#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-bottom: 15px;
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 ;
}
}
#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/483;
text-align: center;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  margin: 0 !important;
  overflow: visible;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add background color handling */
  
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
  box-sizing: border-box;
}



.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
      position: relative;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  margin: 0 !important;
  overflow: visible;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add background color handling */
  
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
  box-sizing: border-box;
}



.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
      position: relative;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 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-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  margin: 0 !important;
  overflow: visible;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add background color handling */
  
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
  box-sizing: border-box;
}



.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
      position: relative;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 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-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  margin: 0 !important;
  overflow: visible;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add background color handling */
  
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
  box-sizing: border-box;
}



.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
      position: relative;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  margin: 0 !important;
  overflow: visible;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add background color handling */
  
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
  box-sizing: border-box;
}



.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
      position: relative;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#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-4499b4e7-fbf5-4682-8951-33579a6e6aea {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 42px;
background-color: rgba(127, 14, 125, 1);
}








#s-4499b4e7-fbf5-4682-8951-33579a6e6aea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4499b4e7-fbf5-4682-8951-33579a6e6aea.shg-box.shg-c {
  justify-content: center;
}

#s-f68f4e42-b334-455a-988e-4897c055a71e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f68f4e42-b334-455a-988e-4897c055a71e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/483;
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/483;
      min-width: 100%;
      height: auto;
    }

    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-link {
      aspect-ratio: 1500/483;
      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/483); 
    }

    .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/483;
      min-width: 100%;
      height: auto;
    }

    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-link {
      aspect-ratio: 1500/483;
      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/483); 
    }

    .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/483;
      min-width: 100%;
      height: auto;
    }

    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-link {
      aspect-ratio: 1500/483;
      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/483); 
    }

    .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/483;
      min-width: 100%;
      height: auto;
    }

    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-link {
      aspect-ratio: 1500/483;
      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/483); 
    }

    .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/483;
      min-width: 100%;
      height: auto;
    }

    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-link {
      aspect-ratio: 1500/483;
      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/483); 
    }

    .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(11, 123, 133, 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(234, 79, 62, 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-bottom: 15px;
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(11, 123, 133, 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-2a1eab04-b858-4eae-9241-d815066e5b17 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/483;
text-align: center;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
  box-sizing: border-box;
}



.s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a1eab04-b858-4eae-9241-d815066e5b17 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
      position: relative;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
  box-sizing: border-box;
}



.s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a1eab04-b858-4eae-9241-d815066e5b17 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
      position: relative;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17 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-2a1eab04-b858-4eae-9241-d815066e5b17 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
  box-sizing: border-box;
}



.s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a1eab04-b858-4eae-9241-d815066e5b17 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
      position: relative;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17 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-2a1eab04-b858-4eae-9241-d815066e5b17 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
  box-sizing: border-box;
}



.s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a1eab04-b858-4eae-9241-d815066e5b17 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
      position: relative;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
  box-sizing: border-box;
}



.s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a1eab04-b858-4eae-9241-d815066e5b17 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
      position: relative;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#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;
background-color: rgba(226, 177, 226, 1);
}
@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: 30px;
margin-bottom: 15px;
}

#s-6da2a3ac-f99a-49be-bc26-03e0cb358c12 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6da2a3ac-f99a-49be-bc26-03e0cb358c12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6da2a3ac-f99a-49be-bc26-03e0cb358c12.shg-box.shg-c {
  justify-content: center;
}

#s-22f9fccc-cf4a-49f0-8ea6-b7dc256149c2 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-22f9fccc-cf4a-49f0-8ea6-b7dc256149c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22f9fccc-cf4a-49f0-8ea6-b7dc256149c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-22f9fccc-cf4a-49f0-8ea6-b7dc256149c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-22f9fccc-cf4a-49f0-8ea6-b7dc256149c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-a47392c7-0c4b-45e8-8f5b-942ded22d8b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a47392c7-0c4b-45e8-8f5b-942ded22d8b5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a47392c7-0c4b-45e8-8f5b-942ded22d8b5 .shg-sld-nav-button.shg-sld-left,
#s-a47392c7-0c4b-45e8-8f5b-942ded22d8b5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  margin: 0 !important;
  overflow: visible;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add background color handling */
  
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-content {
  
    justify-content: center;
  
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
  box-sizing: border-box;
}



.s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-415cdf4b-76b2-48d9-aace-b5843c166cee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
      position: relative;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  margin: 0 !important;
  overflow: visible;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add background color handling */
  
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-content {
  
    justify-content: center;
  
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
  box-sizing: border-box;
}



.s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-415cdf4b-76b2-48d9-aace-b5843c166cee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
      position: relative;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  margin: 0 !important;
  overflow: visible;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add background color handling */
  
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-content {
  
    justify-content: center;
  
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
  box-sizing: border-box;
}



.s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-415cdf4b-76b2-48d9-aace-b5843c166cee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
      position: relative;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  margin: 0 !important;
  overflow: visible;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add background color handling */
  
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-content {
  
    justify-content: center;
  
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
  box-sizing: border-box;
}



.s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-415cdf4b-76b2-48d9-aace-b5843c166cee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
      position: relative;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  margin: 0 !important;
  overflow: visible;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add background color handling */
  
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-content {
  
    justify-content: center;
  
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
  box-sizing: border-box;
}



.s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-415cdf4b-76b2-48d9-aace-b5843c166cee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
      position: relative;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
  box-sizing: border-box;
}



.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
      position: relative;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
  box-sizing: border-box;
}



.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
      position: relative;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 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-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
  box-sizing: border-box;
}



.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
      position: relative;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 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-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
  box-sizing: border-box;
}



.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
      position: relative;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
  box-sizing: border-box;
}



.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
      position: relative;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
  box-sizing: border-box;
}



.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
      position: relative;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
  box-sizing: border-box;
}



.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
      position: relative;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
  box-sizing: border-box;
}



.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
      position: relative;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
  box-sizing: border-box;
}



.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
      position: relative;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
  box-sizing: border-box;
}



.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
      position: relative;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-d7b0545c-417b-4d42-803d-726e2c3390ec {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d7b0545c-417b-4d42-803d-726e2c3390ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7b0545c-417b-4d42-803d-726e2c3390ec {
  cursor: pointer;
}#s-d7b0545c-417b-4d42-803d-726e2c3390ec.shg-box.shg-c {
  justify-content: center;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
  box-sizing: border-box;
}



.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
      position: relative;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
  box-sizing: border-box;
}



.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
      position: relative;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
  box-sizing: border-box;
}



.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
      position: relative;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
  box-sizing: border-box;
}



.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
      position: relative;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
  box-sizing: border-box;
}



.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
      position: relative;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-3946dc47-b5bb-4b5c-b3e9-968473863038 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3946dc47-b5bb-4b5c-b3e9-968473863038 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3946dc47-b5bb-4b5c-b3e9-968473863038.shg-box.shg-c {
  justify-content: center;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
  box-sizing: border-box;
}



.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
      position: relative;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
  box-sizing: border-box;
}



.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
      position: relative;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
  box-sizing: border-box;
}



.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
      position: relative;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
  box-sizing: border-box;
}



.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
      position: relative;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
  box-sizing: border-box;
}



.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
      position: relative;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-bab16d41-f794-46b3-a8f5-6488dc6738e2 {
  margin-left: 16%;
margin-right: 16%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-bab16d41-f794-46b3-a8f5-6488dc6738e2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bab16d41-f794-46b3-a8f5-6488dc6738e2 .shg-sld-nav-button.shg-sld-left,
#s-bab16d41-f794-46b3-a8f5-6488dc6738e2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-43b4693d-c11a-478b-b201-5fb0e5b17496 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-43b4693d-c11a-478b-b201-5fb0e5b17496 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43b4693d-c11a-478b-b201-5fb0e5b17496 {
  cursor: pointer;
}#s-43b4693d-c11a-478b-b201-5fb0e5b17496.shg-box.shg-c {
  justify-content: center;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  margin-left: 21%;
margin-bottom: 4px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  margin: 0 !important;
  overflow: visible;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  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-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add background color handling */
  
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
  box-sizing: border-box;
}



.s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
      position: relative;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  margin: 0 !important;
  overflow: visible;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add background color handling */
  
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
  box-sizing: border-box;
}



.s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
      position: relative;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff 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-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  margin: 0 !important;
  overflow: visible;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add background color handling */
  
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
  box-sizing: border-box;
}



.s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
      position: relative;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff 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-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  margin: 0 !important;
  overflow: visible;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add background color handling */
  
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
  box-sizing: border-box;
}



.s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
      position: relative;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  margin: 0 !important;
  overflow: visible;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add background color handling */
  
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
  box-sizing: border-box;
}



.s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
      position: relative;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-2c87c676-da36-49dd-a5f5-5fa46eb7428b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c87c676-da36-49dd-a5f5-5fa46eb7428b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  
  
  
}



#s-0413e9f1-f8de-471f-997e-3a573328b6fc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0413e9f1-f8de-471f-997e-3a573328b6fc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 2em;
  
  
}



#s-9ed99198-20c4-4d91-9a14-2b74bf1325f9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9ed99198-20c4-4d91-9a14-2b74bf1325f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ed99198-20c4-4d91-9a14-2b74bf1325f9 {
  cursor: pointer;
}#s-9ed99198-20c4-4d91-9a14-2b74bf1325f9.shg-box.shg-c {
  justify-content: center;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  margin-left: 21%;
margin-bottom: 4px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  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-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
  box-sizing: border-box;
}



.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
      position: relative;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
  box-sizing: border-box;
}



.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
      position: relative;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 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-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
  box-sizing: border-box;
}



.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
      position: relative;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 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-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
  box-sizing: border-box;
}



.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
      position: relative;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
  box-sizing: border-box;
}



.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
      position: relative;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-56b55c8f-f977-4cb2-9f64-4f38ad142d0c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56b55c8f-f977-4cb2-9f64-4f38ad142d0c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-10b6a59f-8207-44ce-a909-ad482ee6b2a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10b6a59f-8207-44ce-a909-ad482ee6b2a9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-386afcc6-ceae-4acc-b932-bf32aa81fafb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-386afcc6-ceae-4acc-b932-bf32aa81fafb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-386afcc6-ceae-4acc-b932-bf32aa81fafb {
  cursor: pointer;
}#s-386afcc6-ceae-4acc-b932-bf32aa81fafb.shg-box.shg-c {
  justify-content: center;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  margin-left: 21%;
margin-bottom: 4px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  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-74818cb8-5134-4386-baa9-7383e8e346b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
  box-sizing: border-box;
}



.s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74818cb8-5134-4386-baa9-7383e8e346b5 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
      position: relative;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
  box-sizing: border-box;
}



.s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74818cb8-5134-4386-baa9-7383e8e346b5 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
      position: relative;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5 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-74818cb8-5134-4386-baa9-7383e8e346b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
  box-sizing: border-box;
}



.s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74818cb8-5134-4386-baa9-7383e8e346b5 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
      position: relative;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5 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-74818cb8-5134-4386-baa9-7383e8e346b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
  box-sizing: border-box;
}



.s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74818cb8-5134-4386-baa9-7383e8e346b5 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
      position: relative;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
  box-sizing: border-box;
}



.s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74818cb8-5134-4386-baa9-7383e8e346b5 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
      position: relative;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-dcc79d5a-0b80-4fc2-8cf4-9fbaf71a727f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcc79d5a-0b80-4fc2-8cf4-9fbaf71a727f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  
  
  
}



#s-ecb500cf-af51-4595-a4e5-95a6d816bbc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecb500cf-af51-4595-a4e5-95a6d816bbc7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-4fa46339-0fef-41a2-8298-a27bf2eb564e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4fa46339-0fef-41a2-8298-a27bf2eb564e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fa46339-0fef-41a2-8298-a27bf2eb564e {
  cursor: pointer;
}#s-4fa46339-0fef-41a2-8298-a27bf2eb564e.shg-box.shg-c {
  justify-content: center;
}

#s-658d875f-ad46-42e8-9652-3668462ce055 {
  margin-left: 21%;
margin-bottom: 4px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-658d875f-ad46-42e8-9652-3668462ce055 {
  margin: 0 !important;
  overflow: visible;
}

#s-658d875f-ad46-42e8-9652-3668462ce055-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  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-658d875f-ad46-42e8-9652-3668462ce055 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add background color handling */
  
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-content {
  
    justify-content: center;
  
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
  box-sizing: border-box;
}



.s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-658d875f-ad46-42e8-9652-3668462ce055 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
      position: relative;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-658d875f-ad46-42e8-9652-3668462ce055 {
  margin: 0 !important;
  overflow: visible;
}

#s-658d875f-ad46-42e8-9652-3668462ce055-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add background color handling */
  
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-content {
  
    justify-content: center;
  
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
  box-sizing: border-box;
}



.s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-658d875f-ad46-42e8-9652-3668462ce055 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
      position: relative;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055 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-658d875f-ad46-42e8-9652-3668462ce055 {
  margin: 0 !important;
  overflow: visible;
}

#s-658d875f-ad46-42e8-9652-3668462ce055-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add background color handling */
  
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-content {
  
    justify-content: center;
  
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
  box-sizing: border-box;
}



.s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-658d875f-ad46-42e8-9652-3668462ce055 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
      position: relative;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055 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-658d875f-ad46-42e8-9652-3668462ce055 {
  margin: 0 !important;
  overflow: visible;
}

#s-658d875f-ad46-42e8-9652-3668462ce055-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add background color handling */
  
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-content {
  
    justify-content: center;
  
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
  box-sizing: border-box;
}



.s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-658d875f-ad46-42e8-9652-3668462ce055 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
      position: relative;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-658d875f-ad46-42e8-9652-3668462ce055 {
  margin: 0 !important;
  overflow: visible;
}

#s-658d875f-ad46-42e8-9652-3668462ce055-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add background color handling */
  
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-content {
  
    justify-content: center;
  
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
  box-sizing: border-box;
}



.s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-658d875f-ad46-42e8-9652-3668462ce055 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
      position: relative;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-30f4e895-f984-4402-a19e-2729d26360cd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30f4e895-f984-4402-a19e-2729d26360cd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  
  
}



#s-1874d214-454d-4334-8b09-21dfe124ab2f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1874d214-454d-4334-8b09-21dfe124ab2f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  
}



#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 {
  cursor: pointer;
}#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;
}
@media (max-width: 767px){#s-0163126c-e395-46e2-88fa-0639381bd152 {
  display: none;
}
#s-0163126c-e395-46e2-88fa-0639381bd152, #wrap-s-0163126c-e395-46e2-88fa-0639381bd152, #wrap-content-s-0163126c-e395-46e2-88fa-0639381bd152 { display: none !important; }}
#s-92568da9-fb62-4032-a9c4-d4e4373a89c7 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-92568da9-fb62-4032-a9c4-d4e4373a89c7 {
  display: none;
}
#s-92568da9-fb62-4032-a9c4-d4e4373a89c7, #wrap-s-92568da9-fb62-4032-a9c4-d4e4373a89c7, #wrap-content-s-92568da9-fb62-4032-a9c4-d4e4373a89c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92568da9-fb62-4032-a9c4-d4e4373a89c7 {
  display: none;
}
#s-92568da9-fb62-4032-a9c4-d4e4373a89c7, #wrap-s-92568da9-fb62-4032-a9c4-d4e4373a89c7, #wrap-content-s-92568da9-fb62-4032-a9c4-d4e4373a89c7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92568da9-fb62-4032-a9c4-d4e4373a89c7 {
  display: none;
}
#s-92568da9-fb62-4032-a9c4-d4e4373a89c7, #wrap-s-92568da9-fb62-4032-a9c4-d4e4373a89c7, #wrap-content-s-92568da9-fb62-4032-a9c4-d4e4373a89c7 { display: none !important; }}
#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 (max-width: 767px){#s-623ff1ea-aa37-46b8-96c2-64910c2deb38 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-623ff1ea-aa37-46b8-96c2-64910c2deb38"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-623ff1ea-aa37-46b8-96c2-64910c2deb38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-623ff1ea-aa37-46b8-96c2-64910c2deb38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-623ff1ea-aa37-46b8-96c2-64910c2deb38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#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: 1000px;
aspect-ratio: 1000/1206;
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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

@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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

}@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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

}@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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

}@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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

}
#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: 1000px;
aspect-ratio: 1000/1206;
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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

@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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

}@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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

}@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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

}@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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

}
#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: 1000px;
aspect-ratio: 1000/1206;
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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

@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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

}@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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

}@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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

}@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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

}
#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: 1000px;
aspect-ratio: 1000/1206;
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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

@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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

}@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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

}@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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

}@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: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-link {
      aspect-ratio: 1000/1206;
      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: 1000px;
  }



  img.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .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: 1000px;
    }
  }

}
#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-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}