.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-d96d937f-00e2-45ce-a369-b1e3146a6a66 {
  margin-top: -8px;
margin-bottom: -8px;
min-height: 50px;
}








#s-d96d937f-00e2-45ce-a369-b1e3146a6a66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d96d937f-00e2-45ce-a369-b1e3146a6a66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-211cd34d-f6dd-49a7-b947-b09b9e2407fc {
  min-height: 50px;
}








#s-211cd34d-f6dd-49a7-b947-b09b9e2407fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-211cd34d-f6dd-49a7-b947-b09b9e2407fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-cab8954a-3069-43b7-b1d0-1b9391f42620 {
  max-width: 1920px;
text-align: center;
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620 {
  margin: 0 !important;
  overflow: visible;
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cab8954a-3069-43b7-b1d0-1b9391f42620 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cab8954a-3069-43b7-b1d0-1b9391f42620 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620 img.shogun-image {
  /* Add background color handling */
  
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cab8954a-3069-43b7-b1d0-1b9391f42620 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cab8954a-3069-43b7-b1d0-1b9391f42620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cab8954a-3069-43b7-b1d0-1b9391f42620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620.shogun-image {
  box-sizing: border-box;
}



.s-cab8954a-3069-43b7-b1d0-1b9391f42620 img.shogun-image {
  
}


@media (min-width: 1200px){#s-cab8954a-3069-43b7-b1d0-1b9391f42620 {
  margin: 0 !important;
  overflow: visible;
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cab8954a-3069-43b7-b1d0-1b9391f42620 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cab8954a-3069-43b7-b1d0-1b9391f42620 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620 img.shogun-image {
  /* Add background color handling */
  
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cab8954a-3069-43b7-b1d0-1b9391f42620 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cab8954a-3069-43b7-b1d0-1b9391f42620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cab8954a-3069-43b7-b1d0-1b9391f42620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620.shogun-image {
  box-sizing: border-box;
}



.s-cab8954a-3069-43b7-b1d0-1b9391f42620 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cab8954a-3069-43b7-b1d0-1b9391f42620 {
  margin: 0 !important;
  overflow: visible;
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cab8954a-3069-43b7-b1d0-1b9391f42620 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cab8954a-3069-43b7-b1d0-1b9391f42620 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620 img.shogun-image {
  /* Add background color handling */
  
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cab8954a-3069-43b7-b1d0-1b9391f42620 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cab8954a-3069-43b7-b1d0-1b9391f42620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cab8954a-3069-43b7-b1d0-1b9391f42620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620.shogun-image {
  box-sizing: border-box;
}



.s-cab8954a-3069-43b7-b1d0-1b9391f42620 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cab8954a-3069-43b7-b1d0-1b9391f42620 {
  margin: 0 !important;
  overflow: visible;
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cab8954a-3069-43b7-b1d0-1b9391f42620 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cab8954a-3069-43b7-b1d0-1b9391f42620 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620 img.shogun-image {
  /* Add background color handling */
  
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cab8954a-3069-43b7-b1d0-1b9391f42620 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cab8954a-3069-43b7-b1d0-1b9391f42620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cab8954a-3069-43b7-b1d0-1b9391f42620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620.shogun-image {
  box-sizing: border-box;
}



.s-cab8954a-3069-43b7-b1d0-1b9391f42620 img.shogun-image {
  
}


}@media (max-width: 767px){#s-cab8954a-3069-43b7-b1d0-1b9391f42620 {
  margin: 0 !important;
  overflow: visible;
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cab8954a-3069-43b7-b1d0-1b9391f42620 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cab8954a-3069-43b7-b1d0-1b9391f42620 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620 img.shogun-image {
  /* Add background color handling */
  
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cab8954a-3069-43b7-b1d0-1b9391f42620 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cab8954a-3069-43b7-b1d0-1b9391f42620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cab8954a-3069-43b7-b1d0-1b9391f42620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cab8954a-3069-43b7-b1d0-1b9391f42620.shogun-image {
  box-sizing: border-box;
}



.s-cab8954a-3069-43b7-b1d0-1b9391f42620 img.shogun-image {
  
}


}
.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: #000000;
  font-family: "Inter";
  text-transform: none;
  font-weight: 700;
  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-4a6fdc2d-cabf-4209-9391-5f04d421d988 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a6fdc2d-cabf-4209-9391-5f04d421d988 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e79ac58c-2add-4b06-8802-e1c65b1c064e {
  min-height: 50px;
}








#s-e79ac58c-2add-4b06-8802-e1c65b1c064e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e79ac58c-2add-4b06-8802-e1c65b1c064e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19f894ee-5661-4351-80df-32f5cbb246b8 {
  min-height: 50px;
}








#s-19f894ee-5661-4351-80df-32f5cbb246b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19f894ee-5661-4351-80df-32f5cbb246b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: #000000;
  font-family: "Inter";
  font-weight: 700;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Inter";
}

.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: #000000;
  font-family: "Inter";
  font-weight: 700;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Inter";
  font-weight: 400;
}

#s-846f01b4-7632-4a6e-9f23-52be2849419d {
  margin-top: -8px;
margin-bottom: -8px;
min-height: 50px;
}








#s-846f01b4-7632-4a6e-9f23-52be2849419d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-846f01b4-7632-4a6e-9f23-52be2849419d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c79bbd55-1ea6-4ee8-86f5-32893400afe8 {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-c79bbd55-1ea6-4ee8-86f5-32893400afe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c79bbd55-1ea6-4ee8-86f5-32893400afe8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

#s-bf556b6a-558a-4289-8fc2-c53e96c15c59 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-bf556b6a-558a-4289-8fc2-c53e96c15c59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bf556b6a-558a-4289-8fc2-c53e96c15c59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-bf556b6a-558a-4289-8fc2-c53e96c15c59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf556b6a-558a-4289-8fc2-c53e96c15c59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-e29c769a-789b-4623-a701-b79677c2ae69 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e29c769a-789b-4623-a701-b79677c2ae69 {
  margin: 0 !important;
  overflow: visible;
}

#s-e29c769a-789b-4623-a701-b79677c2ae69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e29c769a-789b-4623-a701-b79677c2ae69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e29c769a-789b-4623-a701-b79677c2ae69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
  /* Add background color handling */
  
}

#s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e29c769a-789b-4623-a701-b79677c2ae69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e29c769a-789b-4623-a701-b79677c2ae69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e29c769a-789b-4623-a701-b79677c2ae69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-e29c769a-789b-4623-a701-b79677c2ae69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e29c769a-789b-4623-a701-b79677c2ae69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image {
  box-sizing: border-box;
}



.s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e29c769a-789b-4623-a701-b79677c2ae69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container {
      position: relative;
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-e29c769a-789b-4623-a701-b79677c2ae69 {
  margin: 0 !important;
  overflow: visible;
}

#s-e29c769a-789b-4623-a701-b79677c2ae69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e29c769a-789b-4623-a701-b79677c2ae69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e29c769a-789b-4623-a701-b79677c2ae69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
  /* Add background color handling */
  
}

#s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e29c769a-789b-4623-a701-b79677c2ae69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e29c769a-789b-4623-a701-b79677c2ae69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e29c769a-789b-4623-a701-b79677c2ae69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-e29c769a-789b-4623-a701-b79677c2ae69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e29c769a-789b-4623-a701-b79677c2ae69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image {
  box-sizing: border-box;
}



.s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e29c769a-789b-4623-a701-b79677c2ae69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container {
      position: relative;
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e29c769a-789b-4623-a701-b79677c2ae69 {
  margin: 0 !important;
  overflow: visible;
}

#s-e29c769a-789b-4623-a701-b79677c2ae69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e29c769a-789b-4623-a701-b79677c2ae69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e29c769a-789b-4623-a701-b79677c2ae69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
  /* Add background color handling */
  
}

#s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e29c769a-789b-4623-a701-b79677c2ae69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e29c769a-789b-4623-a701-b79677c2ae69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e29c769a-789b-4623-a701-b79677c2ae69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-e29c769a-789b-4623-a701-b79677c2ae69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e29c769a-789b-4623-a701-b79677c2ae69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image {
  box-sizing: border-box;
}



.s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e29c769a-789b-4623-a701-b79677c2ae69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container {
      position: relative;
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e29c769a-789b-4623-a701-b79677c2ae69 {
  margin: 0 !important;
  overflow: visible;
}

#s-e29c769a-789b-4623-a701-b79677c2ae69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e29c769a-789b-4623-a701-b79677c2ae69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e29c769a-789b-4623-a701-b79677c2ae69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
  /* Add background color handling */
  
}

#s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e29c769a-789b-4623-a701-b79677c2ae69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e29c769a-789b-4623-a701-b79677c2ae69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e29c769a-789b-4623-a701-b79677c2ae69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-e29c769a-789b-4623-a701-b79677c2ae69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e29c769a-789b-4623-a701-b79677c2ae69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image {
  box-sizing: border-box;
}



.s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e29c769a-789b-4623-a701-b79677c2ae69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container {
      position: relative;
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-e29c769a-789b-4623-a701-b79677c2ae69 {
  margin: 0 !important;
  overflow: visible;
}

#s-e29c769a-789b-4623-a701-b79677c2ae69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e29c769a-789b-4623-a701-b79677c2ae69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e29c769a-789b-4623-a701-b79677c2ae69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
  /* Add background color handling */
  
}

#s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e29c769a-789b-4623-a701-b79677c2ae69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e29c769a-789b-4623-a701-b79677c2ae69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e29c769a-789b-4623-a701-b79677c2ae69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-e29c769a-789b-4623-a701-b79677c2ae69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e29c769a-789b-4623-a701-b79677c2ae69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image {
  box-sizing: border-box;
}



.s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e29c769a-789b-4623-a701-b79677c2ae69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container {
      position: relative;
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e29c769a-789b-4623-a701-b79677c2ae69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-6f9ceb66-66f5-48ba-b1b3-3290ac4342e7 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-cf90e28a-fe13-415d-8a30-ec68643216e2 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ac3b114-4e19-47a3-892c-5f5117d84648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image {
  box-sizing: border-box;
}



.s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container {
      position: relative;
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ac3b114-4e19-47a3-892c-5f5117d84648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image {
  box-sizing: border-box;
}



.s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container {
      position: relative;
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ac3b114-4e19-47a3-892c-5f5117d84648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image {
  box-sizing: border-box;
}



.s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container {
      position: relative;
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ac3b114-4e19-47a3-892c-5f5117d84648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image {
  box-sizing: border-box;
}



.s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container {
      position: relative;
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-9ac3b114-4e19-47a3-892c-5f5117d84648 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ac3b114-4e19-47a3-892c-5f5117d84648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image {
  box-sizing: border-box;
}



.s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ac3b114-4e19-47a3-892c-5f5117d84648 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container {
      position: relative;
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ac3b114-4e19-47a3-892c-5f5117d84648 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-4bcce14d-8dc7-46fa-a5fd-30bc01304ac5 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-ec44a004-7977-4b07-beb3-205a0c8022b7 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image {
  box-sizing: border-box;
}



.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container {
      position: relative;
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image {
  box-sizing: border-box;
}



.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container {
      position: relative;
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image {
  box-sizing: border-box;
}



.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container {
      position: relative;
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image {
  box-sizing: border-box;
}



.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container {
      position: relative;
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image {
  box-sizing: border-box;
}



.s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container {
      position: relative;
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f895cb3c-5f91-4154-ac09-383ac8dcc0b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-f3ee9218-3ae1-4976-a25b-b1a3432c34b7 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-9a369996-ff21-45f7-ad9c-2dd72dc1d809 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-826d1adf-2270-431b-9550-e9e53677f882 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-826d1adf-2270-431b-9550-e9e53677f882 {
  margin: 0 !important;
  overflow: visible;
}

#s-826d1adf-2270-431b-9550-e9e53677f882-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-826d1adf-2270-431b-9550-e9e53677f882 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-826d1adf-2270-431b-9550-e9e53677f882 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
  /* Add background color handling */
  
}

#s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-826d1adf-2270-431b-9550-e9e53677f882 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-826d1adf-2270-431b-9550-e9e53677f882 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-826d1adf-2270-431b-9550-e9e53677f882 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-826d1adf-2270-431b-9550-e9e53677f882 .shogun-image-content {
  
    justify-content: center;
  
}

.s-826d1adf-2270-431b-9550-e9e53677f882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image {
  box-sizing: border-box;
}



.s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-826d1adf-2270-431b-9550-e9e53677f882 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container {
      position: relative;
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-826d1adf-2270-431b-9550-e9e53677f882 {
  margin: 0 !important;
  overflow: visible;
}

#s-826d1adf-2270-431b-9550-e9e53677f882-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-826d1adf-2270-431b-9550-e9e53677f882 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-826d1adf-2270-431b-9550-e9e53677f882 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
  /* Add background color handling */
  
}

#s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-826d1adf-2270-431b-9550-e9e53677f882 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-826d1adf-2270-431b-9550-e9e53677f882 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-826d1adf-2270-431b-9550-e9e53677f882 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-826d1adf-2270-431b-9550-e9e53677f882 .shogun-image-content {
  
    justify-content: center;
  
}

.s-826d1adf-2270-431b-9550-e9e53677f882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image {
  box-sizing: border-box;
}



.s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-826d1adf-2270-431b-9550-e9e53677f882 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container {
      position: relative;
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-826d1adf-2270-431b-9550-e9e53677f882 {
  margin: 0 !important;
  overflow: visible;
}

#s-826d1adf-2270-431b-9550-e9e53677f882-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-826d1adf-2270-431b-9550-e9e53677f882 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-826d1adf-2270-431b-9550-e9e53677f882 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
  /* Add background color handling */
  
}

#s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-826d1adf-2270-431b-9550-e9e53677f882 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-826d1adf-2270-431b-9550-e9e53677f882 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-826d1adf-2270-431b-9550-e9e53677f882 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-826d1adf-2270-431b-9550-e9e53677f882 .shogun-image-content {
  
    justify-content: center;
  
}

.s-826d1adf-2270-431b-9550-e9e53677f882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image {
  box-sizing: border-box;
}



.s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-826d1adf-2270-431b-9550-e9e53677f882 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container {
      position: relative;
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-826d1adf-2270-431b-9550-e9e53677f882 {
  margin: 0 !important;
  overflow: visible;
}

#s-826d1adf-2270-431b-9550-e9e53677f882-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-826d1adf-2270-431b-9550-e9e53677f882 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-826d1adf-2270-431b-9550-e9e53677f882 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
  /* Add background color handling */
  
}

#s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-826d1adf-2270-431b-9550-e9e53677f882 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-826d1adf-2270-431b-9550-e9e53677f882 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-826d1adf-2270-431b-9550-e9e53677f882 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-826d1adf-2270-431b-9550-e9e53677f882 .shogun-image-content {
  
    justify-content: center;
  
}

.s-826d1adf-2270-431b-9550-e9e53677f882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image {
  box-sizing: border-box;
}



.s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-826d1adf-2270-431b-9550-e9e53677f882 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container {
      position: relative;
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-826d1adf-2270-431b-9550-e9e53677f882 {
  margin: 0 !important;
  overflow: visible;
}

#s-826d1adf-2270-431b-9550-e9e53677f882-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-826d1adf-2270-431b-9550-e9e53677f882 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-826d1adf-2270-431b-9550-e9e53677f882 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
  /* Add background color handling */
  
}

#s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-826d1adf-2270-431b-9550-e9e53677f882 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-826d1adf-2270-431b-9550-e9e53677f882 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-826d1adf-2270-431b-9550-e9e53677f882 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-826d1adf-2270-431b-9550-e9e53677f882 .shogun-image-content {
  
    justify-content: center;
  
}

.s-826d1adf-2270-431b-9550-e9e53677f882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image {
  box-sizing: border-box;
}



.s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-826d1adf-2270-431b-9550-e9e53677f882 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container {
      position: relative;
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-826d1adf-2270-431b-9550-e9e53677f882 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-3ff3a9ff-fdd1-4b9d-9d16-0b54e8d50602 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-3ae3f106-9bdd-40d1-b4c3-064ba89c3496 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
  margin: 0 !important;
  overflow: visible;
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
  /* Add background color handling */
  
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image {
  box-sizing: border-box;
}



.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container {
      position: relative;
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
  margin: 0 !important;
  overflow: visible;
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
  /* Add background color handling */
  
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image {
  box-sizing: border-box;
}



.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container {
      position: relative;
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
  margin: 0 !important;
  overflow: visible;
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
  /* Add background color handling */
  
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image {
  box-sizing: border-box;
}



.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container {
      position: relative;
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
  margin: 0 !important;
  overflow: visible;
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
  /* Add background color handling */
  
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image {
  box-sizing: border-box;
}



.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container {
      position: relative;
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
  margin: 0 !important;
  overflow: visible;
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
  /* Add background color handling */
  
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image {
  box-sizing: border-box;
}



.s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container {
      position: relative;
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9719db8d-83f8-45da-a026-7bc13dd1bcdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-5043ee55-6272-4c5b-9222-1f2e0abbc593 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-4562e581-d770-4b51-b230-b3b89a9b66aa {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image {
  box-sizing: border-box;
}



.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container {
      position: relative;
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image {
  box-sizing: border-box;
}



.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container {
      position: relative;
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image {
  box-sizing: border-box;
}



.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container {
      position: relative;
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image {
  box-sizing: border-box;
}



.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container {
      position: relative;
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image {
  box-sizing: border-box;
}



.s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container {
      position: relative;
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-752a66e8-8b66-4458-ab98-54ef96e6c3a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-8fdf2c92-3239-437c-b447-4e111fc6ff24 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-1e562f51-4737-465c-b8ad-5ebc611d71f3 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-26b78d9a-3c65-4479-b281-f4011cf54ef7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-26b78d9a-3c65-4479-b281-f4011cf54ef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26b78d9a-3c65-4479-b281-f4011cf54ef7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2fbafc8-9f46-45f4-a1e6-111f524493d5 {
  min-height: 50px;
}








#s-c2fbafc8-9f46-45f4-a1e6-111f524493d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2fbafc8-9f46-45f4-a1e6-111f524493d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-097f2173-524a-4f68-b558-d875fd29e6fc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0%;
padding-left: 4%;
padding-bottom: 0%;
padding-right: 4%;
}

#s-097f2173-524a-4f68-b558-d875fd29e6fc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0.06);
}

#s-097f2173-524a-4f68-b558-d875fd29e6fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-097f2173-524a-4f68-b558-d875fd29e6fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-097f2173-524a-4f68-b558-d875fd29e6fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

#s-097f2173-524a-4f68-b558-d875fd29e6fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Inter;
  font-weight: 600;
  font-style: ;
  font-size: 21px;
}

#s-097f2173-524a-4f68-b558-d875fd29e6fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 21px;
}
@media (min-width: 0px) {
[id="s-eb6f3e20-d73c-4612-bcc8-75ae48ffbb9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb6f3e20-d73c-4612-bcc8-75ae48ffbb9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb6f3e20-d73c-4612-bcc8-75ae48ffbb9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb6f3e20-d73c-4612-bcc8-75ae48ffbb9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb6f3e20-d73c-4612-bcc8-75ae48ffbb9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb6f3e20-d73c-4612-bcc8-75ae48ffbb9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb6f3e20-d73c-4612-bcc8-75ae48ffbb9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
  max-width: 1200px;
aspect-ratio: 1200/685;
text-align: center;
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
  margin: 0 !important;
  overflow: visible;
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
  /* Add background color handling */
  
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shg-image-content-wrapper {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }

    #s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shogun-image-link {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65f0caf8-1935-4759-a37b-cf69c346fe80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image {
  box-sizing: border-box;
}



.s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
      --shg-aspect-ratio: calc(1200/685); 
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container {
      position: relative;
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
  margin: 0 !important;
  overflow: visible;
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
  /* Add background color handling */
  
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shg-image-content-wrapper {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }

    #s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shogun-image-link {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65f0caf8-1935-4759-a37b-cf69c346fe80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image {
  box-sizing: border-box;
}



.s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
      --shg-aspect-ratio: calc(1200/685); 
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container {
      position: relative;
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
  margin: 0 !important;
  overflow: visible;
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
  /* Add background color handling */
  
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shg-image-content-wrapper {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }

    #s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shogun-image-link {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65f0caf8-1935-4759-a37b-cf69c346fe80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image {
  box-sizing: border-box;
}



.s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
      --shg-aspect-ratio: calc(1200/685); 
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container {
      position: relative;
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
  margin: 0 !important;
  overflow: visible;
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
  /* Add background color handling */
  
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shg-image-content-wrapper {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }

    #s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shogun-image-link {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65f0caf8-1935-4759-a37b-cf69c346fe80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image {
  box-sizing: border-box;
}



.s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
      --shg-aspect-ratio: calc(1200/685); 
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container {
      position: relative;
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
  margin: 0 !important;
  overflow: visible;
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
  /* Add background color handling */
  
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shg-image-content-wrapper {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }

    #s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shogun-image-link {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-65f0caf8-1935-4759-a37b-cf69c346fe80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65f0caf8-1935-4759-a37b-cf69c346fe80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image {
  box-sizing: border-box;
}



.s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65f0caf8-1935-4759-a37b-cf69c346fe80 {
      --shg-aspect-ratio: calc(1200/685); 
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container {
      position: relative;
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65f0caf8-1935-4759-a37b-cf69c346fe80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-c99028fb-25ac-4877-b4db-cc7363e0a6ed {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 1%;
padding-right: 1%;
}

#s-6b57b498-ac0a-47fe-8fd7-f84fe28108ae {
  margin-left: 4%;
margin-right: 4%;
padding-top: 20px;
padding-left: 1%;
padding-bottom: 20px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-906a8e6a-6b8c-4cac-a383-866894752f74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-906a8e6a-6b8c-4cac-a383-866894752f74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-906a8e6a-6b8c-4cac-a383-866894752f74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-906a8e6a-6b8c-4cac-a383-866894752f74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-d52fbde6-d900-4a7d-a23c-76a3c199d82a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d52fbde6-d900-4a7d-a23c-76a3c199d82a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d52fbde6-d900-4a7d-a23c-76a3c199d82a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d52fbde6-d900-4a7d-a23c-76a3c199d82a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d52fbde6-d900-4a7d-a23c-76a3c199d82a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d52fbde6-d900-4a7d-a23c-76a3c199d82a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d52fbde6-d900-4a7d-a23c-76a3c199d82a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-235d8c07-e9bb-4546-9f53-d9a176ca99ed {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-76a6df5b-a945-46db-85d9-e4e1dd9bb44e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76a6df5b-a945-46db-85d9-e4e1dd9bb44e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76a6df5b-a945-46db-85d9-e4e1dd9bb44e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-76a6df5b-a945-46db-85d9-e4e1dd9bb44e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76a6df5b-a945-46db-85d9-e4e1dd9bb44e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-76a6df5b-a945-46db-85d9-e4e1dd9bb44e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76a6df5b-a945-46db-85d9-e4e1dd9bb44e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-9c988290-a9b9-4261-bffa-caac554de766 {
  background-color: rgba(232, 232, 232, 1);
}
}
#s-c931d6cc-9fb5-41b9-87bb-d36779860182 {
  min-height: 50px;
}








#s-c931d6cc-9fb5-41b9-87bb-d36779860182 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c931d6cc-9fb5-41b9-87bb-d36779860182.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b260014e-80b6-49ea-bdc2-400c46207def {
  max-width: 1500px;
aspect-ratio: 1500/563;
text-align: center;
}

#s-b260014e-80b6-49ea-bdc2-400c46207def {
  margin: 0 !important;
  overflow: visible;
}

#s-b260014e-80b6-49ea-bdc2-400c46207def-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b260014e-80b6-49ea-bdc2-400c46207def {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b260014e-80b6-49ea-bdc2-400c46207def {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
  /* Add background color handling */
  
}

#s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b260014e-80b6-49ea-bdc2-400c46207def .shg-image-content-wrapper {
      aspect-ratio: 1500/563;
      min-width: 100%;
      height: auto;
    }

    #s-b260014e-80b6-49ea-bdc2-400c46207def .shogun-image-link {
      aspect-ratio: 1500/563;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b260014e-80b6-49ea-bdc2-400c46207def .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-b260014e-80b6-49ea-bdc2-400c46207def .shogun-image-content {
  
    justify-content: center;
  
}

.s-b260014e-80b6-49ea-bdc2-400c46207def.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image {
  box-sizing: border-box;
}



.s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b260014e-80b6-49ea-bdc2-400c46207def {
      --shg-aspect-ratio: calc(1500/563); 
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container {
      position: relative;
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-b260014e-80b6-49ea-bdc2-400c46207def {
  margin: 0 !important;
  overflow: visible;
}

#s-b260014e-80b6-49ea-bdc2-400c46207def-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b260014e-80b6-49ea-bdc2-400c46207def {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b260014e-80b6-49ea-bdc2-400c46207def {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
  /* Add background color handling */
  
}

#s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b260014e-80b6-49ea-bdc2-400c46207def .shg-image-content-wrapper {
      aspect-ratio: 1500/563;
      min-width: 100%;
      height: auto;
    }

    #s-b260014e-80b6-49ea-bdc2-400c46207def .shogun-image-link {
      aspect-ratio: 1500/563;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b260014e-80b6-49ea-bdc2-400c46207def .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-b260014e-80b6-49ea-bdc2-400c46207def .shogun-image-content {
  
    justify-content: center;
  
}

.s-b260014e-80b6-49ea-bdc2-400c46207def.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image {
  box-sizing: border-box;
}



.s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b260014e-80b6-49ea-bdc2-400c46207def {
      --shg-aspect-ratio: calc(1500/563); 
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container {
      position: relative;
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def 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-b260014e-80b6-49ea-bdc2-400c46207def {
  margin: 0 !important;
  overflow: visible;
}

#s-b260014e-80b6-49ea-bdc2-400c46207def-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b260014e-80b6-49ea-bdc2-400c46207def {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b260014e-80b6-49ea-bdc2-400c46207def {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
  /* Add background color handling */
  
}

#s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b260014e-80b6-49ea-bdc2-400c46207def .shg-image-content-wrapper {
      aspect-ratio: 1500/563;
      min-width: 100%;
      height: auto;
    }

    #s-b260014e-80b6-49ea-bdc2-400c46207def .shogun-image-link {
      aspect-ratio: 1500/563;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b260014e-80b6-49ea-bdc2-400c46207def .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-b260014e-80b6-49ea-bdc2-400c46207def .shogun-image-content {
  
    justify-content: center;
  
}

.s-b260014e-80b6-49ea-bdc2-400c46207def.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image {
  box-sizing: border-box;
}



.s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b260014e-80b6-49ea-bdc2-400c46207def {
      --shg-aspect-ratio: calc(1500/563); 
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container {
      position: relative;
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def 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-b260014e-80b6-49ea-bdc2-400c46207def {
  margin: 0 !important;
  overflow: visible;
}

#s-b260014e-80b6-49ea-bdc2-400c46207def-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b260014e-80b6-49ea-bdc2-400c46207def {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b260014e-80b6-49ea-bdc2-400c46207def {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
  /* Add background color handling */
  
}

#s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b260014e-80b6-49ea-bdc2-400c46207def .shg-image-content-wrapper {
      aspect-ratio: 1500/563;
      min-width: 100%;
      height: auto;
    }

    #s-b260014e-80b6-49ea-bdc2-400c46207def .shogun-image-link {
      aspect-ratio: 1500/563;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b260014e-80b6-49ea-bdc2-400c46207def .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-b260014e-80b6-49ea-bdc2-400c46207def .shogun-image-content {
  
    justify-content: center;
  
}

.s-b260014e-80b6-49ea-bdc2-400c46207def.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image {
  box-sizing: border-box;
}



.s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b260014e-80b6-49ea-bdc2-400c46207def {
      --shg-aspect-ratio: calc(1500/563); 
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container {
      position: relative;
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-b260014e-80b6-49ea-bdc2-400c46207def {
  margin: 0 !important;
  overflow: visible;
}

#s-b260014e-80b6-49ea-bdc2-400c46207def-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b260014e-80b6-49ea-bdc2-400c46207def {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b260014e-80b6-49ea-bdc2-400c46207def {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
  /* Add background color handling */
  
}

#s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b260014e-80b6-49ea-bdc2-400c46207def .shg-image-content-wrapper {
      aspect-ratio: 1500/563;
      min-width: 100%;
      height: auto;
    }

    #s-b260014e-80b6-49ea-bdc2-400c46207def .shogun-image-link {
      aspect-ratio: 1500/563;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b260014e-80b6-49ea-bdc2-400c46207def .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-b260014e-80b6-49ea-bdc2-400c46207def .shogun-image-content {
  
    justify-content: center;
  
}

.s-b260014e-80b6-49ea-bdc2-400c46207def.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image {
  box-sizing: border-box;
}



.s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b260014e-80b6-49ea-bdc2-400c46207def {
      --shg-aspect-ratio: calc(1500/563); 
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container {
      position: relative;
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b260014e-80b6-49ea-bdc2-400c46207def img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
@media (min-width: 0px) {
[id="s-231d2578-a6a3-45f1-9283-8a3b0fd2621a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-231d2578-a6a3-45f1-9283-8a3b0fd2621a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-231d2578-a6a3-45f1-9283-8a3b0fd2621a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-231d2578-a6a3-45f1-9283-8a3b0fd2621a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-96233866-beda-4334-824a-aaf8409a0c57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96233866-beda-4334-824a-aaf8409a0c57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96233866-beda-4334-824a-aaf8409a0c57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96233866-beda-4334-824a-aaf8409a0c57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96233866-beda-4334-824a-aaf8409a0c57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96233866-beda-4334-824a-aaf8409a0c57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96233866-beda-4334-824a-aaf8409a0c57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-72369b41-8d5a-4564-b607-928cc29fc9ee {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-f207433a-bd05-425f-ad50-e10d996ece00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f207433a-bd05-425f-ad50-e10d996ece00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f207433a-bd05-425f-ad50-e10d996ece00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f207433a-bd05-425f-ad50-e10d996ece00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f207433a-bd05-425f-ad50-e10d996ece00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f207433a-bd05-425f-ad50-e10d996ece00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f207433a-bd05-425f-ad50-e10d996ece00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-8ecf6542-2d6e-4f76-bede-46f10bfbac49 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-08b15646-105b-451b-a5a2-6a42eb2ef5e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08b15646-105b-451b-a5a2-6a42eb2ef5e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08b15646-105b-451b-a5a2-6a42eb2ef5e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08b15646-105b-451b-a5a2-6a42eb2ef5e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-b52168bf-ed26-4df9-aaa9-9e96a26e0362"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b52168bf-ed26-4df9-aaa9-9e96a26e0362"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b52168bf-ed26-4df9-aaa9-9e96a26e0362"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b52168bf-ed26-4df9-aaa9-9e96a26e0362"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b52168bf-ed26-4df9-aaa9-9e96a26e0362"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b52168bf-ed26-4df9-aaa9-9e96a26e0362"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b52168bf-ed26-4df9-aaa9-9e96a26e0362"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-c60fbd5f-55c9-4ec9-a95e-5077a99dda45 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-c3e7b14b-5745-41d1-8f0e-fa6679b25dee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3e7b14b-5745-41d1-8f0e-fa6679b25dee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3e7b14b-5745-41d1-8f0e-fa6679b25dee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c3e7b14b-5745-41d1-8f0e-fa6679b25dee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3e7b14b-5745-41d1-8f0e-fa6679b25dee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3e7b14b-5745-41d1-8f0e-fa6679b25dee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3e7b14b-5745-41d1-8f0e-fa6679b25dee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-5798829c-7ca3-401e-9158-126fac236ebd {
  background-color: rgba(232, 232, 232, 1);
}
}
#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
  max-width: 1464px;
aspect-ratio: 1464/600;
text-align: center;
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image {
  box-sizing: border-box;
}



.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container {
      position: relative;
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

@media (min-width: 1200px){#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image {
  box-sizing: border-box;
}



.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container {
      position: relative;
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image {
  box-sizing: border-box;
}



.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container {
      position: relative;
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image {
  box-sizing: border-box;
}



.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container {
      position: relative;
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (max-width: 767px){#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image {
  box-sizing: border-box;
}



.s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container {
      position: relative;
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8da77d6-67e6-4ac2-b717-2c71748f2e39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}
#s-325b8584-067a-48d6-9692-364b4b49f4cf {
  min-height: 50px;
}








#s-325b8584-067a-48d6-9692-364b4b49f4cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-325b8584-067a-48d6-9692-364b4b49f4cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
  max-width: 1200px;
aspect-ratio: 1200/430;
text-align: center;
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
  margin: 0 !important;
  overflow: visible;
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
  /* Add background color handling */
  
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shg-image-content-wrapper {
      aspect-ratio: 1200/430;
      min-width: 100%;
      height: auto;
    }

    #s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shogun-image-link {
      aspect-ratio: 1200/430;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image {
  box-sizing: border-box;
}



.s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
      --shg-aspect-ratio: calc(1200/430); 
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container {
      position: relative;
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
  margin: 0 !important;
  overflow: visible;
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
  /* Add background color handling */
  
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shg-image-content-wrapper {
      aspect-ratio: 1200/430;
      min-width: 100%;
      height: auto;
    }

    #s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shogun-image-link {
      aspect-ratio: 1200/430;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image {
  box-sizing: border-box;
}



.s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
      --shg-aspect-ratio: calc(1200/430); 
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container {
      position: relative;
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
  margin: 0 !important;
  overflow: visible;
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
  /* Add background color handling */
  
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shg-image-content-wrapper {
      aspect-ratio: 1200/430;
      min-width: 100%;
      height: auto;
    }

    #s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shogun-image-link {
      aspect-ratio: 1200/430;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image {
  box-sizing: border-box;
}



.s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
      --shg-aspect-ratio: calc(1200/430); 
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container {
      position: relative;
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
  margin: 0 !important;
  overflow: visible;
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
  /* Add background color handling */
  
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shg-image-content-wrapper {
      aspect-ratio: 1200/430;
      min-width: 100%;
      height: auto;
    }

    #s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shogun-image-link {
      aspect-ratio: 1200/430;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image {
  box-sizing: border-box;
}



.s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
      --shg-aspect-ratio: calc(1200/430); 
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container {
      position: relative;
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
  margin: 0 !important;
  overflow: visible;
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
  /* Add background color handling */
  
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shg-image-content-wrapper {
      aspect-ratio: 1200/430;
      min-width: 100%;
      height: auto;
    }

    #s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shogun-image-link {
      aspect-ratio: 1200/430;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-821fc3bf-a074-4283-9bc1-c41bf69185ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image {
  box-sizing: border-box;
}



.s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae {
      --shg-aspect-ratio: calc(1200/430); 
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container {
      position: relative;
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-821fc3bf-a074-4283-9bc1-c41bf69185ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
.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: 400;
  font-family: "Inter";
}

.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-b9e9ee3f-412a-4932-889a-55756e49195b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b9e9ee3f-412a-4932-889a-55756e49195b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b9e9ee3f-412a-4932-889a-55756e49195b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b9e9ee3f-412a-4932-889a-55756e49195b {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 32px;
text-align: left;
}
}

  #s-b9e9ee3f-412a-4932-889a-55756e49195b-root {
    text-align: center;
  }


#s-b9e9ee3f-412a-4932-889a-55756e49195b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b9e9ee3f-412a-4932-889a-55756e49195b-root {
    text-align: left;
  }


#s-b9e9ee3f-412a-4932-889a-55756e49195b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9e9ee3f-412a-4932-889a-55756e49195b-root {
    text-align: center;
  }


#s-b9e9ee3f-412a-4932-889a-55756e49195b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9e9ee3f-412a-4932-889a-55756e49195b-root {
    text-align: center;
  }


#s-b9e9ee3f-412a-4932-889a-55756e49195b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b9e9ee3f-412a-4932-889a-55756e49195b-root {
    text-align: center;
  }


#s-b9e9ee3f-412a-4932-889a-55756e49195b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0e8f0a4b-78fe-4085-9e2b-8679c9b7a47a {
  min-height: 50px;
}








#s-0e8f0a4b-78fe-4085-9e2b-8679c9b7a47a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e8f0a4b-78fe-4085-9e2b-8679c9b7a47a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-15a02728-c222-4a6e-9816-2cada184bd70 {
  text-align: left;
}


  #s-15a02728-c222-4a6e-9816-2cada184bd70 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-15a02728-c222-4a6e-9816-2cada184bd70 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-15a02728-c222-4a6e-9816-2cada184bd70 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(1, 10, 16, 1);
  font-family: Inter;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-15a02728-c222-4a6e-9816-2cada184bd70 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(9, 0, 0, 1);
}

#s-15a02728-c222-4a6e-9816-2cada184bd70 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-15a02728-c222-4a6e-9816-2cada184bd70 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-3933ecf8-3bd6-4984-9cc0-787fd10eac14 {
  margin-left: 2%;
margin-right: 2%;
}

#s-5a312791-3c77-46d1-90de-aacf6b46e33e {
  margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-bottom: 20px;
}

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

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

#s-35802a3e-a6dd-4ca1-b852-89953076aaa9 hr {
  border-top: 2px solid rgba(221, 221, 221, 1);
}

@media (min-width: 0px) {
[id="s-b05ff91c-7c31-4cae-b5bc-e599f039c24f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b05ff91c-7c31-4cae-b5bc-e599f039c24f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b05ff91c-7c31-4cae-b5bc-e599f039c24f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b05ff91c-7c31-4cae-b5bc-e599f039c24f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-bf54e54d-6ae4-4a21-88a7-d49afd3c211b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf54e54d-6ae4-4a21-88a7-d49afd3c211b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf54e54d-6ae4-4a21-88a7-d49afd3c211b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf54e54d-6ae4-4a21-88a7-d49afd3c211b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf54e54d-6ae4-4a21-88a7-d49afd3c211b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf54e54d-6ae4-4a21-88a7-d49afd3c211b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf54e54d-6ae4-4a21-88a7-d49afd3c211b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-1fbcbb78-587d-43ed-b7b4-eebbd561b8c8 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-8c8d4a91-99a5-4192-bc66-45c6d360c4f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c8d4a91-99a5-4192-bc66-45c6d360c4f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c8d4a91-99a5-4192-bc66-45c6d360c4f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c8d4a91-99a5-4192-bc66-45c6d360c4f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c8d4a91-99a5-4192-bc66-45c6d360c4f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c8d4a91-99a5-4192-bc66-45c6d360c4f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c8d4a91-99a5-4192-bc66-45c6d360c4f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-0f6ec0d2-5bc2-4ee8-b896-196c791a4e99 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-02fb3f46-cbd7-4bce-ae1a-bf7074f11650"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-02fb3f46-cbd7-4bce-ae1a-bf7074f11650"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-02fb3f46-cbd7-4bce-ae1a-bf7074f11650"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-02fb3f46-cbd7-4bce-ae1a-bf7074f11650"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
  max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
  margin: 0 !important;
  overflow: visible;
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
  /* Add background color handling */
  
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image {
  box-sizing: border-box;
}



.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container {
      position: relative;
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
  margin: 0 !important;
  overflow: visible;
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
  /* Add background color handling */
  
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image {
  box-sizing: border-box;
}



.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container {
      position: relative;
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
  margin: 0 !important;
  overflow: visible;
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
  /* Add background color handling */
  
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image {
  box-sizing: border-box;
}



.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container {
      position: relative;
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
  margin: 0 !important;
  overflow: visible;
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
  /* Add background color handling */
  
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image {
  box-sizing: border-box;
}



.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container {
      position: relative;
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
  margin: 0 !important;
  overflow: visible;
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
  /* Add background color handling */
  
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image {
  box-sizing: border-box;
}



.s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container {
      position: relative;
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bc3cf12-bb5a-4c87-b7f4-60eeeae11d42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
  max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image {
  box-sizing: border-box;
}



.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container {
      position: relative;
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image {
  box-sizing: border-box;
}



.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container {
      position: relative;
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image {
  box-sizing: border-box;
}



.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container {
      position: relative;
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image {
  box-sizing: border-box;
}



.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container {
      position: relative;
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image {
  box-sizing: border-box;
}



.s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container {
      position: relative;
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-236237f1-06b9-42bc-8654-0ed91a7dfbc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-11e6d035-7497-4e93-83f2-f78259df1111 {
  max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-11e6d035-7497-4e93-83f2-f78259df1111 {
  margin: 0 !important;
  overflow: visible;
}

#s-11e6d035-7497-4e93-83f2-f78259df1111-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11e6d035-7497-4e93-83f2-f78259df1111 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11e6d035-7497-4e93-83f2-f78259df1111 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
  /* Add background color handling */
  
}

#s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11e6d035-7497-4e93-83f2-f78259df1111 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11e6d035-7497-4e93-83f2-f78259df1111 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11e6d035-7497-4e93-83f2-f78259df1111 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-11e6d035-7497-4e93-83f2-f78259df1111 .shogun-image-content {
  
    justify-content: center;
  
}

.s-11e6d035-7497-4e93-83f2-f78259df1111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image {
  box-sizing: border-box;
}



.s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-11e6d035-7497-4e93-83f2-f78259df1111 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container {
      position: relative;
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-11e6d035-7497-4e93-83f2-f78259df1111 {
  margin: 0 !important;
  overflow: visible;
}

#s-11e6d035-7497-4e93-83f2-f78259df1111-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11e6d035-7497-4e93-83f2-f78259df1111 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11e6d035-7497-4e93-83f2-f78259df1111 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
  /* Add background color handling */
  
}

#s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11e6d035-7497-4e93-83f2-f78259df1111 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11e6d035-7497-4e93-83f2-f78259df1111 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11e6d035-7497-4e93-83f2-f78259df1111 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-11e6d035-7497-4e93-83f2-f78259df1111 .shogun-image-content {
  
    justify-content: center;
  
}

.s-11e6d035-7497-4e93-83f2-f78259df1111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image {
  box-sizing: border-box;
}



.s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-11e6d035-7497-4e93-83f2-f78259df1111 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container {
      position: relative;
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-11e6d035-7497-4e93-83f2-f78259df1111 {
  margin: 0 !important;
  overflow: visible;
}

#s-11e6d035-7497-4e93-83f2-f78259df1111-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11e6d035-7497-4e93-83f2-f78259df1111 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11e6d035-7497-4e93-83f2-f78259df1111 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
  /* Add background color handling */
  
}

#s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11e6d035-7497-4e93-83f2-f78259df1111 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11e6d035-7497-4e93-83f2-f78259df1111 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11e6d035-7497-4e93-83f2-f78259df1111 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-11e6d035-7497-4e93-83f2-f78259df1111 .shogun-image-content {
  
    justify-content: center;
  
}

.s-11e6d035-7497-4e93-83f2-f78259df1111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image {
  box-sizing: border-box;
}



.s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-11e6d035-7497-4e93-83f2-f78259df1111 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container {
      position: relative;
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-11e6d035-7497-4e93-83f2-f78259df1111 {
  margin: 0 !important;
  overflow: visible;
}

#s-11e6d035-7497-4e93-83f2-f78259df1111-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11e6d035-7497-4e93-83f2-f78259df1111 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11e6d035-7497-4e93-83f2-f78259df1111 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
  /* Add background color handling */
  
}

#s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11e6d035-7497-4e93-83f2-f78259df1111 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11e6d035-7497-4e93-83f2-f78259df1111 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11e6d035-7497-4e93-83f2-f78259df1111 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-11e6d035-7497-4e93-83f2-f78259df1111 .shogun-image-content {
  
    justify-content: center;
  
}

.s-11e6d035-7497-4e93-83f2-f78259df1111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image {
  box-sizing: border-box;
}



.s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-11e6d035-7497-4e93-83f2-f78259df1111 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container {
      position: relative;
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-11e6d035-7497-4e93-83f2-f78259df1111 {
  margin: 0 !important;
  overflow: visible;
}

#s-11e6d035-7497-4e93-83f2-f78259df1111-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11e6d035-7497-4e93-83f2-f78259df1111 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11e6d035-7497-4e93-83f2-f78259df1111 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
  /* Add background color handling */
  
}

#s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11e6d035-7497-4e93-83f2-f78259df1111 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11e6d035-7497-4e93-83f2-f78259df1111 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11e6d035-7497-4e93-83f2-f78259df1111 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-11e6d035-7497-4e93-83f2-f78259df1111 .shogun-image-content {
  
    justify-content: center;
  
}

.s-11e6d035-7497-4e93-83f2-f78259df1111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image {
  box-sizing: border-box;
}



.s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-11e6d035-7497-4e93-83f2-f78259df1111 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container {
      position: relative;
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11e6d035-7497-4e93-83f2-f78259df1111 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
  max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image {
  box-sizing: border-box;
}



.s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container {
      position: relative;
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image {
  box-sizing: border-box;
}



.s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container {
      position: relative;
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image {
  box-sizing: border-box;
}



.s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container {
      position: relative;
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image {
  box-sizing: border-box;
}



.s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container {
      position: relative;
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-b0ec503d-e5fa-4c60-935c-86216f0777f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image {
  box-sizing: border-box;
}



.s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container {
      position: relative;
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0ec503d-e5fa-4c60-935c-86216f0777f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
@media (min-width: 0px) {
[id="s-8915f1a3-05ed-4af7-9c92-4d8b5c168371"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8915f1a3-05ed-4af7-9c92-4d8b5c168371"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8915f1a3-05ed-4af7-9c92-4d8b5c168371"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8915f1a3-05ed-4af7-9c92-4d8b5c168371"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-5802abac-0229-480f-be15-1263c6b78d67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5802abac-0229-480f-be15-1263c6b78d67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5802abac-0229-480f-be15-1263c6b78d67"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5802abac-0229-480f-be15-1263c6b78d67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5802abac-0229-480f-be15-1263c6b78d67"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5802abac-0229-480f-be15-1263c6b78d67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5802abac-0229-480f-be15-1263c6b78d67"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-068eaa8e-3659-40d5-8e82-973bb0cb7c63 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-132abcff-3789-4767-890d-044e7af2acbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-132abcff-3789-4767-890d-044e7af2acbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-132abcff-3789-4767-890d-044e7af2acbe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-132abcff-3789-4767-890d-044e7af2acbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-132abcff-3789-4767-890d-044e7af2acbe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-132abcff-3789-4767-890d-044e7af2acbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-132abcff-3789-4767-890d-044e7af2acbe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-6652eabe-a745-42d8-94c2-4f5d36aede03 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-da35445c-376d-4c85-ba77-85a906387707"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da35445c-376d-4c85-ba77-85a906387707"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da35445c-376d-4c85-ba77-85a906387707"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da35445c-376d-4c85-ba77-85a906387707"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-178682f7-cdd5-443e-a5ff-1494443edfd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-178682f7-cdd5-443e-a5ff-1494443edfd0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-178682f7-cdd5-443e-a5ff-1494443edfd0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-178682f7-cdd5-443e-a5ff-1494443edfd0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-178682f7-cdd5-443e-a5ff-1494443edfd0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-178682f7-cdd5-443e-a5ff-1494443edfd0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-178682f7-cdd5-443e-a5ff-1494443edfd0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-be25cc41-86d7-4cf6-9f2d-fe7d79af022d {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-28f6d086-ccbc-49dc-b1a3-eefbd1fdddca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28f6d086-ccbc-49dc-b1a3-eefbd1fdddca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-28f6d086-ccbc-49dc-b1a3-eefbd1fdddca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-28f6d086-ccbc-49dc-b1a3-eefbd1fdddca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-28f6d086-ccbc-49dc-b1a3-eefbd1fdddca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-28f6d086-ccbc-49dc-b1a3-eefbd1fdddca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-28f6d086-ccbc-49dc-b1a3-eefbd1fdddca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-262116c5-db4b-4757-9cbb-0a4e3694ee1b {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-d5a28283-803f-4c0a-a2e2-b14017060820"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5a28283-803f-4c0a-a2e2-b14017060820"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5a28283-803f-4c0a-a2e2-b14017060820"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5a28283-803f-4c0a-a2e2-b14017060820"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-d3a77014-658d-4561-b9d2-72944d8c4bd1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3a77014-658d-4561-b9d2-72944d8c4bd1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3a77014-658d-4561-b9d2-72944d8c4bd1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3a77014-658d-4561-b9d2-72944d8c4bd1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3a77014-658d-4561-b9d2-72944d8c4bd1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3a77014-658d-4561-b9d2-72944d8c4bd1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3a77014-658d-4561-b9d2-72944d8c4bd1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-3523a596-569c-4d22-a5ed-94ddfef87655 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-8f60c126-08e8-41f3-80e9-09bfa3cd17ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f60c126-08e8-41f3-80e9-09bfa3cd17ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f60c126-08e8-41f3-80e9-09bfa3cd17ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f60c126-08e8-41f3-80e9-09bfa3cd17ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f60c126-08e8-41f3-80e9-09bfa3cd17ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f60c126-08e8-41f3-80e9-09bfa3cd17ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f60c126-08e8-41f3-80e9-09bfa3cd17ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-3703b164-91d2-4fdd-a92d-de9a5f977cdf {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-39c42971-f1bf-4c99-9da3-4f69c1bb18d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39c42971-f1bf-4c99-9da3-4f69c1bb18d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39c42971-f1bf-4c99-9da3-4f69c1bb18d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39c42971-f1bf-4c99-9da3-4f69c1bb18d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39c42971-f1bf-4c99-9da3-4f69c1bb18d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39c42971-f1bf-4c99-9da3-4f69c1bb18d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39c42971-f1bf-4c99-9da3-4f69c1bb18d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-a33b5d8e-10f3-48b4-a60d-813edd1f924f {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 0%;
padding-right: 0%;
}

#s-79155178-b1ff-4570-9c74-68164b3dbe6a {
  margin-left: 4%;
margin-right: 4%;
padding-top: 20px;
padding-left: 1%;
padding-bottom: 20px;
padding-right: 1%;
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7 {
  max-width: 1920px;
aspect-ratio: 1920/1095;
text-align: center;
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-255affa7-e222-484b-ba71-7656c97e5fc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-255affa7-e222-484b-ba71-7656c97e5fc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-255affa7-e222-484b-ba71-7656c97e5fc7 .shg-image-content-wrapper {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }

    #s-255affa7-e222-484b-ba71-7656c97e5fc7 .shogun-image-link {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-255affa7-e222-484b-ba71-7656c97e5fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-255affa7-e222-484b-ba71-7656c97e5fc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-255affa7-e222-484b-ba71-7656c97e5fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image {
  box-sizing: border-box;
}



.s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-255affa7-e222-484b-ba71-7656c97e5fc7 {
      --shg-aspect-ratio: calc(1920/1095); 
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container {
      position: relative;
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-255affa7-e222-484b-ba71-7656c97e5fc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-255affa7-e222-484b-ba71-7656c97e5fc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-255affa7-e222-484b-ba71-7656c97e5fc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-255affa7-e222-484b-ba71-7656c97e5fc7 .shg-image-content-wrapper {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }

    #s-255affa7-e222-484b-ba71-7656c97e5fc7 .shogun-image-link {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-255affa7-e222-484b-ba71-7656c97e5fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-255affa7-e222-484b-ba71-7656c97e5fc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-255affa7-e222-484b-ba71-7656c97e5fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image {
  box-sizing: border-box;
}



.s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-255affa7-e222-484b-ba71-7656c97e5fc7 {
      --shg-aspect-ratio: calc(1920/1095); 
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container {
      position: relative;
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-255affa7-e222-484b-ba71-7656c97e5fc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-255affa7-e222-484b-ba71-7656c97e5fc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-255affa7-e222-484b-ba71-7656c97e5fc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-255affa7-e222-484b-ba71-7656c97e5fc7 .shg-image-content-wrapper {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }

    #s-255affa7-e222-484b-ba71-7656c97e5fc7 .shogun-image-link {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-255affa7-e222-484b-ba71-7656c97e5fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-255affa7-e222-484b-ba71-7656c97e5fc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-255affa7-e222-484b-ba71-7656c97e5fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image {
  box-sizing: border-box;
}



.s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-255affa7-e222-484b-ba71-7656c97e5fc7 {
      --shg-aspect-ratio: calc(1920/1095); 
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container {
      position: relative;
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-255affa7-e222-484b-ba71-7656c97e5fc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-255affa7-e222-484b-ba71-7656c97e5fc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-255affa7-e222-484b-ba71-7656c97e5fc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-255affa7-e222-484b-ba71-7656c97e5fc7 .shg-image-content-wrapper {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }

    #s-255affa7-e222-484b-ba71-7656c97e5fc7 .shogun-image-link {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-255affa7-e222-484b-ba71-7656c97e5fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-255affa7-e222-484b-ba71-7656c97e5fc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-255affa7-e222-484b-ba71-7656c97e5fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image {
  box-sizing: border-box;
}



.s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-255affa7-e222-484b-ba71-7656c97e5fc7 {
      --shg-aspect-ratio: calc(1920/1095); 
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container {
      position: relative;
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-255affa7-e222-484b-ba71-7656c97e5fc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-255affa7-e222-484b-ba71-7656c97e5fc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-255affa7-e222-484b-ba71-7656c97e5fc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-255affa7-e222-484b-ba71-7656c97e5fc7 .shg-image-content-wrapper {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }

    #s-255affa7-e222-484b-ba71-7656c97e5fc7 .shogun-image-link {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-255affa7-e222-484b-ba71-7656c97e5fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-255affa7-e222-484b-ba71-7656c97e5fc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-255affa7-e222-484b-ba71-7656c97e5fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image {
  box-sizing: border-box;
}



.s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-255affa7-e222-484b-ba71-7656c97e5fc7 {
      --shg-aspect-ratio: calc(1920/1095); 
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container {
      position: relative;
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-255affa7-e222-484b-ba71-7656c97e5fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
@media (min-width: 0px) {
[id="s-c86bb7b3-75dd-4e95-bb73-f1294feb6695"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c86bb7b3-75dd-4e95-bb73-f1294feb6695"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c86bb7b3-75dd-4e95-bb73-f1294feb6695"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c86bb7b3-75dd-4e95-bb73-f1294feb6695"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-f5ff9601-3b79-4f38-9001-4316c14a5b7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5ff9601-3b79-4f38-9001-4316c14a5b7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5ff9601-3b79-4f38-9001-4316c14a5b7b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5ff9601-3b79-4f38-9001-4316c14a5b7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5ff9601-3b79-4f38-9001-4316c14a5b7b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5ff9601-3b79-4f38-9001-4316c14a5b7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5ff9601-3b79-4f38-9001-4316c14a5b7b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-90139b54-c02e-4256-807a-0e8f21436757 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-4c462ba2-7559-4753-b6b7-2644976f716a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c462ba2-7559-4753-b6b7-2644976f716a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4c462ba2-7559-4753-b6b7-2644976f716a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c462ba2-7559-4753-b6b7-2644976f716a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4c462ba2-7559-4753-b6b7-2644976f716a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c462ba2-7559-4753-b6b7-2644976f716a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4c462ba2-7559-4753-b6b7-2644976f716a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-8309ecca-23ad-47f3-a541-84a1c6e98565 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-28f0e7ec-29ba-4a3d-9f28-bf8230dc0b33"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-28f0e7ec-29ba-4a3d-9f28-bf8230dc0b33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-28f0e7ec-29ba-4a3d-9f28-bf8230dc0b33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-28f0e7ec-29ba-4a3d-9f28-bf8230dc0b33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d4976909-102b-4367-84a0-17e0241c1bfa {
  max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa {
  margin: 0 !important;
  overflow: visible;
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4976909-102b-4367-84a0-17e0241c1bfa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4976909-102b-4367-84a0-17e0241c1bfa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
  /* Add background color handling */
  
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4976909-102b-4367-84a0-17e0241c1bfa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4976909-102b-4367-84a0-17e0241c1bfa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4976909-102b-4367-84a0-17e0241c1bfa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d4976909-102b-4367-84a0-17e0241c1bfa .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4976909-102b-4367-84a0-17e0241c1bfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image {
  box-sizing: border-box;
}



.s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4976909-102b-4367-84a0-17e0241c1bfa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container {
      position: relative;
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-d4976909-102b-4367-84a0-17e0241c1bfa {
  margin: 0 !important;
  overflow: visible;
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4976909-102b-4367-84a0-17e0241c1bfa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4976909-102b-4367-84a0-17e0241c1bfa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
  /* Add background color handling */
  
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4976909-102b-4367-84a0-17e0241c1bfa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4976909-102b-4367-84a0-17e0241c1bfa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4976909-102b-4367-84a0-17e0241c1bfa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d4976909-102b-4367-84a0-17e0241c1bfa .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4976909-102b-4367-84a0-17e0241c1bfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image {
  box-sizing: border-box;
}



.s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4976909-102b-4367-84a0-17e0241c1bfa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container {
      position: relative;
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d4976909-102b-4367-84a0-17e0241c1bfa {
  margin: 0 !important;
  overflow: visible;
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4976909-102b-4367-84a0-17e0241c1bfa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4976909-102b-4367-84a0-17e0241c1bfa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
  /* Add background color handling */
  
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4976909-102b-4367-84a0-17e0241c1bfa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4976909-102b-4367-84a0-17e0241c1bfa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4976909-102b-4367-84a0-17e0241c1bfa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d4976909-102b-4367-84a0-17e0241c1bfa .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4976909-102b-4367-84a0-17e0241c1bfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image {
  box-sizing: border-box;
}



.s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4976909-102b-4367-84a0-17e0241c1bfa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container {
      position: relative;
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d4976909-102b-4367-84a0-17e0241c1bfa {
  margin: 0 !important;
  overflow: visible;
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4976909-102b-4367-84a0-17e0241c1bfa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4976909-102b-4367-84a0-17e0241c1bfa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
  /* Add background color handling */
  
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4976909-102b-4367-84a0-17e0241c1bfa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4976909-102b-4367-84a0-17e0241c1bfa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4976909-102b-4367-84a0-17e0241c1bfa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d4976909-102b-4367-84a0-17e0241c1bfa .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4976909-102b-4367-84a0-17e0241c1bfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image {
  box-sizing: border-box;
}



.s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4976909-102b-4367-84a0-17e0241c1bfa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container {
      position: relative;
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-d4976909-102b-4367-84a0-17e0241c1bfa {
  margin: 0 !important;
  overflow: visible;
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4976909-102b-4367-84a0-17e0241c1bfa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4976909-102b-4367-84a0-17e0241c1bfa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
  /* Add background color handling */
  
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4976909-102b-4367-84a0-17e0241c1bfa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4976909-102b-4367-84a0-17e0241c1bfa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4976909-102b-4367-84a0-17e0241c1bfa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d4976909-102b-4367-84a0-17e0241c1bfa .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4976909-102b-4367-84a0-17e0241c1bfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image {
  box-sizing: border-box;
}



.s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4976909-102b-4367-84a0-17e0241c1bfa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container {
      position: relative;
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4976909-102b-4367-84a0-17e0241c1bfa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
  max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
  margin: 0 !important;
  overflow: visible;
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
  /* Add background color handling */
  
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image {
  box-sizing: border-box;
}



.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container {
      position: relative;
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
  margin: 0 !important;
  overflow: visible;
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
  /* Add background color handling */
  
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image {
  box-sizing: border-box;
}



.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container {
      position: relative;
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
  margin: 0 !important;
  overflow: visible;
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
  /* Add background color handling */
  
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image {
  box-sizing: border-box;
}



.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container {
      position: relative;
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
  margin: 0 !important;
  overflow: visible;
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
  /* Add background color handling */
  
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image {
  box-sizing: border-box;
}



.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container {
      position: relative;
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
  margin: 0 !important;
  overflow: visible;
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
  /* Add background color handling */
  
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image {
  box-sizing: border-box;
}



.s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container {
      position: relative;
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8063fd2b-09b8-46dd-9b0e-d57f4830fd06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
  max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ef6933d-6492-4cdf-9097-34675e11ed22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image {
  box-sizing: border-box;
}



.s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container {
      position: relative;
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ef6933d-6492-4cdf-9097-34675e11ed22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image {
  box-sizing: border-box;
}



.s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container {
      position: relative;
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ef6933d-6492-4cdf-9097-34675e11ed22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image {
  box-sizing: border-box;
}



.s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container {
      position: relative;
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ef6933d-6492-4cdf-9097-34675e11ed22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image {
  box-sizing: border-box;
}



.s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container {
      position: relative;
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8ef6933d-6492-4cdf-9097-34675e11ed22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ef6933d-6492-4cdf-9097-34675e11ed22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image {
  box-sizing: border-box;
}



.s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ef6933d-6492-4cdf-9097-34675e11ed22 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container {
      position: relative;
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ef6933d-6492-4cdf-9097-34675e11ed22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
  max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image {
  box-sizing: border-box;
}



.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container {
      position: relative;
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image {
  box-sizing: border-box;
}



.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container {
      position: relative;
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image {
  box-sizing: border-box;
}



.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container {
      position: relative;
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image {
  box-sizing: border-box;
}



.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container {
      position: relative;
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image {
  box-sizing: border-box;
}



.s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container {
      position: relative;
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4281d13-6e5e-4cd5-9d91-ba064317e9a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
@media (min-width: 0px) {
[id="s-7044117e-62c7-4d88-b76d-d86e72cfa11d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7044117e-62c7-4d88-b76d-d86e72cfa11d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7044117e-62c7-4d88-b76d-d86e72cfa11d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7044117e-62c7-4d88-b76d-d86e72cfa11d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-3d1c2b42-6620-4dc6-8010-6f64663f53f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d1c2b42-6620-4dc6-8010-6f64663f53f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d1c2b42-6620-4dc6-8010-6f64663f53f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d1c2b42-6620-4dc6-8010-6f64663f53f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d1c2b42-6620-4dc6-8010-6f64663f53f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d1c2b42-6620-4dc6-8010-6f64663f53f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d1c2b42-6620-4dc6-8010-6f64663f53f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-e468f2e8-acc5-49a6-9980-ac5aa9b9116b {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-431db453-da9d-45a3-add5-2edc05f19b63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-431db453-da9d-45a3-add5-2edc05f19b63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-431db453-da9d-45a3-add5-2edc05f19b63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-431db453-da9d-45a3-add5-2edc05f19b63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-431db453-da9d-45a3-add5-2edc05f19b63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-431db453-da9d-45a3-add5-2edc05f19b63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-431db453-da9d-45a3-add5-2edc05f19b63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-34fc4ad6-ff72-4f00-8bfd-df52afca671c {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-3fce9cf4-44b0-4468-8117-f2a84c78567e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fce9cf4-44b0-4468-8117-f2a84c78567e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3fce9cf4-44b0-4468-8117-f2a84c78567e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fce9cf4-44b0-4468-8117-f2a84c78567e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-f6b258c6-a891-48e3-adab-a7cca9b7bdfb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6b258c6-a891-48e3-adab-a7cca9b7bdfb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6b258c6-a891-48e3-adab-a7cca9b7bdfb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6b258c6-a891-48e3-adab-a7cca9b7bdfb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6b258c6-a891-48e3-adab-a7cca9b7bdfb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6b258c6-a891-48e3-adab-a7cca9b7bdfb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6b258c6-a891-48e3-adab-a7cca9b7bdfb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-f5cdcf3a-3b99-4869-8f45-9a1c973d3969 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-27e59178-8c67-498e-9dcb-e924da268c3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27e59178-8c67-498e-9dcb-e924da268c3b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27e59178-8c67-498e-9dcb-e924da268c3b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-27e59178-8c67-498e-9dcb-e924da268c3b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27e59178-8c67-498e-9dcb-e924da268c3b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-27e59178-8c67-498e-9dcb-e924da268c3b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27e59178-8c67-498e-9dcb-e924da268c3b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-0ee973ec-10e1-484e-a8b1-ac26e10d45af {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-081b5950-16d2-456b-ac1b-cf179bdf8f20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-081b5950-16d2-456b-ac1b-cf179bdf8f20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-081b5950-16d2-456b-ac1b-cf179bdf8f20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-081b5950-16d2-456b-ac1b-cf179bdf8f20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-8db64743-afb0-4f07-b532-abe06880c4e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8db64743-afb0-4f07-b532-abe06880c4e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8db64743-afb0-4f07-b532-abe06880c4e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8db64743-afb0-4f07-b532-abe06880c4e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8db64743-afb0-4f07-b532-abe06880c4e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8db64743-afb0-4f07-b532-abe06880c4e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8db64743-afb0-4f07-b532-abe06880c4e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-9c8d4432-f41f-4213-a451-97600286f372 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-2ddbdc04-8698-481b-91d2-339bdbf40573"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ddbdc04-8698-481b-91d2-339bdbf40573"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ddbdc04-8698-481b-91d2-339bdbf40573"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ddbdc04-8698-481b-91d2-339bdbf40573"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ddbdc04-8698-481b-91d2-339bdbf40573"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ddbdc04-8698-481b-91d2-339bdbf40573"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ddbdc04-8698-481b-91d2-339bdbf40573"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-515a91bd-5ba4-429b-b480-c76adc6f7f1e {
  background-color: rgba(232, 232, 232, 1);
}
}
#s-fe2563fc-76cc-4fce-a201-28ae91dc2b73 hr {
  border-top: 2px solid rgba(221, 221, 221, 1);
}

@media (min-width: 0px) {
[id="s-f3553c1e-c60d-4c5f-9f73-43cf22fac076"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3553c1e-c60d-4c5f-9f73-43cf22fac076"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f3553c1e-c60d-4c5f-9f73-43cf22fac076"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3553c1e-c60d-4c5f-9f73-43cf22fac076"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-198c4cd9-99a7-419c-85ec-60327d4c19ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-198c4cd9-99a7-419c-85ec-60327d4c19ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-198c4cd9-99a7-419c-85ec-60327d4c19ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-198c4cd9-99a7-419c-85ec-60327d4c19ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-198c4cd9-99a7-419c-85ec-60327d4c19ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-198c4cd9-99a7-419c-85ec-60327d4c19ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-198c4cd9-99a7-419c-85ec-60327d4c19ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-c10213e9-98a8-4d78-bec3-7f9ff45855eb {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-45c82385-aa02-4dc9-9947-b2ad933875c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45c82385-aa02-4dc9-9947-b2ad933875c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45c82385-aa02-4dc9-9947-b2ad933875c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-45c82385-aa02-4dc9-9947-b2ad933875c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45c82385-aa02-4dc9-9947-b2ad933875c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-45c82385-aa02-4dc9-9947-b2ad933875c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45c82385-aa02-4dc9-9947-b2ad933875c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-0cc86f8a-8cd3-483e-8ff0-6101197d1302 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-6b442a29-0ecf-4e29-9993-b9501802cde1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b442a29-0ecf-4e29-9993-b9501802cde1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b442a29-0ecf-4e29-9993-b9501802cde1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b442a29-0ecf-4e29-9993-b9501802cde1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-7bcddc00-497f-42e4-8ad9-9bb617a18203"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bcddc00-497f-42e4-8ad9-9bb617a18203"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bcddc00-497f-42e4-8ad9-9bb617a18203"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7bcddc00-497f-42e4-8ad9-9bb617a18203"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bcddc00-497f-42e4-8ad9-9bb617a18203"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bcddc00-497f-42e4-8ad9-9bb617a18203"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bcddc00-497f-42e4-8ad9-9bb617a18203"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-4ce7055a-32d4-4d54-bb05-923071281da5 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-6882e363-f160-45ac-af4b-2e17bb17efe4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6882e363-f160-45ac-af4b-2e17bb17efe4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6882e363-f160-45ac-af4b-2e17bb17efe4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6882e363-f160-45ac-af4b-2e17bb17efe4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6882e363-f160-45ac-af4b-2e17bb17efe4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6882e363-f160-45ac-af4b-2e17bb17efe4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6882e363-f160-45ac-af4b-2e17bb17efe4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-78fdd180-863f-43bb-a415-a163aca5cd5a {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-c3c9b545-d6da-4854-be1f-7ac0137e9420"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3c9b545-d6da-4854-be1f-7ac0137e9420"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c3c9b545-d6da-4854-be1f-7ac0137e9420"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3c9b545-d6da-4854-be1f-7ac0137e9420"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-8b446f94-9e2d-4c92-b9ae-887382afbde2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b446f94-9e2d-4c92-b9ae-887382afbde2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b446f94-9e2d-4c92-b9ae-887382afbde2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8b446f94-9e2d-4c92-b9ae-887382afbde2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b446f94-9e2d-4c92-b9ae-887382afbde2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b446f94-9e2d-4c92-b9ae-887382afbde2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b446f94-9e2d-4c92-b9ae-887382afbde2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-56466383-27e8-47e9-ac4c-e1786a6d457e {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-2a3b2fc5-ed42-4f55-a415-8547616153ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a3b2fc5-ed42-4f55-a415-8547616153ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a3b2fc5-ed42-4f55-a415-8547616153ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a3b2fc5-ed42-4f55-a415-8547616153ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a3b2fc5-ed42-4f55-a415-8547616153ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a3b2fc5-ed42-4f55-a415-8547616153ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a3b2fc5-ed42-4f55-a415-8547616153ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-e1314dfc-7681-44e7-922e-af6b2c4e7dea {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-687909c6-b6af-4ea8-acc5-4d3624c160fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-687909c6-b6af-4ea8-acc5-4d3624c160fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-687909c6-b6af-4ea8-acc5-4d3624c160fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-687909c6-b6af-4ea8-acc5-4d3624c160fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-3dae5bbe-e7ba-4c8a-a2ea-d99c984bc664"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dae5bbe-e7ba-4c8a-a2ea-d99c984bc664"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3dae5bbe-e7ba-4c8a-a2ea-d99c984bc664"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3dae5bbe-e7ba-4c8a-a2ea-d99c984bc664"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3dae5bbe-e7ba-4c8a-a2ea-d99c984bc664"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dae5bbe-e7ba-4c8a-a2ea-d99c984bc664"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3dae5bbe-e7ba-4c8a-a2ea-d99c984bc664"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-10992567-72c9-453f-8b15-651da616ea8d {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-9f8a1dbf-fd4d-4276-8c99-e31a79ca6ce5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f8a1dbf-fd4d-4276-8c99-e31a79ca6ce5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f8a1dbf-fd4d-4276-8c99-e31a79ca6ce5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f8a1dbf-fd4d-4276-8c99-e31a79ca6ce5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f8a1dbf-fd4d-4276-8c99-e31a79ca6ce5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f8a1dbf-fd4d-4276-8c99-e31a79ca6ce5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f8a1dbf-fd4d-4276-8c99-e31a79ca6ce5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-fe578f44-6028-420f-9a17-d6aae71e4eb8 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-bc2f74f6-19b6-4b1f-b814-8713ea5a2d85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc2f74f6-19b6-4b1f-b814-8713ea5a2d85"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc2f74f6-19b6-4b1f-b814-8713ea5a2d85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc2f74f6-19b6-4b1f-b814-8713ea5a2d85"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc2f74f6-19b6-4b1f-b814-8713ea5a2d85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc2f74f6-19b6-4b1f-b814-8713ea5a2d85"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc2f74f6-19b6-4b1f-b814-8713ea5a2d85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-d4926c34-11b5-412a-b888-62ff524dc82a {
  max-width: 1200px;
aspect-ratio: 1200/685;
text-align: center;
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a {
  margin: 0 !important;
  overflow: visible;
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4926c34-11b5-412a-b888-62ff524dc82a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4926c34-11b5-412a-b888-62ff524dc82a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
  /* Add background color handling */
  
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4926c34-11b5-412a-b888-62ff524dc82a .shg-image-content-wrapper {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }

    #s-d4926c34-11b5-412a-b888-62ff524dc82a .shogun-image-link {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4926c34-11b5-412a-b888-62ff524dc82a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d4926c34-11b5-412a-b888-62ff524dc82a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4926c34-11b5-412a-b888-62ff524dc82a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image {
  box-sizing: border-box;
}



.s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4926c34-11b5-412a-b888-62ff524dc82a {
      --shg-aspect-ratio: calc(1200/685); 
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container {
      position: relative;
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-d4926c34-11b5-412a-b888-62ff524dc82a {
  margin: 0 !important;
  overflow: visible;
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4926c34-11b5-412a-b888-62ff524dc82a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4926c34-11b5-412a-b888-62ff524dc82a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
  /* Add background color handling */
  
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4926c34-11b5-412a-b888-62ff524dc82a .shg-image-content-wrapper {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }

    #s-d4926c34-11b5-412a-b888-62ff524dc82a .shogun-image-link {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4926c34-11b5-412a-b888-62ff524dc82a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d4926c34-11b5-412a-b888-62ff524dc82a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4926c34-11b5-412a-b888-62ff524dc82a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image {
  box-sizing: border-box;
}



.s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4926c34-11b5-412a-b888-62ff524dc82a {
      --shg-aspect-ratio: calc(1200/685); 
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container {
      position: relative;
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d4926c34-11b5-412a-b888-62ff524dc82a {
  margin: 0 !important;
  overflow: visible;
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4926c34-11b5-412a-b888-62ff524dc82a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4926c34-11b5-412a-b888-62ff524dc82a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
  /* Add background color handling */
  
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4926c34-11b5-412a-b888-62ff524dc82a .shg-image-content-wrapper {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }

    #s-d4926c34-11b5-412a-b888-62ff524dc82a .shogun-image-link {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4926c34-11b5-412a-b888-62ff524dc82a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d4926c34-11b5-412a-b888-62ff524dc82a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4926c34-11b5-412a-b888-62ff524dc82a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image {
  box-sizing: border-box;
}



.s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4926c34-11b5-412a-b888-62ff524dc82a {
      --shg-aspect-ratio: calc(1200/685); 
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container {
      position: relative;
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d4926c34-11b5-412a-b888-62ff524dc82a {
  margin: 0 !important;
  overflow: visible;
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4926c34-11b5-412a-b888-62ff524dc82a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4926c34-11b5-412a-b888-62ff524dc82a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
  /* Add background color handling */
  
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4926c34-11b5-412a-b888-62ff524dc82a .shg-image-content-wrapper {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }

    #s-d4926c34-11b5-412a-b888-62ff524dc82a .shogun-image-link {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4926c34-11b5-412a-b888-62ff524dc82a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d4926c34-11b5-412a-b888-62ff524dc82a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4926c34-11b5-412a-b888-62ff524dc82a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image {
  box-sizing: border-box;
}



.s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4926c34-11b5-412a-b888-62ff524dc82a {
      --shg-aspect-ratio: calc(1200/685); 
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container {
      position: relative;
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-d4926c34-11b5-412a-b888-62ff524dc82a {
  margin: 0 !important;
  overflow: visible;
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4926c34-11b5-412a-b888-62ff524dc82a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4926c34-11b5-412a-b888-62ff524dc82a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
  /* Add background color handling */
  
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4926c34-11b5-412a-b888-62ff524dc82a .shg-image-content-wrapper {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }

    #s-d4926c34-11b5-412a-b888-62ff524dc82a .shogun-image-link {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4926c34-11b5-412a-b888-62ff524dc82a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d4926c34-11b5-412a-b888-62ff524dc82a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4926c34-11b5-412a-b888-62ff524dc82a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image {
  box-sizing: border-box;
}



.s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4926c34-11b5-412a-b888-62ff524dc82a {
      --shg-aspect-ratio: calc(1200/685); 
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container {
      position: relative;
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4926c34-11b5-412a-b888-62ff524dc82a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-2474560f-418e-4fe7-a9da-4bd59062d2d6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 1%;
padding-right: 1%;
}

#s-22dee7f1-6054-4182-8e4f-89b63d8b2beb {
  margin-left: 4%;
margin-right: 4%;
padding-top: 20px;
padding-left: 1%;
padding-bottom: 20px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-fad4fc71-9345-4a00-bb81-364d8db4dae8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fad4fc71-9345-4a00-bb81-364d8db4dae8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fad4fc71-9345-4a00-bb81-364d8db4dae8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fad4fc71-9345-4a00-bb81-364d8db4dae8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-f67a5716-1be9-4aee-8ac2-4968265d63cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f67a5716-1be9-4aee-8ac2-4968265d63cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f67a5716-1be9-4aee-8ac2-4968265d63cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f67a5716-1be9-4aee-8ac2-4968265d63cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f67a5716-1be9-4aee-8ac2-4968265d63cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f67a5716-1be9-4aee-8ac2-4968265d63cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f67a5716-1be9-4aee-8ac2-4968265d63cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-83467cd9-0c78-472d-a399-51c48b841f9f {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-1f8e98c8-65f6-4245-b44e-a34a779ece2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f8e98c8-65f6-4245-b44e-a34a779ece2e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f8e98c8-65f6-4245-b44e-a34a779ece2e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f8e98c8-65f6-4245-b44e-a34a779ece2e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f8e98c8-65f6-4245-b44e-a34a779ece2e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f8e98c8-65f6-4245-b44e-a34a779ece2e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f8e98c8-65f6-4245-b44e-a34a779ece2e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-b26e3fdf-a2d9-464e-abdb-1e05b12b6782 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-95f0ed23-9cb3-4193-931e-d4b2c7a19c01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95f0ed23-9cb3-4193-931e-d4b2c7a19c01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95f0ed23-9cb3-4193-931e-d4b2c7a19c01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95f0ed23-9cb3-4193-931e-d4b2c7a19c01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-81bb09c1-fb62-425f-85a7-9907bbadf07b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81bb09c1-fb62-425f-85a7-9907bbadf07b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-81bb09c1-fb62-425f-85a7-9907bbadf07b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-81bb09c1-fb62-425f-85a7-9907bbadf07b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-81bb09c1-fb62-425f-85a7-9907bbadf07b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-81bb09c1-fb62-425f-85a7-9907bbadf07b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-81bb09c1-fb62-425f-85a7-9907bbadf07b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-8f66cc55-2e37-4b6d-bb3b-906ea59229f9 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-39692ef3-5e57-4998-8d7f-da1f72f75647"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39692ef3-5e57-4998-8d7f-da1f72f75647"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39692ef3-5e57-4998-8d7f-da1f72f75647"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39692ef3-5e57-4998-8d7f-da1f72f75647"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39692ef3-5e57-4998-8d7f-da1f72f75647"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39692ef3-5e57-4998-8d7f-da1f72f75647"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39692ef3-5e57-4998-8d7f-da1f72f75647"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-10899245-2e52-45a4-aaf6-26685a48cf5f {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-ac316f18-de3c-447e-b719-2d269b5d4419"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac316f18-de3c-447e-b719-2d269b5d4419"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac316f18-de3c-447e-b719-2d269b5d4419"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac316f18-de3c-447e-b719-2d269b5d4419"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-ac84532f-df0a-4f28-a347-b65c99a9cdb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac84532f-df0a-4f28-a347-b65c99a9cdb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac84532f-df0a-4f28-a347-b65c99a9cdb5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac84532f-df0a-4f28-a347-b65c99a9cdb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac84532f-df0a-4f28-a347-b65c99a9cdb5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac84532f-df0a-4f28-a347-b65c99a9cdb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac84532f-df0a-4f28-a347-b65c99a9cdb5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-854a6390-24d2-4d3a-81f7-dcca519247fd {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-c7dda37c-0613-4202-bd00-b7d52d7b4fdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7dda37c-0613-4202-bd00-b7d52d7b4fdf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7dda37c-0613-4202-bd00-b7d52d7b4fdf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7dda37c-0613-4202-bd00-b7d52d7b4fdf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7dda37c-0613-4202-bd00-b7d52d7b4fdf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7dda37c-0613-4202-bd00-b7d52d7b4fdf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7dda37c-0613-4202-bd00-b7d52d7b4fdf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-5e2d59f9-0a8d-4134-ae4e-58fc0b097d8c {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-5344c648-bed5-4fb5-ae11-1433a27c8998"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5344c648-bed5-4fb5-ae11-1433a27c8998"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5344c648-bed5-4fb5-ae11-1433a27c8998"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5344c648-bed5-4fb5-ae11-1433a27c8998"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-37f64421-d893-410d-a434-1dddd8123037"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37f64421-d893-410d-a434-1dddd8123037"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-37f64421-d893-410d-a434-1dddd8123037"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-37f64421-d893-410d-a434-1dddd8123037"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-37f64421-d893-410d-a434-1dddd8123037"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-37f64421-d893-410d-a434-1dddd8123037"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-37f64421-d893-410d-a434-1dddd8123037"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-8bc93c45-7002-4d2e-bf67-fc168ca81964 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-a8648c7d-aec5-4af7-b98d-c9bee2ea59ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8648c7d-aec5-4af7-b98d-c9bee2ea59ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8648c7d-aec5-4af7-b98d-c9bee2ea59ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8648c7d-aec5-4af7-b98d-c9bee2ea59ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8648c7d-aec5-4af7-b98d-c9bee2ea59ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8648c7d-aec5-4af7-b98d-c9bee2ea59ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8648c7d-aec5-4af7-b98d-c9bee2ea59ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-69d18057-06ec-453a-b54e-afe4e54cbcd9 {
  background-color: rgba(232, 232, 232, 1);
}
}
#s-c218a853-e60a-4c14-b041-60610e66f380 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-99721307-ad0b-483d-b021-1b2f829a8263"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99721307-ad0b-483d-b021-1b2f829a8263"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99721307-ad0b-483d-b021-1b2f829a8263"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99721307-ad0b-483d-b021-1b2f829a8263"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-650e9b1c-a858-4936-97e3-636b63e7dc4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-650e9b1c-a858-4936-97e3-636b63e7dc4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-650e9b1c-a858-4936-97e3-636b63e7dc4a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-650e9b1c-a858-4936-97e3-636b63e7dc4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-650e9b1c-a858-4936-97e3-636b63e7dc4a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-650e9b1c-a858-4936-97e3-636b63e7dc4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-650e9b1c-a858-4936-97e3-636b63e7dc4a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-f4548220-3f47-40a6-860c-bb24cba00bdb {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-043527a0-11f6-476e-87f6-0e3c0bf33d3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-043527a0-11f6-476e-87f6-0e3c0bf33d3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-043527a0-11f6-476e-87f6-0e3c0bf33d3f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-043527a0-11f6-476e-87f6-0e3c0bf33d3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-043527a0-11f6-476e-87f6-0e3c0bf33d3f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-043527a0-11f6-476e-87f6-0e3c0bf33d3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-043527a0-11f6-476e-87f6-0e3c0bf33d3f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-80323cc8-1a88-46d0-bb49-08ac022cbf5b {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-07a0207e-dbea-46f9-b288-d0394d22685b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07a0207e-dbea-46f9-b288-d0394d22685b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07a0207e-dbea-46f9-b288-d0394d22685b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07a0207e-dbea-46f9-b288-d0394d22685b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-54e72a05-e9b8-4cb5-aa7e-c2b3c7558d37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54e72a05-e9b8-4cb5-aa7e-c2b3c7558d37"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54e72a05-e9b8-4cb5-aa7e-c2b3c7558d37"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54e72a05-e9b8-4cb5-aa7e-c2b3c7558d37"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54e72a05-e9b8-4cb5-aa7e-c2b3c7558d37"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54e72a05-e9b8-4cb5-aa7e-c2b3c7558d37"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54e72a05-e9b8-4cb5-aa7e-c2b3c7558d37"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-8fd76179-c358-483b-9599-8637a36ed1e3 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-7b23fe03-85fc-4663-bc5c-aa5b566b0eca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b23fe03-85fc-4663-bc5c-aa5b566b0eca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7b23fe03-85fc-4663-bc5c-aa5b566b0eca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b23fe03-85fc-4663-bc5c-aa5b566b0eca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7b23fe03-85fc-4663-bc5c-aa5b566b0eca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b23fe03-85fc-4663-bc5c-aa5b566b0eca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7b23fe03-85fc-4663-bc5c-aa5b566b0eca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-f24c161d-5067-4163-a0ba-ff877bd11cd3 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-32af10ec-63d4-4d44-b4e8-dae81c0bc212"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32af10ec-63d4-4d44-b4e8-dae81c0bc212"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32af10ec-63d4-4d44-b4e8-dae81c0bc212"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32af10ec-63d4-4d44-b4e8-dae81c0bc212"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-b8f5fd3f-b114-43d5-addb-ce3c3930cc1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8f5fd3f-b114-43d5-addb-ce3c3930cc1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8f5fd3f-b114-43d5-addb-ce3c3930cc1c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8f5fd3f-b114-43d5-addb-ce3c3930cc1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8f5fd3f-b114-43d5-addb-ce3c3930cc1c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8f5fd3f-b114-43d5-addb-ce3c3930cc1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8f5fd3f-b114-43d5-addb-ce3c3930cc1c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-a4d341f2-ab9e-4a08-85eb-b76c8b5fca7f {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-74db25c2-0bad-4cf3-a360-a43691372d13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74db25c2-0bad-4cf3-a360-a43691372d13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74db25c2-0bad-4cf3-a360-a43691372d13"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74db25c2-0bad-4cf3-a360-a43691372d13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74db25c2-0bad-4cf3-a360-a43691372d13"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74db25c2-0bad-4cf3-a360-a43691372d13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74db25c2-0bad-4cf3-a360-a43691372d13"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-d7215069-358e-4773-89e1-302116455482 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-d5496306-a256-4a67-9425-4cde6e8198c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5496306-a256-4a67-9425-4cde6e8198c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5496306-a256-4a67-9425-4cde6e8198c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5496306-a256-4a67-9425-4cde6e8198c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-585afab6-e3b9-42fa-9370-536029d2bb3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-585afab6-e3b9-42fa-9370-536029d2bb3f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-585afab6-e3b9-42fa-9370-536029d2bb3f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-585afab6-e3b9-42fa-9370-536029d2bb3f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-585afab6-e3b9-42fa-9370-536029d2bb3f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-585afab6-e3b9-42fa-9370-536029d2bb3f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-585afab6-e3b9-42fa-9370-536029d2bb3f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-7b03222d-5a49-4b93-886a-fc6473f9a59f {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-64fdf009-5c8e-4886-8c57-8dca31918542"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64fdf009-5c8e-4886-8c57-8dca31918542"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64fdf009-5c8e-4886-8c57-8dca31918542"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64fdf009-5c8e-4886-8c57-8dca31918542"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64fdf009-5c8e-4886-8c57-8dca31918542"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64fdf009-5c8e-4886-8c57-8dca31918542"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64fdf009-5c8e-4886-8c57-8dca31918542"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-b8dacdb1-6b80-411b-a2ac-71f3248f2b98 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-22a63361-373e-492d-aee2-81e2c6364054"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22a63361-373e-492d-aee2-81e2c6364054"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22a63361-373e-492d-aee2-81e2c6364054"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22a63361-373e-492d-aee2-81e2c6364054"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22a63361-373e-492d-aee2-81e2c6364054"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22a63361-373e-492d-aee2-81e2c6364054"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22a63361-373e-492d-aee2-81e2c6364054"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-6fa8ceeb-d483-491a-80d5-99fa05754956 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 0%;
padding-right: 0%;
}

#s-926d5056-4811-4b06-ba9a-b946f449da7d {
  margin-left: 4%;
margin-right: 4%;
padding-top: 20px;
padding-left: 1%;
padding-bottom: 20px;
padding-right: 1%;
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
  max-width: 1920px;
aspect-ratio: 1920/1095;
text-align: center;
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
  margin: 0 !important;
  overflow: visible;
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
  /* Add background color handling */
  
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shg-image-content-wrapper {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }

    #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shogun-image-link {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image {
  box-sizing: border-box;
}



.s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
      --shg-aspect-ratio: calc(1920/1095); 
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container {
      position: relative;
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
  margin: 0 !important;
  overflow: visible;
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
  /* Add background color handling */
  
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shg-image-content-wrapper {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }

    #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shogun-image-link {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image {
  box-sizing: border-box;
}



.s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
      --shg-aspect-ratio: calc(1920/1095); 
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container {
      position: relative;
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
  margin: 0 !important;
  overflow: visible;
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
  /* Add background color handling */
  
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shg-image-content-wrapper {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }

    #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shogun-image-link {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image {
  box-sizing: border-box;
}



.s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
      --shg-aspect-ratio: calc(1920/1095); 
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container {
      position: relative;
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
  margin: 0 !important;
  overflow: visible;
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
  /* Add background color handling */
  
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shg-image-content-wrapper {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }

    #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shogun-image-link {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image {
  box-sizing: border-box;
}



.s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
      --shg-aspect-ratio: calc(1920/1095); 
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container {
      position: relative;
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
  margin: 0 !important;
  overflow: visible;
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
  /* Add background color handling */
  
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shg-image-content-wrapper {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }

    #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shogun-image-link {
      aspect-ratio: 1920/1095;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-46dd2788-194f-4f3d-97e1-db38dd9d4602 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image {
  box-sizing: border-box;
}



.s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602 {
      --shg-aspect-ratio: calc(1920/1095); 
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container {
      position: relative;
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46dd2788-194f-4f3d-97e1-db38dd9d4602 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
@media (min-width: 0px) {
[id="s-431fe7e2-8eb3-4e89-b476-f9b89b67b177"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-431fe7e2-8eb3-4e89-b476-f9b89b67b177"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-431fe7e2-8eb3-4e89-b476-f9b89b67b177"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-431fe7e2-8eb3-4e89-b476-f9b89b67b177"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-0c5680f4-b2df-48ed-9c05-2812b759031e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c5680f4-b2df-48ed-9c05-2812b759031e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c5680f4-b2df-48ed-9c05-2812b759031e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c5680f4-b2df-48ed-9c05-2812b759031e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c5680f4-b2df-48ed-9c05-2812b759031e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c5680f4-b2df-48ed-9c05-2812b759031e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c5680f4-b2df-48ed-9c05-2812b759031e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-fe50853f-ce85-452c-b657-f9edca9a0b56 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-c6efcf07-4a2a-4ba2-a92f-92595bbc04f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6efcf07-4a2a-4ba2-a92f-92595bbc04f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6efcf07-4a2a-4ba2-a92f-92595bbc04f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6efcf07-4a2a-4ba2-a92f-92595bbc04f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6efcf07-4a2a-4ba2-a92f-92595bbc04f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6efcf07-4a2a-4ba2-a92f-92595bbc04f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6efcf07-4a2a-4ba2-a92f-92595bbc04f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-0b8eead5-73f5-41aa-b9a6-7deca8618ec9 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-5fbdf033-6411-4142-b4ed-60c7b759bf5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fbdf033-6411-4142-b4ed-60c7b759bf5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5fbdf033-6411-4142-b4ed-60c7b759bf5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fbdf033-6411-4142-b4ed-60c7b759bf5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-ff838a18-4a88-4cd5-84ac-ccb6810aafcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff838a18-4a88-4cd5-84ac-ccb6810aafcd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff838a18-4a88-4cd5-84ac-ccb6810aafcd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff838a18-4a88-4cd5-84ac-ccb6810aafcd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff838a18-4a88-4cd5-84ac-ccb6810aafcd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff838a18-4a88-4cd5-84ac-ccb6810aafcd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff838a18-4a88-4cd5-84ac-ccb6810aafcd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-8508ee11-d165-4aaa-9ebf-5e99bb8e6a39 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-345b0590-ae27-499b-a221-e4bb03adc02e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-345b0590-ae27-499b-a221-e4bb03adc02e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-345b0590-ae27-499b-a221-e4bb03adc02e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-345b0590-ae27-499b-a221-e4bb03adc02e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-345b0590-ae27-499b-a221-e4bb03adc02e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-345b0590-ae27-499b-a221-e4bb03adc02e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-345b0590-ae27-499b-a221-e4bb03adc02e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-01747955-b64f-47c6-8846-9a293ea3d15b {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-98be7be6-3eaf-4f91-9664-99eaeab8be67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98be7be6-3eaf-4f91-9664-99eaeab8be67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98be7be6-3eaf-4f91-9664-99eaeab8be67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98be7be6-3eaf-4f91-9664-99eaeab8be67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-37e86970-0e9b-4c23-b38b-ff48b34460f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37e86970-0e9b-4c23-b38b-ff48b34460f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37e86970-0e9b-4c23-b38b-ff48b34460f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-37e86970-0e9b-4c23-b38b-ff48b34460f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37e86970-0e9b-4c23-b38b-ff48b34460f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-37e86970-0e9b-4c23-b38b-ff48b34460f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37e86970-0e9b-4c23-b38b-ff48b34460f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-fdfaafd6-5962-441d-816e-39f890286c17 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-0085f204-eec3-4c98-bfac-952b5eb1aaa4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0085f204-eec3-4c98-bfac-952b5eb1aaa4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0085f204-eec3-4c98-bfac-952b5eb1aaa4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0085f204-eec3-4c98-bfac-952b5eb1aaa4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0085f204-eec3-4c98-bfac-952b5eb1aaa4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0085f204-eec3-4c98-bfac-952b5eb1aaa4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0085f204-eec3-4c98-bfac-952b5eb1aaa4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-f629fbcc-62fa-4558-ad12-d2d7705d1fd5 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-7eee9a00-750b-46e1-95c7-575cdbe39ac0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7eee9a00-750b-46e1-95c7-575cdbe39ac0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7eee9a00-750b-46e1-95c7-575cdbe39ac0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7eee9a00-750b-46e1-95c7-575cdbe39ac0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-c4a04be5-c392-4099-ac09-87598bfa5f56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4a04be5-c392-4099-ac09-87598bfa5f56"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4a04be5-c392-4099-ac09-87598bfa5f56"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4a04be5-c392-4099-ac09-87598bfa5f56"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4a04be5-c392-4099-ac09-87598bfa5f56"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4a04be5-c392-4099-ac09-87598bfa5f56"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4a04be5-c392-4099-ac09-87598bfa5f56"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-968ac1bc-2a2d-49b7-9357-2e895d0984ae {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-185d8b7d-f773-46de-8538-3febb009e517"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-185d8b7d-f773-46de-8538-3febb009e517"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-185d8b7d-f773-46de-8538-3febb009e517"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-185d8b7d-f773-46de-8538-3febb009e517"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-185d8b7d-f773-46de-8538-3febb009e517"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-185d8b7d-f773-46de-8538-3febb009e517"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-185d8b7d-f773-46de-8538-3febb009e517"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-024eb512-61f9-42b3-9b88-44c98ee19777 {
  background-color: rgba(232, 232, 232, 1);
}
}
#s-41316d8a-4afb-4ed3-8e08-06027b40f4db hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-f60fa837-2bc4-4b18-b39b-da5b01350231"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f60fa837-2bc4-4b18-b39b-da5b01350231"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f60fa837-2bc4-4b18-b39b-da5b01350231"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f60fa837-2bc4-4b18-b39b-da5b01350231"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-d5cc30f9-9ab8-451b-bac3-986ae2f1e687"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5cc30f9-9ab8-451b-bac3-986ae2f1e687"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5cc30f9-9ab8-451b-bac3-986ae2f1e687"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5cc30f9-9ab8-451b-bac3-986ae2f1e687"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5cc30f9-9ab8-451b-bac3-986ae2f1e687"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5cc30f9-9ab8-451b-bac3-986ae2f1e687"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5cc30f9-9ab8-451b-bac3-986ae2f1e687"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-a989819e-724d-4dc6-a4bb-a6541c80e601 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-348187e6-dc78-4520-825f-913bd7f49420"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-348187e6-dc78-4520-825f-913bd7f49420"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-348187e6-dc78-4520-825f-913bd7f49420"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-348187e6-dc78-4520-825f-913bd7f49420"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-348187e6-dc78-4520-825f-913bd7f49420"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-348187e6-dc78-4520-825f-913bd7f49420"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-348187e6-dc78-4520-825f-913bd7f49420"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-d828d43f-265f-4821-90f5-64c685b3244f {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-d5afc0cb-bd94-442c-95d3-b85eb931c191"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5afc0cb-bd94-442c-95d3-b85eb931c191"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5afc0cb-bd94-442c-95d3-b85eb931c191"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5afc0cb-bd94-442c-95d3-b85eb931c191"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-62f90534-7518-4ae5-b668-852f20c3ba33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62f90534-7518-4ae5-b668-852f20c3ba33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62f90534-7518-4ae5-b668-852f20c3ba33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-62f90534-7518-4ae5-b668-852f20c3ba33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62f90534-7518-4ae5-b668-852f20c3ba33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-62f90534-7518-4ae5-b668-852f20c3ba33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62f90534-7518-4ae5-b668-852f20c3ba33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-34ec62ca-8b94-4615-92cc-c2a268bf58bf {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-3e2f8b62-1f29-430b-86c1-93fc784aa738"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e2f8b62-1f29-430b-86c1-93fc784aa738"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e2f8b62-1f29-430b-86c1-93fc784aa738"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e2f8b62-1f29-430b-86c1-93fc784aa738"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e2f8b62-1f29-430b-86c1-93fc784aa738"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e2f8b62-1f29-430b-86c1-93fc784aa738"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e2f8b62-1f29-430b-86c1-93fc784aa738"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-4e5412c6-b665-42fd-9dd0-a7ca6bee3697 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-ce526eb0-33d8-4f0d-a752-8872c0dc5d8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce526eb0-33d8-4f0d-a752-8872c0dc5d8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce526eb0-33d8-4f0d-a752-8872c0dc5d8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce526eb0-33d8-4f0d-a752-8872c0dc5d8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-cdd5e381-8f3e-41fc-8187-77efdb4f6ad2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdd5e381-8f3e-41fc-8187-77efdb4f6ad2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cdd5e381-8f3e-41fc-8187-77efdb4f6ad2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cdd5e381-8f3e-41fc-8187-77efdb4f6ad2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cdd5e381-8f3e-41fc-8187-77efdb4f6ad2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdd5e381-8f3e-41fc-8187-77efdb4f6ad2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cdd5e381-8f3e-41fc-8187-77efdb4f6ad2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-038d83c7-6974-414c-97d0-0828e286fef3 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-64c409b4-d218-438c-9a3e-7712c871fe90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64c409b4-d218-438c-9a3e-7712c871fe90"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64c409b4-d218-438c-9a3e-7712c871fe90"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64c409b4-d218-438c-9a3e-7712c871fe90"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64c409b4-d218-438c-9a3e-7712c871fe90"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64c409b4-d218-438c-9a3e-7712c871fe90"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64c409b4-d218-438c-9a3e-7712c871fe90"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-9ed09a33-8396-4704-ba13-c0095fc28982 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-411b8a4a-e567-4af4-9c1c-adb131bdf687"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-411b8a4a-e567-4af4-9c1c-adb131bdf687"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-411b8a4a-e567-4af4-9c1c-adb131bdf687"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-411b8a4a-e567-4af4-9c1c-adb131bdf687"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-411b8a4a-e567-4af4-9c1c-adb131bdf687"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-411b8a4a-e567-4af4-9c1c-adb131bdf687"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-411b8a4a-e567-4af4-9c1c-adb131bdf687"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-c31040a2-8002-4571-ad17-bb7bc050153a {
  max-width: 1200px;
aspect-ratio: 1200/685;
text-align: center;
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a {
  margin: 0 !important;
  overflow: visible;
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c31040a2-8002-4571-ad17-bb7bc050153a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c31040a2-8002-4571-ad17-bb7bc050153a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
  /* Add background color handling */
  
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c31040a2-8002-4571-ad17-bb7bc050153a .shg-image-content-wrapper {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }

    #s-c31040a2-8002-4571-ad17-bb7bc050153a .shogun-image-link {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c31040a2-8002-4571-ad17-bb7bc050153a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-c31040a2-8002-4571-ad17-bb7bc050153a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c31040a2-8002-4571-ad17-bb7bc050153a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image {
  box-sizing: border-box;
}



.s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c31040a2-8002-4571-ad17-bb7bc050153a {
      --shg-aspect-ratio: calc(1200/685); 
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container {
      position: relative;
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-c31040a2-8002-4571-ad17-bb7bc050153a {
  margin: 0 !important;
  overflow: visible;
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c31040a2-8002-4571-ad17-bb7bc050153a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c31040a2-8002-4571-ad17-bb7bc050153a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
  /* Add background color handling */
  
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c31040a2-8002-4571-ad17-bb7bc050153a .shg-image-content-wrapper {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }

    #s-c31040a2-8002-4571-ad17-bb7bc050153a .shogun-image-link {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c31040a2-8002-4571-ad17-bb7bc050153a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-c31040a2-8002-4571-ad17-bb7bc050153a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c31040a2-8002-4571-ad17-bb7bc050153a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image {
  box-sizing: border-box;
}



.s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c31040a2-8002-4571-ad17-bb7bc050153a {
      --shg-aspect-ratio: calc(1200/685); 
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container {
      position: relative;
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c31040a2-8002-4571-ad17-bb7bc050153a {
  margin: 0 !important;
  overflow: visible;
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c31040a2-8002-4571-ad17-bb7bc050153a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c31040a2-8002-4571-ad17-bb7bc050153a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
  /* Add background color handling */
  
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c31040a2-8002-4571-ad17-bb7bc050153a .shg-image-content-wrapper {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }

    #s-c31040a2-8002-4571-ad17-bb7bc050153a .shogun-image-link {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c31040a2-8002-4571-ad17-bb7bc050153a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-c31040a2-8002-4571-ad17-bb7bc050153a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c31040a2-8002-4571-ad17-bb7bc050153a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image {
  box-sizing: border-box;
}



.s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c31040a2-8002-4571-ad17-bb7bc050153a {
      --shg-aspect-ratio: calc(1200/685); 
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container {
      position: relative;
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c31040a2-8002-4571-ad17-bb7bc050153a {
  margin: 0 !important;
  overflow: visible;
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c31040a2-8002-4571-ad17-bb7bc050153a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c31040a2-8002-4571-ad17-bb7bc050153a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
  /* Add background color handling */
  
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c31040a2-8002-4571-ad17-bb7bc050153a .shg-image-content-wrapper {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }

    #s-c31040a2-8002-4571-ad17-bb7bc050153a .shogun-image-link {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c31040a2-8002-4571-ad17-bb7bc050153a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-c31040a2-8002-4571-ad17-bb7bc050153a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c31040a2-8002-4571-ad17-bb7bc050153a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image {
  box-sizing: border-box;
}



.s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c31040a2-8002-4571-ad17-bb7bc050153a {
      --shg-aspect-ratio: calc(1200/685); 
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container {
      position: relative;
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-c31040a2-8002-4571-ad17-bb7bc050153a {
  margin: 0 !important;
  overflow: visible;
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c31040a2-8002-4571-ad17-bb7bc050153a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c31040a2-8002-4571-ad17-bb7bc050153a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
  /* Add background color handling */
  
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c31040a2-8002-4571-ad17-bb7bc050153a .shg-image-content-wrapper {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }

    #s-c31040a2-8002-4571-ad17-bb7bc050153a .shogun-image-link {
      aspect-ratio: 1200/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c31040a2-8002-4571-ad17-bb7bc050153a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-c31040a2-8002-4571-ad17-bb7bc050153a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c31040a2-8002-4571-ad17-bb7bc050153a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image {
  box-sizing: border-box;
}



.s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c31040a2-8002-4571-ad17-bb7bc050153a {
      --shg-aspect-ratio: calc(1200/685); 
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container {
      position: relative;
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c31040a2-8002-4571-ad17-bb7bc050153a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-6bcf5864-0158-4717-a736-37287160a1cd {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 1%;
padding-right: 1%;
}

#s-581a6b83-bda7-4424-b63d-4cb2e4aab99f {
  margin-left: 4%;
margin-right: 4%;
padding-top: 20px;
padding-left: 1%;
padding-bottom: 20px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-876432f6-0f5b-4813-8c4a-39b96ed99991"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-876432f6-0f5b-4813-8c4a-39b96ed99991"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-876432f6-0f5b-4813-8c4a-39b96ed99991"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-876432f6-0f5b-4813-8c4a-39b96ed99991"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-1e36f8d9-6562-44d6-b21e-24eca6bd6bc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e36f8d9-6562-44d6-b21e-24eca6bd6bc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e36f8d9-6562-44d6-b21e-24eca6bd6bc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e36f8d9-6562-44d6-b21e-24eca6bd6bc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e36f8d9-6562-44d6-b21e-24eca6bd6bc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e36f8d9-6562-44d6-b21e-24eca6bd6bc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e36f8d9-6562-44d6-b21e-24eca6bd6bc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-2730c734-2165-4ed8-b03f-ef880d85fcaf {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-c7d44c4b-b17b-45d3-b668-def3f0905a86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7d44c4b-b17b-45d3-b668-def3f0905a86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7d44c4b-b17b-45d3-b668-def3f0905a86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7d44c4b-b17b-45d3-b668-def3f0905a86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7d44c4b-b17b-45d3-b668-def3f0905a86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7d44c4b-b17b-45d3-b668-def3f0905a86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7d44c4b-b17b-45d3-b668-def3f0905a86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-2f2122f1-440c-4da7-bfa3-071b274c06c2 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-c3eff5d1-1c13-491f-b861-fa58c692dbc7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3eff5d1-1c13-491f-b861-fa58c692dbc7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c3eff5d1-1c13-491f-b861-fa58c692dbc7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3eff5d1-1c13-491f-b861-fa58c692dbc7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-ceab0c75-e8b5-451c-823a-f6e1ac0512e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ceab0c75-e8b5-451c-823a-f6e1ac0512e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ceab0c75-e8b5-451c-823a-f6e1ac0512e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ceab0c75-e8b5-451c-823a-f6e1ac0512e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ceab0c75-e8b5-451c-823a-f6e1ac0512e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ceab0c75-e8b5-451c-823a-f6e1ac0512e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ceab0c75-e8b5-451c-823a-f6e1ac0512e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-871ffd45-b4c9-407f-ad2f-7abf7554b909 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-8326e8a8-d2bf-4c20-a82f-701a363f3a0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8326e8a8-d2bf-4c20-a82f-701a363f3a0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8326e8a8-d2bf-4c20-a82f-701a363f3a0b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8326e8a8-d2bf-4c20-a82f-701a363f3a0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8326e8a8-d2bf-4c20-a82f-701a363f3a0b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8326e8a8-d2bf-4c20-a82f-701a363f3a0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8326e8a8-d2bf-4c20-a82f-701a363f3a0b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-b0e38148-5e5d-4143-ace5-2ce8aba18b7e {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-2232ab12-43fa-4010-a7bd-ca63aabb6b3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2232ab12-43fa-4010-a7bd-ca63aabb6b3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2232ab12-43fa-4010-a7bd-ca63aabb6b3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2232ab12-43fa-4010-a7bd-ca63aabb6b3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-3d8d2a89-47a5-45bd-ac25-d6e477483d3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d8d2a89-47a5-45bd-ac25-d6e477483d3d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d8d2a89-47a5-45bd-ac25-d6e477483d3d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d8d2a89-47a5-45bd-ac25-d6e477483d3d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d8d2a89-47a5-45bd-ac25-d6e477483d3d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d8d2a89-47a5-45bd-ac25-d6e477483d3d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d8d2a89-47a5-45bd-ac25-d6e477483d3d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-539d880e-165e-44d8-9647-753f16e0a1d1 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-00971d23-592c-4ce8-ae28-7bb9ed851c8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00971d23-592c-4ce8-ae28-7bb9ed851c8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00971d23-592c-4ce8-ae28-7bb9ed851c8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00971d23-592c-4ce8-ae28-7bb9ed851c8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00971d23-592c-4ce8-ae28-7bb9ed851c8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00971d23-592c-4ce8-ae28-7bb9ed851c8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00971d23-592c-4ce8-ae28-7bb9ed851c8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-48d7b780-9f1a-407a-8c79-7a33d331aebb {
  background-color: rgba(232, 232, 232, 1);
}
}
#s-ceb5f7c0-a7ae-4fa2-add6-40204a934628 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-0be586e2-4d26-44c4-88e2-d4a77700cb3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0be586e2-4d26-44c4-88e2-d4a77700cb3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0be586e2-4d26-44c4-88e2-d4a77700cb3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0be586e2-4d26-44c4-88e2-d4a77700cb3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-41c21a1a-0d6a-4d71-b026-d601a92faf6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41c21a1a-0d6a-4d71-b026-d601a92faf6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41c21a1a-0d6a-4d71-b026-d601a92faf6c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41c21a1a-0d6a-4d71-b026-d601a92faf6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41c21a1a-0d6a-4d71-b026-d601a92faf6c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41c21a1a-0d6a-4d71-b026-d601a92faf6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41c21a1a-0d6a-4d71-b026-d601a92faf6c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-89efbbcd-9423-4064-87dd-34a84a7b4570 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-e576a44b-125b-4ec9-964c-089e050f2034"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e576a44b-125b-4ec9-964c-089e050f2034"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e576a44b-125b-4ec9-964c-089e050f2034"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e576a44b-125b-4ec9-964c-089e050f2034"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e576a44b-125b-4ec9-964c-089e050f2034"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e576a44b-125b-4ec9-964c-089e050f2034"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e576a44b-125b-4ec9-964c-089e050f2034"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-d113d208-2bc7-4672-b32d-632ca32234da {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-5ea55dd3-89a4-421f-adee-9779ed965414"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ea55dd3-89a4-421f-adee-9779ed965414"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ea55dd3-89a4-421f-adee-9779ed965414"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ea55dd3-89a4-421f-adee-9779ed965414"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-dd860e60-9c79-4a20-9b5b-0ba8f62d6957"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd860e60-9c79-4a20-9b5b-0ba8f62d6957"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd860e60-9c79-4a20-9b5b-0ba8f62d6957"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd860e60-9c79-4a20-9b5b-0ba8f62d6957"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd860e60-9c79-4a20-9b5b-0ba8f62d6957"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd860e60-9c79-4a20-9b5b-0ba8f62d6957"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd860e60-9c79-4a20-9b5b-0ba8f62d6957"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-a8707e8c-1e60-49c7-b3da-2d371a582a04 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-2155ad7d-179b-4a8a-9506-11aa26cb34cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2155ad7d-179b-4a8a-9506-11aa26cb34cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2155ad7d-179b-4a8a-9506-11aa26cb34cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2155ad7d-179b-4a8a-9506-11aa26cb34cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2155ad7d-179b-4a8a-9506-11aa26cb34cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2155ad7d-179b-4a8a-9506-11aa26cb34cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2155ad7d-179b-4a8a-9506-11aa26cb34cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-74d19486-1c46-48f5-8120-d32c8608a677 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-629395fb-7657-4927-b7e0-58269d0497df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-629395fb-7657-4927-b7e0-58269d0497df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-629395fb-7657-4927-b7e0-58269d0497df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-629395fb-7657-4927-b7e0-58269d0497df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-a3874f35-1d7e-427d-9471-452ac8b90802"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3874f35-1d7e-427d-9471-452ac8b90802"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3874f35-1d7e-427d-9471-452ac8b90802"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3874f35-1d7e-427d-9471-452ac8b90802"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3874f35-1d7e-427d-9471-452ac8b90802"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3874f35-1d7e-427d-9471-452ac8b90802"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3874f35-1d7e-427d-9471-452ac8b90802"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-9be6fe0e-b99c-4ce4-80af-d6d0cd0b99f2 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-81c66e89-dde3-4344-8c33-6929aad7ff49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81c66e89-dde3-4344-8c33-6929aad7ff49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-81c66e89-dde3-4344-8c33-6929aad7ff49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-81c66e89-dde3-4344-8c33-6929aad7ff49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-81c66e89-dde3-4344-8c33-6929aad7ff49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-81c66e89-dde3-4344-8c33-6929aad7ff49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-81c66e89-dde3-4344-8c33-6929aad7ff49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px){#s-9fc24e70-384a-4b7e-90ea-5432134ba6a6 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-cc3dae39-da6f-41e8-8403-f057ae68adf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc3dae39-da6f-41e8-8403-f057ae68adf5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc3dae39-da6f-41e8-8403-f057ae68adf5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc3dae39-da6f-41e8-8403-f057ae68adf5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc3dae39-da6f-41e8-8403-f057ae68adf5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc3dae39-da6f-41e8-8403-f057ae68adf5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc3dae39-da6f-41e8-8403-f057ae68adf5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-cca0e8d6-7485-4e0a-9ae9-1bb00ae78b55 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 0%;
padding-right: 0%;
}

#s-76b770ee-6995-4c08-9b4e-d973fbf9d84f {
  margin-left: 4%;
margin-right: 4%;
padding-top: 20px;
padding-left: 1%;
padding-bottom: 20px;
padding-right: 1%;
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
  max-width: 1600px;
aspect-ratio: 16/9;
text-align: center;
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
  margin: 0 !important;
  overflow: visible;
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
  /* Add background color handling */
  
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image {
  box-sizing: border-box;
}



.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container {
      position: relative;
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

@media (min-width: 1200px){#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
  margin: 0 !important;
  overflow: visible;
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
  /* Add background color handling */
  
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image {
  box-sizing: border-box;
}



.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container {
      position: relative;
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
  margin: 0 !important;
  overflow: visible;
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
  /* Add background color handling */
  
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image {
  box-sizing: border-box;
}



.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container {
      position: relative;
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
  margin: 0 !important;
  overflow: visible;
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
  /* Add background color handling */
  
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image {
  box-sizing: border-box;
}



.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container {
      position: relative;
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}@media (max-width: 767px){#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
  margin: 0 !important;
  overflow: visible;
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
  /* Add background color handling */
  
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image {
  box-sizing: border-box;
}



.s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container {
      position: relative;
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-427e2979-ed24-40c4-bc03-aa5eb18dac5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}
@media (min-width: 0px) {
[id="s-1614c583-8b99-4500-b319-f854041925c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1614c583-8b99-4500-b319-f854041925c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1614c583-8b99-4500-b319-f854041925c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1614c583-8b99-4500-b319-f854041925c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-4b336428-8cd7-470b-b595-6ae2e7586ce0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b336428-8cd7-470b-b595-6ae2e7586ce0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4b336428-8cd7-470b-b595-6ae2e7586ce0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b336428-8cd7-470b-b595-6ae2e7586ce0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4b336428-8cd7-470b-b595-6ae2e7586ce0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b336428-8cd7-470b-b595-6ae2e7586ce0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4b336428-8cd7-470b-b595-6ae2e7586ce0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-6a2ede89-18a6-4672-aa80-f6bc040ef117 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-269985ec-a455-4476-888f-23cd82c8aab7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-269985ec-a455-4476-888f-23cd82c8aab7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-269985ec-a455-4476-888f-23cd82c8aab7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-269985ec-a455-4476-888f-23cd82c8aab7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-269985ec-a455-4476-888f-23cd82c8aab7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-269985ec-a455-4476-888f-23cd82c8aab7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-269985ec-a455-4476-888f-23cd82c8aab7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-7fb50888-9663-427a-b0eb-be2a5765f144 {
  background-color: rgba(232, 232, 232, 1);
}
}
.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-001c4a70-a09c-41ad-aa0f-6da38967f801 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-001c4a70-a09c-41ad-aa0f-6da38967f801 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-001c4a70-a09c-41ad-aa0f-6da38967f801 .shg-sld-nav-button.shg-sld-left,
#s-001c4a70-a09c-41ad-aa0f-6da38967f801 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7 {
  max-width: 1464px;
aspect-ratio: 1464/600;
text-align: center;
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7 {
  margin: 0 !important;
  overflow: visible;
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eac5e12e-e856-446e-b1d3-a03457728af7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eac5e12e-e856-446e-b1d3-a03457728af7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
  /* Add background color handling */
  
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eac5e12e-e856-446e-b1d3-a03457728af7 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-eac5e12e-e856-446e-b1d3-a03457728af7 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eac5e12e-e856-446e-b1d3-a03457728af7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-eac5e12e-e856-446e-b1d3-a03457728af7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eac5e12e-e856-446e-b1d3-a03457728af7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image {
  box-sizing: border-box;
}



.s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eac5e12e-e856-446e-b1d3-a03457728af7 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container {
      position: relative;
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

@media (min-width: 1200px){#s-eac5e12e-e856-446e-b1d3-a03457728af7 {
  margin: 0 !important;
  overflow: visible;
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eac5e12e-e856-446e-b1d3-a03457728af7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eac5e12e-e856-446e-b1d3-a03457728af7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
  /* Add background color handling */
  
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eac5e12e-e856-446e-b1d3-a03457728af7 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-eac5e12e-e856-446e-b1d3-a03457728af7 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eac5e12e-e856-446e-b1d3-a03457728af7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-eac5e12e-e856-446e-b1d3-a03457728af7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eac5e12e-e856-446e-b1d3-a03457728af7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image {
  box-sizing: border-box;
}



.s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eac5e12e-e856-446e-b1d3-a03457728af7 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container {
      position: relative;
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eac5e12e-e856-446e-b1d3-a03457728af7 {
  margin: 0 !important;
  overflow: visible;
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eac5e12e-e856-446e-b1d3-a03457728af7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eac5e12e-e856-446e-b1d3-a03457728af7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
  /* Add background color handling */
  
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eac5e12e-e856-446e-b1d3-a03457728af7 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-eac5e12e-e856-446e-b1d3-a03457728af7 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eac5e12e-e856-446e-b1d3-a03457728af7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-eac5e12e-e856-446e-b1d3-a03457728af7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eac5e12e-e856-446e-b1d3-a03457728af7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image {
  box-sizing: border-box;
}



.s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eac5e12e-e856-446e-b1d3-a03457728af7 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container {
      position: relative;
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eac5e12e-e856-446e-b1d3-a03457728af7 {
  margin: 0 !important;
  overflow: visible;
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eac5e12e-e856-446e-b1d3-a03457728af7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eac5e12e-e856-446e-b1d3-a03457728af7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
  /* Add background color handling */
  
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eac5e12e-e856-446e-b1d3-a03457728af7 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-eac5e12e-e856-446e-b1d3-a03457728af7 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eac5e12e-e856-446e-b1d3-a03457728af7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-eac5e12e-e856-446e-b1d3-a03457728af7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eac5e12e-e856-446e-b1d3-a03457728af7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image {
  box-sizing: border-box;
}



.s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eac5e12e-e856-446e-b1d3-a03457728af7 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container {
      position: relative;
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (max-width: 767px){#s-eac5e12e-e856-446e-b1d3-a03457728af7 {
  margin: 0 !important;
  overflow: visible;
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eac5e12e-e856-446e-b1d3-a03457728af7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eac5e12e-e856-446e-b1d3-a03457728af7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
  /* Add background color handling */
  
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eac5e12e-e856-446e-b1d3-a03457728af7 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-eac5e12e-e856-446e-b1d3-a03457728af7 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eac5e12e-e856-446e-b1d3-a03457728af7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-eac5e12e-e856-446e-b1d3-a03457728af7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eac5e12e-e856-446e-b1d3-a03457728af7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image {
  box-sizing: border-box;
}



.s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eac5e12e-e856-446e-b1d3-a03457728af7 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container {
      position: relative;
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eac5e12e-e856-446e-b1d3-a03457728af7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}
#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
  max-width: 1464px;
aspect-ratio: 1464/600;
text-align: center;
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image {
  box-sizing: border-box;
}



.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container {
      position: relative;
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

@media (min-width: 1200px){#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image {
  box-sizing: border-box;
}



.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container {
      position: relative;
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image {
  box-sizing: border-box;
}



.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container {
      position: relative;
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image {
  box-sizing: border-box;
}



.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container {
      position: relative;
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (max-width: 767px){#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image {
  box-sizing: border-box;
}



.s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container {
      position: relative;
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebae82f2-cf83-42f7-aef4-21ab44c2cdb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}
#s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
  max-width: 1464px;
aspect-ratio: 1464/600;
text-align: center;
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image {
  box-sizing: border-box;
}



.s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container {
      position: relative;
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

@media (min-width: 1200px){#s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image {
  box-sizing: border-box;
}



.s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container {
      position: relative;
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image {
  box-sizing: border-box;
}



.s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container {
      position: relative;
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image {
  box-sizing: border-box;
}



.s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container {
      position: relative;
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (max-width: 767px){#s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-ae6cd354-237a-4a05-89c3-02397f3c32d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image {
  box-sizing: border-box;
}



.s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container {
      position: relative;
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae6cd354-237a-4a05-89c3-02397f3c32d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}
#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
  max-width: 1464px;
aspect-ratio: 1464/600;
text-align: center;
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image {
  box-sizing: border-box;
}



.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container {
      position: relative;
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

@media (min-width: 1200px){#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image {
  box-sizing: border-box;
}



.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container {
      position: relative;
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image {
  box-sizing: border-box;
}



.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container {
      position: relative;
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image {
  box-sizing: border-box;
}



.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container {
      position: relative;
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (max-width: 767px){#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image {
  box-sizing: border-box;
}



.s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container {
      position: relative;
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d36170b-bf95-45ba-afb3-bc66a1872fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}
#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
  max-width: 1464px;
aspect-ratio: 1464/600;
text-align: center;
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
  margin: 0 !important;
  overflow: visible;
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
  /* Add background color handling */
  
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image {
  box-sizing: border-box;
}



.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container {
      position: relative;
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

@media (min-width: 1200px){#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
  margin: 0 !important;
  overflow: visible;
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
  /* Add background color handling */
  
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image {
  box-sizing: border-box;
}



.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container {
      position: relative;
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
  margin: 0 !important;
  overflow: visible;
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
  /* Add background color handling */
  
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image {
  box-sizing: border-box;
}



.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container {
      position: relative;
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
  margin: 0 !important;
  overflow: visible;
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
  /* Add background color handling */
  
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image {
  box-sizing: border-box;
}



.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container {
      position: relative;
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (max-width: 767px){#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
  margin: 0 !important;
  overflow: visible;
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
  /* Add background color handling */
  
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image {
  box-sizing: border-box;
}



.s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container {
      position: relative;
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49d148da-59f7-4eec-81ca-42a4ae5c03cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}
#s-28430475-6f15-47aa-a8a8-b607cf009dca {
  max-width: 1464px;
text-align: center;
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca {
  margin: 0 !important;
  overflow: visible;
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28430475-6f15-47aa-a8a8-b607cf009dca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28430475-6f15-47aa-a8a8-b607cf009dca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca img.shogun-image {
  /* Add background color handling */
  
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28430475-6f15-47aa-a8a8-b607cf009dca .shogun-image-content {
  
    justify-content: center;
  
}

.s-28430475-6f15-47aa-a8a8-b607cf009dca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28430475-6f15-47aa-a8a8-b607cf009dca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca.shogun-image {
  box-sizing: border-box;
}



.s-28430475-6f15-47aa-a8a8-b607cf009dca img.shogun-image {
  
}


@media (min-width: 1200px){#s-28430475-6f15-47aa-a8a8-b607cf009dca {
  margin: 0 !important;
  overflow: visible;
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28430475-6f15-47aa-a8a8-b607cf009dca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28430475-6f15-47aa-a8a8-b607cf009dca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca img.shogun-image {
  /* Add background color handling */
  
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28430475-6f15-47aa-a8a8-b607cf009dca .shogun-image-content {
  
    justify-content: center;
  
}

.s-28430475-6f15-47aa-a8a8-b607cf009dca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28430475-6f15-47aa-a8a8-b607cf009dca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca.shogun-image {
  box-sizing: border-box;
}



.s-28430475-6f15-47aa-a8a8-b607cf009dca img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-28430475-6f15-47aa-a8a8-b607cf009dca {
  margin: 0 !important;
  overflow: visible;
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28430475-6f15-47aa-a8a8-b607cf009dca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28430475-6f15-47aa-a8a8-b607cf009dca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca img.shogun-image {
  /* Add background color handling */
  
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28430475-6f15-47aa-a8a8-b607cf009dca .shogun-image-content {
  
    justify-content: center;
  
}

.s-28430475-6f15-47aa-a8a8-b607cf009dca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28430475-6f15-47aa-a8a8-b607cf009dca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca.shogun-image {
  box-sizing: border-box;
}



.s-28430475-6f15-47aa-a8a8-b607cf009dca img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-28430475-6f15-47aa-a8a8-b607cf009dca {
  margin: 0 !important;
  overflow: visible;
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28430475-6f15-47aa-a8a8-b607cf009dca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28430475-6f15-47aa-a8a8-b607cf009dca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca img.shogun-image {
  /* Add background color handling */
  
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28430475-6f15-47aa-a8a8-b607cf009dca .shogun-image-content {
  
    justify-content: center;
  
}

.s-28430475-6f15-47aa-a8a8-b607cf009dca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28430475-6f15-47aa-a8a8-b607cf009dca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca.shogun-image {
  box-sizing: border-box;
}



.s-28430475-6f15-47aa-a8a8-b607cf009dca img.shogun-image {
  
}


}@media (max-width: 767px){#s-28430475-6f15-47aa-a8a8-b607cf009dca {
  margin: 0 !important;
  overflow: visible;
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28430475-6f15-47aa-a8a8-b607cf009dca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28430475-6f15-47aa-a8a8-b607cf009dca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca img.shogun-image {
  /* Add background color handling */
  
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28430475-6f15-47aa-a8a8-b607cf009dca .shogun-image-content {
  
    justify-content: center;
  
}

.s-28430475-6f15-47aa-a8a8-b607cf009dca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28430475-6f15-47aa-a8a8-b607cf009dca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28430475-6f15-47aa-a8a8-b607cf009dca.shogun-image {
  box-sizing: border-box;
}



.s-28430475-6f15-47aa-a8a8-b607cf009dca img.shogun-image {
  
}


}
#s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
  max-width: 1464px;
aspect-ratio: 1464/600;
text-align: center;
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
  margin: 0 !important;
  overflow: visible;
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
  /* Add background color handling */
  
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shogun-image-content {
  
    justify-content: center;
  
}

.s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image {
  box-sizing: border-box;
}



.s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container {
      position: relative;
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

@media (min-width: 1200px){#s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
  margin: 0 !important;
  overflow: visible;
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
  /* Add background color handling */
  
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shogun-image-content {
  
    justify-content: center;
  
}

.s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image {
  box-sizing: border-box;
}



.s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container {
      position: relative;
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
  margin: 0 !important;
  overflow: visible;
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
  /* Add background color handling */
  
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shogun-image-content {
  
    justify-content: center;
  
}

.s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image {
  box-sizing: border-box;
}



.s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container {
      position: relative;
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
  margin: 0 !important;
  overflow: visible;
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
  /* Add background color handling */
  
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shogun-image-content {
  
    justify-content: center;
  
}

.s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image {
  box-sizing: border-box;
}



.s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container {
      position: relative;
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (max-width: 767px){#s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
  margin: 0 !important;
  overflow: visible;
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
  /* Add background color handling */
  
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-02f763f8-3ef7-4621-af2c-8aa39ef551da .shogun-image-content {
  
    justify-content: center;
  
}

.s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image {
  box-sizing: border-box;
}



.s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container {
      position: relative;
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02f763f8-3ef7-4621-af2c-8aa39ef551da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}
#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 {
  max-width: 2928px;
text-align: center;
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91.shogun-image {
  box-sizing: border-box;
}



.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91.shogun-image {
  box-sizing: border-box;
}



.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91.shogun-image {
  box-sizing: border-box;
}



.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91.shogun-image {
  box-sizing: border-box;
}



.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91.shogun-image {
  box-sizing: border-box;
}



.s-4a44fdb8-a8e0-41bb-bcb1-da41e0789f91 img.shogun-image {
  
}


}
@media (min-width: 0px) {
[id="s-6a97b8db-650e-48a1-a66a-9ecb8e1798e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a97b8db-650e-48a1-a66a-9ecb8e1798e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a97b8db-650e-48a1-a66a-9ecb8e1798e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a97b8db-650e-48a1-a66a-9ecb8e1798e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-8b2f67c3-4e58-49fe-b6a8-6f9c19bd0d75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b2f67c3-4e58-49fe-b6a8-6f9c19bd0d75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b2f67c3-4e58-49fe-b6a8-6f9c19bd0d75"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8b2f67c3-4e58-49fe-b6a8-6f9c19bd0d75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b2f67c3-4e58-49fe-b6a8-6f9c19bd0d75"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b2f67c3-4e58-49fe-b6a8-6f9c19bd0d75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b2f67c3-4e58-49fe-b6a8-6f9c19bd0d75"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-4f0b2d44-2616-4633-95d9-8c81df8685e5 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-45f80e8d-6519-49bc-ae15-ae6eece20419"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45f80e8d-6519-49bc-ae15-ae6eece20419"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45f80e8d-6519-49bc-ae15-ae6eece20419"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-45f80e8d-6519-49bc-ae15-ae6eece20419"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45f80e8d-6519-49bc-ae15-ae6eece20419"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-45f80e8d-6519-49bc-ae15-ae6eece20419"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45f80e8d-6519-49bc-ae15-ae6eece20419"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-cc9c97ab-c869-4e07-842e-788423df4eb9 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-1105776a-271a-4deb-a5d0-a06767dcc482"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1105776a-271a-4deb-a5d0-a06767dcc482"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1105776a-271a-4deb-a5d0-a06767dcc482"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1105776a-271a-4deb-a5d0-a06767dcc482"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-a74f7af6-b82d-42e7-bd56-3a1c8dca69c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a74f7af6-b82d-42e7-bd56-3a1c8dca69c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a74f7af6-b82d-42e7-bd56-3a1c8dca69c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a74f7af6-b82d-42e7-bd56-3a1c8dca69c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a74f7af6-b82d-42e7-bd56-3a1c8dca69c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a74f7af6-b82d-42e7-bd56-3a1c8dca69c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a74f7af6-b82d-42e7-bd56-3a1c8dca69c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-4dbe083c-9ff1-47b6-8829-ec42b7966b88 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-447dcbec-86fa-4e6c-846b-e3830f69d5e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-447dcbec-86fa-4e6c-846b-e3830f69d5e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-447dcbec-86fa-4e6c-846b-e3830f69d5e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-447dcbec-86fa-4e6c-846b-e3830f69d5e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-447dcbec-86fa-4e6c-846b-e3830f69d5e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-447dcbec-86fa-4e6c-846b-e3830f69d5e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-447dcbec-86fa-4e6c-846b-e3830f69d5e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-a105c68d-519a-4c3d-99b5-79515ce17599 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-0ad10c1c-e4cf-4785-99ca-82cb613cb458"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ad10c1c-e4cf-4785-99ca-82cb613cb458"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ad10c1c-e4cf-4785-99ca-82cb613cb458"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ad10c1c-e4cf-4785-99ca-82cb613cb458"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-9f6490aa-27d0-41bc-8b11-8cce6c79261e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f6490aa-27d0-41bc-8b11-8cce6c79261e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f6490aa-27d0-41bc-8b11-8cce6c79261e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f6490aa-27d0-41bc-8b11-8cce6c79261e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f6490aa-27d0-41bc-8b11-8cce6c79261e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f6490aa-27d0-41bc-8b11-8cce6c79261e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f6490aa-27d0-41bc-8b11-8cce6c79261e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-5e19b952-5035-44a2-b9f6-22d5bcd947d1 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-3dd3c506-ef28-4385-b250-3b3cd6f0805d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dd3c506-ef28-4385-b250-3b3cd6f0805d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3dd3c506-ef28-4385-b250-3b3cd6f0805d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3dd3c506-ef28-4385-b250-3b3cd6f0805d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3dd3c506-ef28-4385-b250-3b3cd6f0805d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dd3c506-ef28-4385-b250-3b3cd6f0805d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3dd3c506-ef28-4385-b250-3b3cd6f0805d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-92049f49-f7ac-4454-8f82-ade0d77b0d29 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-1359fd2f-ebe4-4c24-9871-0b151792a619"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1359fd2f-ebe4-4c24-9871-0b151792a619"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1359fd2f-ebe4-4c24-9871-0b151792a619"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1359fd2f-ebe4-4c24-9871-0b151792a619"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-141214b3-1abe-4edc-9003-1c2d55bbc867"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-141214b3-1abe-4edc-9003-1c2d55bbc867"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-141214b3-1abe-4edc-9003-1c2d55bbc867"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-141214b3-1abe-4edc-9003-1c2d55bbc867"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-141214b3-1abe-4edc-9003-1c2d55bbc867"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-141214b3-1abe-4edc-9003-1c2d55bbc867"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-141214b3-1abe-4edc-9003-1c2d55bbc867"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-f46e4960-d0c6-49c5-8303-9566d1be1618 {
  background-color: rgba(232, 232, 232, 1);
}
}
@media (min-width: 0px) {
[id="s-79a06d0e-d981-4d70-ad50-300af236581a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79a06d0e-d981-4d70-ad50-300af236581a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79a06d0e-d981-4d70-ad50-300af236581a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79a06d0e-d981-4d70-ad50-300af236581a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79a06d0e-d981-4d70-ad50-300af236581a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79a06d0e-d981-4d70-ad50-300af236581a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79a06d0e-d981-4d70-ad50-300af236581a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-9d5b8cb6-36f1-47ab-8e7b-e0d9bf8908a7 {
  background-color: rgba(232, 232, 232, 1);
}
}
#s-01ce84b8-c1f7-44e1-9428-d4627ebbaa08 {
  min-height: 50px;
}








#s-01ce84b8-c1f7-44e1-9428-d4627ebbaa08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01ce84b8-c1f7-44e1-9428-d4627ebbaa08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60014a07-a7b3-421a-a28a-58dac4a11842 {
  min-height: 50px;
}








#s-60014a07-a7b3-421a-a28a-58dac4a11842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60014a07-a7b3-421a-a28a-58dac4a11842.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4139cb85-5145-442c-a012-3fbfa030893c {
  margin-top: -8px;
margin-bottom: -8px;
min-height: 50px;
}








#s-4139cb85-5145-442c-a012-3fbfa030893c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4139cb85-5145-442c-a012-3fbfa030893c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-340b343d-e1b8-49d4-af72-9409bfbf7c1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-340b343d-e1b8-49d4-af72-9409bfbf7c1f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-24f7f6c0-601b-4d14-a282-9f17167b56ad {
  margin-top: -8px;
margin-bottom: -8px;
min-height: 50px;
}








#s-24f7f6c0-601b-4d14-a282-9f17167b56ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24f7f6c0-601b-4d14-a282-9f17167b56ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d06aff2-07d1-4b0a-9059-ba21cf7f8977 {
  min-height: 50px;
}








#s-2d06aff2-07d1-4b0a-9059-ba21cf7f8977 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d06aff2-07d1-4b0a-9059-ba21cf7f8977.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4ef140c-dda3-4fd2-84c6-bd9a92a56e88 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c4ef140c-dda3-4fd2-84c6-bd9a92a56e88 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c4ef140c-dda3-4fd2-84c6-bd9a92a56e88 .shg-sld-nav-button.shg-sld-left,
#s-c4ef140c-dda3-4fd2-84c6-bd9a92a56e88 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-ccf0d523-be44-477c-8c87-bff7edc2ccee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccf0d523-be44-477c-8c87-bff7edc2ccee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ccf0d523-be44-477c-8c87-bff7edc2ccee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccf0d523-be44-477c-8c87-bff7edc2ccee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
  max-width: 610px;
aspect-ratio: 610/207;
text-align: center;
}
@media (min-width: 1200px){#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
  max-width: 200px;
}
}
#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shg-image-content-wrapper {
      aspect-ratio: 610/207;
      min-width: 100%;
      height: auto;
    }

    #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shogun-image-link {
      aspect-ratio: 610/207;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 610px;
  }



  img.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image {
    
    
    
    max-height: 610px;
  }


.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image {
  box-sizing: border-box;
}



.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
      --shg-aspect-ratio: calc(610/207); 
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container {
      position: relative;
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 610px;
    }
  }

@media (min-width: 1200px){#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shg-image-content-wrapper {
      aspect-ratio: 610/207;
      min-width: 100%;
      height: auto;
    }

    #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shogun-image-link {
      aspect-ratio: 610/207;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 610px;
  }



  img.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image {
    
    
    
    max-height: 610px;
  }


.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image {
  box-sizing: border-box;
}



.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
      --shg-aspect-ratio: calc(610/207); 
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container {
      position: relative;
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 610px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shg-image-content-wrapper {
      aspect-ratio: 610/207;
      min-width: 100%;
      height: auto;
    }

    #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shogun-image-link {
      aspect-ratio: 610/207;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 610px;
  }



  img.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image {
    
    
    
    max-height: 610px;
  }


.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image {
  box-sizing: border-box;
}



.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
      --shg-aspect-ratio: calc(610/207); 
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container {
      position: relative;
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 610px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shg-image-content-wrapper {
      aspect-ratio: 610/207;
      min-width: 100%;
      height: auto;
    }

    #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shogun-image-link {
      aspect-ratio: 610/207;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 610px;
  }



  img.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image {
    
    
    
    max-height: 610px;
  }


.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image {
  box-sizing: border-box;
}



.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
      --shg-aspect-ratio: calc(610/207); 
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container {
      position: relative;
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 610px;
    }
  }

}@media (max-width: 767px){#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shg-image-content-wrapper {
      aspect-ratio: 610/207;
      min-width: 100%;
      height: auto;
    }

    #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shogun-image-link {
      aspect-ratio: 610/207;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 610px;
  }



  img.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image {
    
    
    
    max-height: 610px;
  }


.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image {
  box-sizing: border-box;
}



.s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 {
      --shg-aspect-ratio: calc(610/207); 
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container {
      position: relative;
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbd9c99b-8910-48d2-bb72-0fe3db200c42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 610px;
    }
  }

}
@media (min-width: 1200px){#s-58b14365-693c-42e1-8dfa-5fb34b71df5c {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 0px;
}
}
#s-14882348-9452-46ee-9edc-e73ed07c092e {
  margin-top: -8px;
margin-bottom: -8px;
min-height: 50px;
}








#s-14882348-9452-46ee-9edc-e73ed07c092e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14882348-9452-46ee-9edc-e73ed07c092e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fca7bdc-c649-4db1-a9f1-cdca72f57488 {
  margin-top: -8px;
margin-bottom: -8px;
min-height: 50px;
}








#s-1fca7bdc-c649-4db1-a9f1-cdca72f57488 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fca7bdc-c649-4db1-a9f1-cdca72f57488.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7fa028fd-9afc-4dcb-8d75-8b1226325913"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fa028fd-9afc-4dcb-8d75-8b1226325913"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7fa028fd-9afc-4dcb-8d75-8b1226325913"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fa028fd-9afc-4dcb-8d75-8b1226325913"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
  max-width: 1464px;
aspect-ratio: 1464/600;
text-align: center;
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
  margin: 0 !important;
  overflow: visible;
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
  /* Add background color handling */
  
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c70610a1-4246-4de3-9dde-03ea28f74f06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image {
  box-sizing: border-box;
}



.s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container {
      position: relative;
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

@media (min-width: 1200px){#s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
  margin: 0 !important;
  overflow: visible;
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
  /* Add background color handling */
  
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c70610a1-4246-4de3-9dde-03ea28f74f06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image {
  box-sizing: border-box;
}



.s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container {
      position: relative;
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
  margin: 0 !important;
  overflow: visible;
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
  /* Add background color handling */
  
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c70610a1-4246-4de3-9dde-03ea28f74f06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image {
  box-sizing: border-box;
}



.s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container {
      position: relative;
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
  margin: 0 !important;
  overflow: visible;
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
  /* Add background color handling */
  
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c70610a1-4246-4de3-9dde-03ea28f74f06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image {
  box-sizing: border-box;
}



.s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container {
      position: relative;
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (max-width: 767px){#s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
  margin: 0 !important;
  overflow: visible;
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
  /* Add background color handling */
  
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-c70610a1-4246-4de3-9dde-03ea28f74f06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c70610a1-4246-4de3-9dde-03ea28f74f06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image {
  box-sizing: border-box;
}



.s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c70610a1-4246-4de3-9dde-03ea28f74f06 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container {
      position: relative;
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c70610a1-4246-4de3-9dde-03ea28f74f06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}
#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
  max-width: 1464px;
aspect-ratio: 1464/600;
text-align: center;
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
  margin: 0 !important;
  overflow: visible;
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
  /* Add background color handling */
  
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image {
  box-sizing: border-box;
}



.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container {
      position: relative;
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

@media (min-width: 1200px){#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
  margin: 0 !important;
  overflow: visible;
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
  /* Add background color handling */
  
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image {
  box-sizing: border-box;
}



.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container {
      position: relative;
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
  margin: 0 !important;
  overflow: visible;
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
  /* Add background color handling */
  
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image {
  box-sizing: border-box;
}



.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container {
      position: relative;
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
  margin: 0 !important;
  overflow: visible;
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
  /* Add background color handling */
  
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image {
  box-sizing: border-box;
}



.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container {
      position: relative;
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}@media (max-width: 767px){#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
  margin: 0 !important;
  overflow: visible;
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
  /* Add background color handling */
  
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shg-image-content-wrapper {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }

    #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shogun-image-link {
      aspect-ratio: 1464/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1464px;
  }



  img.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image {
    
    
    
    max-height: 1464px;
  }


.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image {
  box-sizing: border-box;
}



.s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 {
      --shg-aspect-ratio: calc(1464/600); 
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container {
      position: relative;
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e31fbcc0-c9d8-4c72-83b7-1addcfcae833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1464px;
    }
  }

}
@media (min-width: 0px) {
[id="s-84fe2421-af7f-46ab-9f90-f64bbccac613"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-84fe2421-af7f-46ab-9f90-f64bbccac613"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-84fe2421-af7f-46ab-9f90-f64bbccac613"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-84fe2421-af7f-46ab-9f90-f64bbccac613"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-b6a9a63e-14c2-4375-8748-4542a083c794 {
  max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6a9a63e-14c2-4375-8748-4542a083c794 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6a9a63e-14c2-4375-8748-4542a083c794 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6a9a63e-14c2-4375-8748-4542a083c794 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b6a9a63e-14c2-4375-8748-4542a083c794 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6a9a63e-14c2-4375-8748-4542a083c794 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-b6a9a63e-14c2-4375-8748-4542a083c794 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6a9a63e-14c2-4375-8748-4542a083c794.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image {
  box-sizing: border-box;
}



.s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6a9a63e-14c2-4375-8748-4542a083c794 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container {
      position: relative;
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-b6a9a63e-14c2-4375-8748-4542a083c794 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6a9a63e-14c2-4375-8748-4542a083c794 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6a9a63e-14c2-4375-8748-4542a083c794 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6a9a63e-14c2-4375-8748-4542a083c794 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b6a9a63e-14c2-4375-8748-4542a083c794 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6a9a63e-14c2-4375-8748-4542a083c794 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-b6a9a63e-14c2-4375-8748-4542a083c794 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6a9a63e-14c2-4375-8748-4542a083c794.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image {
  box-sizing: border-box;
}



.s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6a9a63e-14c2-4375-8748-4542a083c794 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container {
      position: relative;
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794 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-b6a9a63e-14c2-4375-8748-4542a083c794 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6a9a63e-14c2-4375-8748-4542a083c794 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6a9a63e-14c2-4375-8748-4542a083c794 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6a9a63e-14c2-4375-8748-4542a083c794 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b6a9a63e-14c2-4375-8748-4542a083c794 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6a9a63e-14c2-4375-8748-4542a083c794 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-b6a9a63e-14c2-4375-8748-4542a083c794 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6a9a63e-14c2-4375-8748-4542a083c794.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image {
  box-sizing: border-box;
}



.s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6a9a63e-14c2-4375-8748-4542a083c794 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container {
      position: relative;
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794 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-b6a9a63e-14c2-4375-8748-4542a083c794 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6a9a63e-14c2-4375-8748-4542a083c794 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6a9a63e-14c2-4375-8748-4542a083c794 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6a9a63e-14c2-4375-8748-4542a083c794 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b6a9a63e-14c2-4375-8748-4542a083c794 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6a9a63e-14c2-4375-8748-4542a083c794 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-b6a9a63e-14c2-4375-8748-4542a083c794 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6a9a63e-14c2-4375-8748-4542a083c794.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image {
  box-sizing: border-box;
}



.s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6a9a63e-14c2-4375-8748-4542a083c794 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container {
      position: relative;
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-b6a9a63e-14c2-4375-8748-4542a083c794 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6a9a63e-14c2-4375-8748-4542a083c794 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6a9a63e-14c2-4375-8748-4542a083c794 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6a9a63e-14c2-4375-8748-4542a083c794 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b6a9a63e-14c2-4375-8748-4542a083c794 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6a9a63e-14c2-4375-8748-4542a083c794 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-b6a9a63e-14c2-4375-8748-4542a083c794 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6a9a63e-14c2-4375-8748-4542a083c794.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image {
  box-sizing: border-box;
}



.s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6a9a63e-14c2-4375-8748-4542a083c794 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container {
      position: relative;
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6a9a63e-14c2-4375-8748-4542a083c794 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
  max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
  margin: 0 !important;
  overflow: visible;
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
  /* Add background color handling */
  
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image {
  box-sizing: border-box;
}



.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container {
      position: relative;
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
  margin: 0 !important;
  overflow: visible;
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
  /* Add background color handling */
  
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image {
  box-sizing: border-box;
}



.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container {
      position: relative;
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 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-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
  margin: 0 !important;
  overflow: visible;
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
  /* Add background color handling */
  
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image {
  box-sizing: border-box;
}



.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container {
      position: relative;
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 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-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
  margin: 0 !important;
  overflow: visible;
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
  /* Add background color handling */
  
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image {
  box-sizing: border-box;
}



.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container {
      position: relative;
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
  margin: 0 !important;
  overflow: visible;
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
  /* Add background color handling */
  
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image {
  box-sizing: border-box;
}



.s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container {
      position: relative;
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d03485a1-9cf0-4c1c-99ac-09bfa26be672 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-79632cbe-2aea-4c60-99f5-a86a744755eb {
  max-width: 1601px;
aspect-ratio: 1/1;
text-align: center;
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb {
  margin: 0 !important;
  overflow: visible;
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79632cbe-2aea-4c60-99f5-a86a744755eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79632cbe-2aea-4c60-99f5-a86a744755eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
  /* Add background color handling */
  
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79632cbe-2aea-4c60-99f5-a86a744755eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79632cbe-2aea-4c60-99f5-a86a744755eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79632cbe-2aea-4c60-99f5-a86a744755eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1601px;
  }



  img.s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image {
    
    
    
    max-height: 1601px;
  }


.s-79632cbe-2aea-4c60-99f5-a86a744755eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-79632cbe-2aea-4c60-99f5-a86a744755eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image {
  box-sizing: border-box;
}



.s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79632cbe-2aea-4c60-99f5-a86a744755eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container {
      position: relative;
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1601px;
    }
  }

@media (min-width: 1200px){#s-79632cbe-2aea-4c60-99f5-a86a744755eb {
  margin: 0 !important;
  overflow: visible;
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79632cbe-2aea-4c60-99f5-a86a744755eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79632cbe-2aea-4c60-99f5-a86a744755eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
  /* Add background color handling */
  
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79632cbe-2aea-4c60-99f5-a86a744755eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79632cbe-2aea-4c60-99f5-a86a744755eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79632cbe-2aea-4c60-99f5-a86a744755eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1601px;
  }



  img.s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image {
    
    
    
    max-height: 1601px;
  }


.s-79632cbe-2aea-4c60-99f5-a86a744755eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-79632cbe-2aea-4c60-99f5-a86a744755eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image {
  box-sizing: border-box;
}



.s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79632cbe-2aea-4c60-99f5-a86a744755eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container {
      position: relative;
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1601px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-79632cbe-2aea-4c60-99f5-a86a744755eb {
  margin: 0 !important;
  overflow: visible;
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79632cbe-2aea-4c60-99f5-a86a744755eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79632cbe-2aea-4c60-99f5-a86a744755eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
  /* Add background color handling */
  
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79632cbe-2aea-4c60-99f5-a86a744755eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79632cbe-2aea-4c60-99f5-a86a744755eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79632cbe-2aea-4c60-99f5-a86a744755eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1601px;
  }



  img.s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image {
    
    
    
    max-height: 1601px;
  }


.s-79632cbe-2aea-4c60-99f5-a86a744755eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-79632cbe-2aea-4c60-99f5-a86a744755eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image {
  box-sizing: border-box;
}



.s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79632cbe-2aea-4c60-99f5-a86a744755eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container {
      position: relative;
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1601px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-79632cbe-2aea-4c60-99f5-a86a744755eb {
  margin: 0 !important;
  overflow: visible;
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79632cbe-2aea-4c60-99f5-a86a744755eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79632cbe-2aea-4c60-99f5-a86a744755eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
  /* Add background color handling */
  
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79632cbe-2aea-4c60-99f5-a86a744755eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79632cbe-2aea-4c60-99f5-a86a744755eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79632cbe-2aea-4c60-99f5-a86a744755eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1601px;
  }



  img.s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image {
    
    
    
    max-height: 1601px;
  }


.s-79632cbe-2aea-4c60-99f5-a86a744755eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-79632cbe-2aea-4c60-99f5-a86a744755eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image {
  box-sizing: border-box;
}



.s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79632cbe-2aea-4c60-99f5-a86a744755eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container {
      position: relative;
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1601px;
    }
  }

}@media (max-width: 767px){#s-79632cbe-2aea-4c60-99f5-a86a744755eb {
  margin: 0 !important;
  overflow: visible;
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79632cbe-2aea-4c60-99f5-a86a744755eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79632cbe-2aea-4c60-99f5-a86a744755eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
  /* Add background color handling */
  
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79632cbe-2aea-4c60-99f5-a86a744755eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79632cbe-2aea-4c60-99f5-a86a744755eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79632cbe-2aea-4c60-99f5-a86a744755eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1601px;
  }



  img.s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image {
    
    
    
    max-height: 1601px;
  }


.s-79632cbe-2aea-4c60-99f5-a86a744755eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-79632cbe-2aea-4c60-99f5-a86a744755eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image {
  box-sizing: border-box;
}



.s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79632cbe-2aea-4c60-99f5-a86a744755eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container {
      position: relative;
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79632cbe-2aea-4c60-99f5-a86a744755eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1601px;
    }
  }

}
#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
  max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
  margin: 0 !important;
  overflow: visible;
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
  /* Add background color handling */
  
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image {
  box-sizing: border-box;
}



.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container {
      position: relative;
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
  margin: 0 !important;
  overflow: visible;
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
  /* Add background color handling */
  
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image {
  box-sizing: border-box;
}



.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container {
      position: relative;
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c 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-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
  margin: 0 !important;
  overflow: visible;
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
  /* Add background color handling */
  
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image {
  box-sizing: border-box;
}



.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container {
      position: relative;
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c 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-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
  margin: 0 !important;
  overflow: visible;
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
  /* Add background color handling */
  
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image {
  box-sizing: border-box;
}



.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container {
      position: relative;
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
  margin: 0 !important;
  overflow: visible;
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
  /* Add background color handling */
  
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image {
  box-sizing: border-box;
}



.s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container {
      position: relative;
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c885c3d0-4cc2-43dc-8558-e46d7900f84c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
/*
  $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;
  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;
}
