.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-b064a673-534e-43a9-9849-02707605c9ef {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-b064a673-534e-43a9-9849-02707605c9ef {
  display: none;
}
#s-b064a673-534e-43a9-9849-02707605c9ef, #wrap-s-b064a673-534e-43a9-9849-02707605c9ef, #wrap-content-s-b064a673-534e-43a9-9849-02707605c9ef { display: none !important; }}







#s-b064a673-534e-43a9-9849-02707605c9ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b064a673-534e-43a9-9849-02707605c9ef.shg-box.shg-c {
  justify-content: center;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-773dc4ef-10a1-4aeb-81f6-0b29372faeff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-773dc4ef-10a1-4aeb-81f6-0b29372faeff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-773dc4ef-10a1-4aeb-81f6-0b29372faeff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-773dc4ef-10a1-4aeb-81f6-0b29372faeff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-773dc4ef-10a1-4aeb-81f6-0b29372faeff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-773dc4ef-10a1-4aeb-81f6-0b29372faeff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 1%;
  padding-right: 1%;
  
  
}


.shg-image-content-margin-container-s-773dc4ef-10a1-4aeb-81f6-0b29372faeff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-773dc4ef-10a1-4aeb-81f6-0b29372faeff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-773dc4ef-10a1-4aeb-81f6-0b29372faeff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-773dc4ef-10a1-4aeb-81f6-0b29372faeff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-773dc4ef-10a1-4aeb-81f6-0b29372faeff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-773dc4ef-10a1-4aeb-81f6-0b29372faeff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-773dc4ef-10a1-4aeb-81f6-0b29372faeff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-773dc4ef-10a1-4aeb-81f6-0b29372faeff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-773dc4ef-10a1-4aeb-81f6-0b29372faeff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-773dc4ef-10a1-4aeb-81f6-0b29372faeff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-773dc4ef-10a1-4aeb-81f6-0b29372faeff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-773dc4ef-10a1-4aeb-81f6-0b29372faeff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-773dc4ef-10a1-4aeb-81f6-0b29372faeff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-773dc4ef-10a1-4aeb-81f6-0b29372faeff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-773dc4ef-10a1-4aeb-81f6-0b29372faeff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-773dc4ef-10a1-4aeb-81f6-0b29372faeff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-773dc4ef-10a1-4aeb-81f6-0b29372faeff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-773dc4ef-10a1-4aeb-81f6-0b29372faeff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-773dc4ef-10a1-4aeb-81f6-0b29372faeff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-773dc4ef-10a1-4aeb-81f6-0b29372faeff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d470a6a7-6868-4d60-a51d-31a760a4ba67 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d470a6a7-6868-4d60-a51d-31a760a4ba67 {
  display: none;
}
#s-d470a6a7-6868-4d60-a51d-31a760a4ba67, #wrap-s-d470a6a7-6868-4d60-a51d-31a760a4ba67, #wrap-content-s-d470a6a7-6868-4d60-a51d-31a760a4ba67 { display: none !important; }}@media (max-width: 767px){#s-d470a6a7-6868-4d60-a51d-31a760a4ba67 {
  display: none;
}
#s-d470a6a7-6868-4d60-a51d-31a760a4ba67, #wrap-s-d470a6a7-6868-4d60-a51d-31a760a4ba67, #wrap-content-s-d470a6a7-6868-4d60-a51d-31a760a4ba67 { display: none !important; }}







#s-d470a6a7-6868-4d60-a51d-31a760a4ba67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d470a6a7-6868-4d60-a51d-31a760a4ba67.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-3153e6c3-4a16-4403-8ef3-de08386aadbd {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-3153e6c3-4a16-4403-8ef3-de08386aadbd {
  padding-left: 1%;
padding-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-3153e6c3-4a16-4403-8ef3-de08386aadbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3153e6c3-4a16-4403-8ef3-de08386aadbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 992px) {
[id="s-3153e6c3-4a16-4403-8ef3-de08386aadbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 1200px) {
[id="s-3153e6c3-4a16-4403-8ef3-de08386aadbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.5px);
}

}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd4a5bc-1cb6-453b-8650-dfe56a05f84e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-73b4f729-a7f6-4af3-aaac-544ec1314c10 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-73b4f729-a7f6-4af3-aaac-544ec1314c10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-73b4f729-a7f6-4af3-aaac-544ec1314c10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-73b4f729-a7f6-4af3-aaac-544ec1314c10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-73b4f729-a7f6-4af3-aaac-544ec1314c10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73b4f729-a7f6-4af3-aaac-544ec1314c10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-73b4f729-a7f6-4af3-aaac-544ec1314c10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-73b4f729-a7f6-4af3-aaac-544ec1314c10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-73b4f729-a7f6-4af3-aaac-544ec1314c10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-73b4f729-a7f6-4af3-aaac-544ec1314c10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-73b4f729-a7f6-4af3-aaac-544ec1314c10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73b4f729-a7f6-4af3-aaac-544ec1314c10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-73b4f729-a7f6-4af3-aaac-544ec1314c10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-73b4f729-a7f6-4af3-aaac-544ec1314c10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-73b4f729-a7f6-4af3-aaac-544ec1314c10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-73b4f729-a7f6-4af3-aaac-544ec1314c10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-73b4f729-a7f6-4af3-aaac-544ec1314c10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73b4f729-a7f6-4af3-aaac-544ec1314c10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-73b4f729-a7f6-4af3-aaac-544ec1314c10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-73b4f729-a7f6-4af3-aaac-544ec1314c10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-73b4f729-a7f6-4af3-aaac-544ec1314c10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-73b4f729-a7f6-4af3-aaac-544ec1314c10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-73b4f729-a7f6-4af3-aaac-544ec1314c10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73b4f729-a7f6-4af3-aaac-544ec1314c10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-73b4f729-a7f6-4af3-aaac-544ec1314c10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-73b4f729-a7f6-4af3-aaac-544ec1314c10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-73b4f729-a7f6-4af3-aaac-544ec1314c10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-73b4f729-a7f6-4af3-aaac-544ec1314c10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-73b4f729-a7f6-4af3-aaac-544ec1314c10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73b4f729-a7f6-4af3-aaac-544ec1314c10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73b4f729-a7f6-4af3-aaac-544ec1314c10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-123dbc28-5e85-4466-a918-3ffabbb7cb3f {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-123dbc28-5e85-4466-a918-3ffabbb7cb3f {
  display: none;
}
#s-123dbc28-5e85-4466-a918-3ffabbb7cb3f, #wrap-s-123dbc28-5e85-4466-a918-3ffabbb7cb3f, #wrap-content-s-123dbc28-5e85-4466-a918-3ffabbb7cb3f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-123dbc28-5e85-4466-a918-3ffabbb7cb3f {
  display: none;
}
#s-123dbc28-5e85-4466-a918-3ffabbb7cb3f, #wrap-s-123dbc28-5e85-4466-a918-3ffabbb7cb3f, #wrap-content-s-123dbc28-5e85-4466-a918-3ffabbb7cb3f { display: none !important; }}@media (max-width: 767px){#s-123dbc28-5e85-4466-a918-3ffabbb7cb3f {
  display: none;
}
#s-123dbc28-5e85-4466-a918-3ffabbb7cb3f, #wrap-s-123dbc28-5e85-4466-a918-3ffabbb7cb3f, #wrap-content-s-123dbc28-5e85-4466-a918-3ffabbb7cb3f { display: none !important; }}







#s-123dbc28-5e85-4466-a918-3ffabbb7cb3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-123dbc28-5e85-4466-a918-3ffabbb7cb3f.shg-box.shg-c {
  justify-content: center;
}

#s-d1bb9963-614a-46e5-9d1c-85c42e6e1fad {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d1bb9963-614a-46e5-9d1c-85c42e6e1fad {
  padding-left: 1%;
padding-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-d1bb9963-614a-46e5-9d1c-85c42e6e1fad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1bb9963-614a-46e5-9d1c-85c42e6e1fad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 992px) {
[id="s-d1bb9963-614a-46e5-9d1c-85c42e6e1fad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 1200px) {
[id="s-d1bb9963-614a-46e5-9d1c-85c42e6e1fad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.5px);
}

}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f06e292a-8d09-468f-bbfd-4636dad5705f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f06e292a-8d09-468f-bbfd-4636dad5705f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f06e292a-8d09-468f-bbfd-4636dad5705f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f06e292a-8d09-468f-bbfd-4636dad5705f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06e292a-8d09-468f-bbfd-4636dad5705f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f06e292a-8d09-468f-bbfd-4636dad5705f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f06e292a-8d09-468f-bbfd-4636dad5705f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f06e292a-8d09-468f-bbfd-4636dad5705f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f06e292a-8d09-468f-bbfd-4636dad5705f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f06e292a-8d09-468f-bbfd-4636dad5705f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06e292a-8d09-468f-bbfd-4636dad5705f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f06e292a-8d09-468f-bbfd-4636dad5705f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f06e292a-8d09-468f-bbfd-4636dad5705f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f06e292a-8d09-468f-bbfd-4636dad5705f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f06e292a-8d09-468f-bbfd-4636dad5705f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f06e292a-8d09-468f-bbfd-4636dad5705f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06e292a-8d09-468f-bbfd-4636dad5705f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f06e292a-8d09-468f-bbfd-4636dad5705f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f06e292a-8d09-468f-bbfd-4636dad5705f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 1%;
  padding-right: 1%;
  
  
}


.shg-image-content-margin-container-s-f06e292a-8d09-468f-bbfd-4636dad5705f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f06e292a-8d09-468f-bbfd-4636dad5705f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f06e292a-8d09-468f-bbfd-4636dad5705f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06e292a-8d09-468f-bbfd-4636dad5705f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f06e292a-8d09-468f-bbfd-4636dad5705f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f06e292a-8d09-468f-bbfd-4636dad5705f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f06e292a-8d09-468f-bbfd-4636dad5705f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f06e292a-8d09-468f-bbfd-4636dad5705f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f06e292a-8d09-468f-bbfd-4636dad5705f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06e292a-8d09-468f-bbfd-4636dad5705f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06e292a-8d09-468f-bbfd-4636dad5705f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-64974388-3ebd-4281-aa92-60516e1c6a30 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64974388-3ebd-4281-aa92-60516e1c6a30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-64974388-3ebd-4281-aa92-60516e1c6a30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-64974388-3ebd-4281-aa92-60516e1c6a30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64974388-3ebd-4281-aa92-60516e1c6a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64974388-3ebd-4281-aa92-60516e1c6a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-64974388-3ebd-4281-aa92-60516e1c6a30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64974388-3ebd-4281-aa92-60516e1c6a30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-64974388-3ebd-4281-aa92-60516e1c6a30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-64974388-3ebd-4281-aa92-60516e1c6a30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64974388-3ebd-4281-aa92-60516e1c6a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64974388-3ebd-4281-aa92-60516e1c6a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-64974388-3ebd-4281-aa92-60516e1c6a30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64974388-3ebd-4281-aa92-60516e1c6a30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-64974388-3ebd-4281-aa92-60516e1c6a30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-64974388-3ebd-4281-aa92-60516e1c6a30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64974388-3ebd-4281-aa92-60516e1c6a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64974388-3ebd-4281-aa92-60516e1c6a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-64974388-3ebd-4281-aa92-60516e1c6a30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64974388-3ebd-4281-aa92-60516e1c6a30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
}


.shg-image-content-margin-container-s-64974388-3ebd-4281-aa92-60516e1c6a30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-64974388-3ebd-4281-aa92-60516e1c6a30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64974388-3ebd-4281-aa92-60516e1c6a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64974388-3ebd-4281-aa92-60516e1c6a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-64974388-3ebd-4281-aa92-60516e1c6a30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64974388-3ebd-4281-aa92-60516e1c6a30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-64974388-3ebd-4281-aa92-60516e1c6a30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-64974388-3ebd-4281-aa92-60516e1c6a30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64974388-3ebd-4281-aa92-60516e1c6a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64974388-3ebd-4281-aa92-60516e1c6a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64974388-3ebd-4281-aa92-60516e1c6a30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b817d9ad-337d-4372-b9fd-ddb0c09a6789 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-b817d9ad-337d-4372-b9fd-ddb0c09a6789 {
  display: none;
}
#s-b817d9ad-337d-4372-b9fd-ddb0c09a6789, #wrap-s-b817d9ad-337d-4372-b9fd-ddb0c09a6789, #wrap-content-s-b817d9ad-337d-4372-b9fd-ddb0c09a6789 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b817d9ad-337d-4372-b9fd-ddb0c09a6789 {
  display: none;
}
#s-b817d9ad-337d-4372-b9fd-ddb0c09a6789, #wrap-s-b817d9ad-337d-4372-b9fd-ddb0c09a6789, #wrap-content-s-b817d9ad-337d-4372-b9fd-ddb0c09a6789 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b817d9ad-337d-4372-b9fd-ddb0c09a6789 {
  display: none;
}
#s-b817d9ad-337d-4372-b9fd-ddb0c09a6789, #wrap-s-b817d9ad-337d-4372-b9fd-ddb0c09a6789, #wrap-content-s-b817d9ad-337d-4372-b9fd-ddb0c09a6789 { display: none !important; }}







#s-b817d9ad-337d-4372-b9fd-ddb0c09a6789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b817d9ad-337d-4372-b9fd-ddb0c09a6789.shg-box.shg-c {
  justify-content: center;
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0f87607f-30c6-44b2-be81-3eff45ded54e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0f87607f-30c6-44b2-be81-3eff45ded54e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0f87607f-30c6-44b2-be81-3eff45ded54e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0f87607f-30c6-44b2-be81-3eff45ded54e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f87607f-30c6-44b2-be81-3eff45ded54e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0f87607f-30c6-44b2-be81-3eff45ded54e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0f87607f-30c6-44b2-be81-3eff45ded54e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0f87607f-30c6-44b2-be81-3eff45ded54e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0f87607f-30c6-44b2-be81-3eff45ded54e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0f87607f-30c6-44b2-be81-3eff45ded54e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f87607f-30c6-44b2-be81-3eff45ded54e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0f87607f-30c6-44b2-be81-3eff45ded54e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0f87607f-30c6-44b2-be81-3eff45ded54e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0f87607f-30c6-44b2-be81-3eff45ded54e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0f87607f-30c6-44b2-be81-3eff45ded54e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0f87607f-30c6-44b2-be81-3eff45ded54e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f87607f-30c6-44b2-be81-3eff45ded54e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0f87607f-30c6-44b2-be81-3eff45ded54e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0f87607f-30c6-44b2-be81-3eff45ded54e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0f87607f-30c6-44b2-be81-3eff45ded54e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0f87607f-30c6-44b2-be81-3eff45ded54e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0f87607f-30c6-44b2-be81-3eff45ded54e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f87607f-30c6-44b2-be81-3eff45ded54e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0f87607f-30c6-44b2-be81-3eff45ded54e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0f87607f-30c6-44b2-be81-3eff45ded54e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 1%;
  padding-bottom: 1%;
}


.shg-image-content-margin-container-s-0f87607f-30c6-44b2-be81-3eff45ded54e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0f87607f-30c6-44b2-be81-3eff45ded54e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0f87607f-30c6-44b2-be81-3eff45ded54e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f87607f-30c6-44b2-be81-3eff45ded54e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f87607f-30c6-44b2-be81-3eff45ded54e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  display: none;
}
#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab, #wrap-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab, #wrap-content-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  display: none;
}
#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab, #wrap-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab, #wrap-content-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  display: none;
}
#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab, #wrap-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab, #wrap-content-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab { display: none !important; }}@media (max-width: 767px){#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  margin-bottom: 0%;
display: none;
}
#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab, #wrap-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab, #wrap-content-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab { display: none !important; }}
#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 3%;
  margin-bottom: 3%;
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
}


.shg-image-content-margin-container-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2cf394e-d61d-471b-a24d-5b93aceeaaab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2cf394e-d61d-471b-a24d-5b93aceeaaab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cf394e-d61d-471b-a24d-5b93aceeaaab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2cf394e-d61d-471b-a24d-5b93aceeaaab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2cf394e-d61d-471b-a24d-5b93aceeaaab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cf394e-d61d-471b-a24d-5b93aceeaaab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2cf394e-d61d-471b-a24d-5b93aceeaaab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2cf394e-d61d-471b-a24d-5b93aceeaaab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cf394e-d61d-471b-a24d-5b93aceeaaab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 2%;
  padding-right: 2%;
  
  
}


.shg-image-content-margin-container-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2cf394e-d61d-471b-a24d-5b93aceeaaab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2cf394e-d61d-471b-a24d-5b93aceeaaab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cf394e-d61d-471b-a24d-5b93aceeaaab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 0%;
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 0%;
  padding-bottom: 0%;
}


.shg-image-content-margin-container-s-d2cf394e-d61d-471b-a24d-5b93aceeaaab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2cf394e-d61d-471b-a24d-5b93aceeaaab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2cf394e-d61d-471b-a24d-5b93aceeaaab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cf394e-d61d-471b-a24d-5b93aceeaaab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cf394e-d61d-471b-a24d-5b93aceeaaab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 13%;
padding-bottom: 0%;
padding-right: 13%;
}
@media (min-width: 1200px){#s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 7%;
padding-bottom: 2%;
padding-right: 7%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 7%;
padding-bottom: 2%;
padding-right: 7%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a {
  margin-top: 5%;
margin-bottom: 0%;
padding-left: 4%;
padding-right: 4%;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-prev,
#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-next {
  
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-prev svg,
#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 992px) and (max-width: 1199px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-prev,
#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-next {
  
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-prev svg,
#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-prev,
#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-next {
  
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-prev svg,
#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-408328c8-e1dd-4224-ac9d-a8ac8aa7655a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-1c0283bc-fed3-4ed1-8b22-67e663d59758 {
  margin-left: auto;
margin-right: auto;
height: 300px;
text-align: center;
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c0283bc-fed3-4ed1-8b22-67e663d59758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c0283bc-fed3-4ed1-8b22-67e663d59758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758 img.shogun-image {
  width: 100%;
  height: 300px;
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-1c0283bc-fed3-4ed1-8b22-67e663d59758 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c0283bc-fed3-4ed1-8b22-67e663d59758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0283bc-fed3-4ed1-8b22-67e663d59758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1c0283bc-fed3-4ed1-8b22-67e663d59758 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c0283bc-fed3-4ed1-8b22-67e663d59758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c0283bc-fed3-4ed1-8b22-67e663d59758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-1c0283bc-fed3-4ed1-8b22-67e663d59758 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c0283bc-fed3-4ed1-8b22-67e663d59758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0283bc-fed3-4ed1-8b22-67e663d59758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1c0283bc-fed3-4ed1-8b22-67e663d59758 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c0283bc-fed3-4ed1-8b22-67e663d59758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c0283bc-fed3-4ed1-8b22-67e663d59758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-1c0283bc-fed3-4ed1-8b22-67e663d59758 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c0283bc-fed3-4ed1-8b22-67e663d59758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0283bc-fed3-4ed1-8b22-67e663d59758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1c0283bc-fed3-4ed1-8b22-67e663d59758 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c0283bc-fed3-4ed1-8b22-67e663d59758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c0283bc-fed3-4ed1-8b22-67e663d59758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-1c0283bc-fed3-4ed1-8b22-67e663d59758 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c0283bc-fed3-4ed1-8b22-67e663d59758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0283bc-fed3-4ed1-8b22-67e663d59758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1c0283bc-fed3-4ed1-8b22-67e663d59758 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c0283bc-fed3-4ed1-8b22-67e663d59758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c0283bc-fed3-4ed1-8b22-67e663d59758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-1c0283bc-fed3-4ed1-8b22-67e663d59758 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c0283bc-fed3-4ed1-8b22-67e663d59758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0283bc-fed3-4ed1-8b22-67e663d59758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0283bc-fed3-4ed1-8b22-67e663d59758.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-438bc95b-44ee-44d3-91fa-1e283116fb74 {
  margin-left: auto;
margin-right: auto;
height: 300px;
text-align: center;
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-438bc95b-44ee-44d3-91fa-1e283116fb74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-438bc95b-44ee-44d3-91fa-1e283116fb74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74 img.shogun-image {
  width: 100%;
  height: 300px;
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-438bc95b-44ee-44d3-91fa-1e283116fb74 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-438bc95b-44ee-44d3-91fa-1e283116fb74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-438bc95b-44ee-44d3-91fa-1e283116fb74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-438bc95b-44ee-44d3-91fa-1e283116fb74 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-438bc95b-44ee-44d3-91fa-1e283116fb74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-438bc95b-44ee-44d3-91fa-1e283116fb74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-438bc95b-44ee-44d3-91fa-1e283116fb74 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-438bc95b-44ee-44d3-91fa-1e283116fb74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-438bc95b-44ee-44d3-91fa-1e283116fb74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-438bc95b-44ee-44d3-91fa-1e283116fb74 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-438bc95b-44ee-44d3-91fa-1e283116fb74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-438bc95b-44ee-44d3-91fa-1e283116fb74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-438bc95b-44ee-44d3-91fa-1e283116fb74 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-438bc95b-44ee-44d3-91fa-1e283116fb74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-438bc95b-44ee-44d3-91fa-1e283116fb74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-438bc95b-44ee-44d3-91fa-1e283116fb74 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-438bc95b-44ee-44d3-91fa-1e283116fb74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-438bc95b-44ee-44d3-91fa-1e283116fb74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-438bc95b-44ee-44d3-91fa-1e283116fb74 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-438bc95b-44ee-44d3-91fa-1e283116fb74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-438bc95b-44ee-44d3-91fa-1e283116fb74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-438bc95b-44ee-44d3-91fa-1e283116fb74 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-438bc95b-44ee-44d3-91fa-1e283116fb74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-438bc95b-44ee-44d3-91fa-1e283116fb74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-438bc95b-44ee-44d3-91fa-1e283116fb74 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-438bc95b-44ee-44d3-91fa-1e283116fb74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-438bc95b-44ee-44d3-91fa-1e283116fb74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-438bc95b-44ee-44d3-91fa-1e283116fb74.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d9c2b886-01a6-4db5-9a0c-bfae97032419 {
  margin-left: auto;
margin-right: auto;
height: 300px;
text-align: center;
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9c2b886-01a6-4db5-9a0c-bfae97032419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d9c2b886-01a6-4db5-9a0c-bfae97032419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419 img.shogun-image {
  width: 100%;
  height: 300px;
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d9c2b886-01a6-4db5-9a0c-bfae97032419 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9c2b886-01a6-4db5-9a0c-bfae97032419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9c2b886-01a6-4db5-9a0c-bfae97032419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d9c2b886-01a6-4db5-9a0c-bfae97032419 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9c2b886-01a6-4db5-9a0c-bfae97032419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d9c2b886-01a6-4db5-9a0c-bfae97032419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d9c2b886-01a6-4db5-9a0c-bfae97032419 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9c2b886-01a6-4db5-9a0c-bfae97032419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9c2b886-01a6-4db5-9a0c-bfae97032419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d9c2b886-01a6-4db5-9a0c-bfae97032419 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9c2b886-01a6-4db5-9a0c-bfae97032419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d9c2b886-01a6-4db5-9a0c-bfae97032419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d9c2b886-01a6-4db5-9a0c-bfae97032419 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9c2b886-01a6-4db5-9a0c-bfae97032419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9c2b886-01a6-4db5-9a0c-bfae97032419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d9c2b886-01a6-4db5-9a0c-bfae97032419 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9c2b886-01a6-4db5-9a0c-bfae97032419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d9c2b886-01a6-4db5-9a0c-bfae97032419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d9c2b886-01a6-4db5-9a0c-bfae97032419 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9c2b886-01a6-4db5-9a0c-bfae97032419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9c2b886-01a6-4db5-9a0c-bfae97032419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d9c2b886-01a6-4db5-9a0c-bfae97032419 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9c2b886-01a6-4db5-9a0c-bfae97032419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d9c2b886-01a6-4db5-9a0c-bfae97032419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d9c2b886-01a6-4db5-9a0c-bfae97032419 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9c2b886-01a6-4db5-9a0c-bfae97032419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9c2b886-01a6-4db5-9a0c-bfae97032419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9c2b886-01a6-4db5-9a0c-bfae97032419.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b {
  margin-left: auto;
margin-right: auto;
height: 300px;
text-align: center;
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b img.shogun-image {
  width: 100%;
  height: 300px;
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-709c4ab3-1f28-40ad-9e05-941ba7e1b80b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  display: none;
}
#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a, #wrap-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a, #wrap-content-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  display: none;
}
#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a, #wrap-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a, #wrap-content-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  display: none;
}
#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a, #wrap-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a, #wrap-content-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a { display: none !important; }}@media (max-width: 767px){#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  display: none;
}
#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a, #wrap-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a, #wrap-content-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a { display: none !important; }}
#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0bbade66-0547-4d1b-988d-d4baf1aaca0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bbade66-0547-4d1b-988d-d4baf1aaca0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bbade66-0547-4d1b-988d-d4baf1aaca0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0bbade66-0547-4d1b-988d-d4baf1aaca0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bbade66-0547-4d1b-988d-d4baf1aaca0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bbade66-0547-4d1b-988d-d4baf1aaca0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0bbade66-0547-4d1b-988d-d4baf1aaca0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bbade66-0547-4d1b-988d-d4baf1aaca0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bbade66-0547-4d1b-988d-d4baf1aaca0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0bbade66-0547-4d1b-988d-d4baf1aaca0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bbade66-0547-4d1b-988d-d4baf1aaca0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bbade66-0547-4d1b-988d-d4baf1aaca0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0bbade66-0547-4d1b-988d-d4baf1aaca0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-0bbade66-0547-4d1b-988d-d4baf1aaca0a .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-0bbade66-0547-4d1b-988d-d4baf1aaca0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bbade66-0547-4d1b-988d-d4baf1aaca0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bbade66-0547-4d1b-988d-d4baf1aaca0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 {
  display: none;
}
#s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97, #wrap-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97, #wrap-content-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 {
  margin-top: 10%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97, #wrap-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97, #wrap-content-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 {
  display: none;
}
#s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97, #wrap-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97, #wrap-content-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 { display: none !important; }}@media (max-width: 767px){#s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 {
  margin-top: 10%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 > .swiper-button-prev,
#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 > .swiper-button-next {
  
}

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 > .swiper-button-prev svg,
#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 > .swiper-button-prev,
#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 > .swiper-button-next {
  
}

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 > .swiper-button-prev svg,
#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-1ca0bca9-229b-4f13-8d3a-0ca5dcfa1d97 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
text-align: center;
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1440px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef3b2e49-80e2-43fa-a682-def2ddf4afd5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
text-align: center;
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1440px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c897abb-9f8e-4910-8ca8-b53c27dbf3b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
text-align: center;
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1440px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85ad2eab-0f6c-4e0d-97dd-338e76ce30c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
text-align: center;
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 img.shogun-image {
  width: 100%;
  
  
  max-width: 1440px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b8fd4b-8204-44dc-9fcf-90e4bfcb8f12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-889d43b5-e81d-4d70-8541-363f84247a7e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-889d43b5-e81d-4d70-8541-363f84247a7e {
  display: none;
}
#s-889d43b5-e81d-4d70-8541-363f84247a7e, #wrap-s-889d43b5-e81d-4d70-8541-363f84247a7e, #wrap-content-s-889d43b5-e81d-4d70-8541-363f84247a7e { display: none !important; }}@media (max-width: 767px){#s-889d43b5-e81d-4d70-8541-363f84247a7e {
  display: none;
}
#s-889d43b5-e81d-4d70-8541-363f84247a7e, #wrap-s-889d43b5-e81d-4d70-8541-363f84247a7e, #wrap-content-s-889d43b5-e81d-4d70-8541-363f84247a7e { display: none !important; }}







#s-889d43b5-e81d-4d70-8541-363f84247a7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-889d43b5-e81d-4d70-8541-363f84247a7e.shg-box.shg-c {
  justify-content: center;
}

#s-2e035748-9231-4604-bb40-8df0d92ace11 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-2e035748-9231-4604-bb40-8df0d92ace11 {
  padding-left: 1%;
padding-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-2e035748-9231-4604-bb40-8df0d92ace11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e035748-9231-4604-bb40-8df0d92ace11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 992px) {
[id="s-2e035748-9231-4604-bb40-8df0d92ace11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 1200px) {
[id="s-2e035748-9231-4604-bb40-8df0d92ace11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.5px);
}

}

#s-b53271be-f213-4977-8951-eb2813dff1c6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b53271be-f213-4977-8951-eb2813dff1c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b53271be-f213-4977-8951-eb2813dff1c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b53271be-f213-4977-8951-eb2813dff1c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b53271be-f213-4977-8951-eb2813dff1c6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b53271be-f213-4977-8951-eb2813dff1c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b53271be-f213-4977-8951-eb2813dff1c6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b53271be-f213-4977-8951-eb2813dff1c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b53271be-f213-4977-8951-eb2813dff1c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b53271be-f213-4977-8951-eb2813dff1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b53271be-f213-4977-8951-eb2813dff1c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b53271be-f213-4977-8951-eb2813dff1c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b53271be-f213-4977-8951-eb2813dff1c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b53271be-f213-4977-8951-eb2813dff1c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b53271be-f213-4977-8951-eb2813dff1c6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b53271be-f213-4977-8951-eb2813dff1c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b53271be-f213-4977-8951-eb2813dff1c6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b53271be-f213-4977-8951-eb2813dff1c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b53271be-f213-4977-8951-eb2813dff1c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b53271be-f213-4977-8951-eb2813dff1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b53271be-f213-4977-8951-eb2813dff1c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b53271be-f213-4977-8951-eb2813dff1c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b53271be-f213-4977-8951-eb2813dff1c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b53271be-f213-4977-8951-eb2813dff1c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b53271be-f213-4977-8951-eb2813dff1c6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b53271be-f213-4977-8951-eb2813dff1c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b53271be-f213-4977-8951-eb2813dff1c6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b53271be-f213-4977-8951-eb2813dff1c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b53271be-f213-4977-8951-eb2813dff1c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b53271be-f213-4977-8951-eb2813dff1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b53271be-f213-4977-8951-eb2813dff1c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b53271be-f213-4977-8951-eb2813dff1c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b53271be-f213-4977-8951-eb2813dff1c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b53271be-f213-4977-8951-eb2813dff1c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b53271be-f213-4977-8951-eb2813dff1c6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b53271be-f213-4977-8951-eb2813dff1c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b53271be-f213-4977-8951-eb2813dff1c6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b53271be-f213-4977-8951-eb2813dff1c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b53271be-f213-4977-8951-eb2813dff1c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b53271be-f213-4977-8951-eb2813dff1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b53271be-f213-4977-8951-eb2813dff1c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b53271be-f213-4977-8951-eb2813dff1c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b53271be-f213-4977-8951-eb2813dff1c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b53271be-f213-4977-8951-eb2813dff1c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b53271be-f213-4977-8951-eb2813dff1c6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b53271be-f213-4977-8951-eb2813dff1c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b53271be-f213-4977-8951-eb2813dff1c6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b53271be-f213-4977-8951-eb2813dff1c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b53271be-f213-4977-8951-eb2813dff1c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b53271be-f213-4977-8951-eb2813dff1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b53271be-f213-4977-8951-eb2813dff1c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c5d7f5c-9fc9-418c-a400-fe6893fb2058.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f97f1dca-1cea-4234-a767-20a12781ceb7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-f97f1dca-1cea-4234-a767-20a12781ceb7 {
  display: none;
}
#s-f97f1dca-1cea-4234-a767-20a12781ceb7, #wrap-s-f97f1dca-1cea-4234-a767-20a12781ceb7, #wrap-content-s-f97f1dca-1cea-4234-a767-20a12781ceb7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f97f1dca-1cea-4234-a767-20a12781ceb7 {
  display: none;
}
#s-f97f1dca-1cea-4234-a767-20a12781ceb7, #wrap-s-f97f1dca-1cea-4234-a767-20a12781ceb7, #wrap-content-s-f97f1dca-1cea-4234-a767-20a12781ceb7 { display: none !important; }}@media (max-width: 767px){#s-f97f1dca-1cea-4234-a767-20a12781ceb7 {
  display: none;
}
#s-f97f1dca-1cea-4234-a767-20a12781ceb7, #wrap-s-f97f1dca-1cea-4234-a767-20a12781ceb7, #wrap-content-s-f97f1dca-1cea-4234-a767-20a12781ceb7 { display: none !important; }}







#s-f97f1dca-1cea-4234-a767-20a12781ceb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f97f1dca-1cea-4234-a767-20a12781ceb7.shg-box.shg-c {
  justify-content: center;
}

#s-938df82d-7d03-4e34-8ff9-2ace80f54170 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-938df82d-7d03-4e34-8ff9-2ace80f54170 {
  padding-left: 1%;
padding-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-938df82d-7d03-4e34-8ff9-2ace80f54170"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-938df82d-7d03-4e34-8ff9-2ace80f54170"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 992px) {
[id="s-938df82d-7d03-4e34-8ff9-2ace80f54170"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 1200px) {
[id="s-938df82d-7d03-4e34-8ff9-2ace80f54170"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.5px);
}

}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-314e7a2f-c0e8-43e8-b192-c4284d681296 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-314e7a2f-c0e8-43e8-b192-c4284d681296 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-314e7a2f-c0e8-43e8-b192-c4284d681296 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-314e7a2f-c0e8-43e8-b192-c4284d681296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-314e7a2f-c0e8-43e8-b192-c4284d681296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-314e7a2f-c0e8-43e8-b192-c4284d681296 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-314e7a2f-c0e8-43e8-b192-c4284d681296 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-314e7a2f-c0e8-43e8-b192-c4284d681296 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-314e7a2f-c0e8-43e8-b192-c4284d681296 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-314e7a2f-c0e8-43e8-b192-c4284d681296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-314e7a2f-c0e8-43e8-b192-c4284d681296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-314e7a2f-c0e8-43e8-b192-c4284d681296 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-314e7a2f-c0e8-43e8-b192-c4284d681296 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-314e7a2f-c0e8-43e8-b192-c4284d681296 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-314e7a2f-c0e8-43e8-b192-c4284d681296 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-314e7a2f-c0e8-43e8-b192-c4284d681296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-314e7a2f-c0e8-43e8-b192-c4284d681296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-314e7a2f-c0e8-43e8-b192-c4284d681296 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-314e7a2f-c0e8-43e8-b192-c4284d681296 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
}


.shg-image-content-margin-container-s-314e7a2f-c0e8-43e8-b192-c4284d681296 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-314e7a2f-c0e8-43e8-b192-c4284d681296 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-314e7a2f-c0e8-43e8-b192-c4284d681296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-314e7a2f-c0e8-43e8-b192-c4284d681296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-314e7a2f-c0e8-43e8-b192-c4284d681296 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-314e7a2f-c0e8-43e8-b192-c4284d681296 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-314e7a2f-c0e8-43e8-b192-c4284d681296 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-314e7a2f-c0e8-43e8-b192-c4284d681296 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-314e7a2f-c0e8-43e8-b192-c4284d681296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-314e7a2f-c0e8-43e8-b192-c4284d681296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314e7a2f-c0e8-43e8-b192-c4284d681296.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-76932584-09b1-4627-9ab9-d670f04aff57 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-76932584-09b1-4627-9ab9-d670f04aff57 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76932584-09b1-4627-9ab9-d670f04aff57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76932584-09b1-4627-9ab9-d670f04aff57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76932584-09b1-4627-9ab9-d670f04aff57 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76932584-09b1-4627-9ab9-d670f04aff57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76932584-09b1-4627-9ab9-d670f04aff57 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76932584-09b1-4627-9ab9-d670f04aff57 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76932584-09b1-4627-9ab9-d670f04aff57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76932584-09b1-4627-9ab9-d670f04aff57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76932584-09b1-4627-9ab9-d670f04aff57.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-76932584-09b1-4627-9ab9-d670f04aff57 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76932584-09b1-4627-9ab9-d670f04aff57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76932584-09b1-4627-9ab9-d670f04aff57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76932584-09b1-4627-9ab9-d670f04aff57 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76932584-09b1-4627-9ab9-d670f04aff57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76932584-09b1-4627-9ab9-d670f04aff57 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76932584-09b1-4627-9ab9-d670f04aff57 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76932584-09b1-4627-9ab9-d670f04aff57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76932584-09b1-4627-9ab9-d670f04aff57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76932584-09b1-4627-9ab9-d670f04aff57.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-76932584-09b1-4627-9ab9-d670f04aff57 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76932584-09b1-4627-9ab9-d670f04aff57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76932584-09b1-4627-9ab9-d670f04aff57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76932584-09b1-4627-9ab9-d670f04aff57 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76932584-09b1-4627-9ab9-d670f04aff57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76932584-09b1-4627-9ab9-d670f04aff57 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76932584-09b1-4627-9ab9-d670f04aff57 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76932584-09b1-4627-9ab9-d670f04aff57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76932584-09b1-4627-9ab9-d670f04aff57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76932584-09b1-4627-9ab9-d670f04aff57.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-76932584-09b1-4627-9ab9-d670f04aff57 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76932584-09b1-4627-9ab9-d670f04aff57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76932584-09b1-4627-9ab9-d670f04aff57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76932584-09b1-4627-9ab9-d670f04aff57 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 1%;
  padding-right: 1%;
  
  
}


.shg-image-content-margin-container-s-76932584-09b1-4627-9ab9-d670f04aff57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76932584-09b1-4627-9ab9-d670f04aff57 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76932584-09b1-4627-9ab9-d670f04aff57 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76932584-09b1-4627-9ab9-d670f04aff57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76932584-09b1-4627-9ab9-d670f04aff57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76932584-09b1-4627-9ab9-d670f04aff57.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-76932584-09b1-4627-9ab9-d670f04aff57 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76932584-09b1-4627-9ab9-d670f04aff57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76932584-09b1-4627-9ab9-d670f04aff57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76932584-09b1-4627-9ab9-d670f04aff57 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76932584-09b1-4627-9ab9-d670f04aff57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76932584-09b1-4627-9ab9-d670f04aff57 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76932584-09b1-4627-9ab9-d670f04aff57 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76932584-09b1-4627-9ab9-d670f04aff57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76932584-09b1-4627-9ab9-d670f04aff57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76932584-09b1-4627-9ab9-d670f04aff57.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8f47d853-a18a-4da5-84c5-315df95c58e3 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-8f47d853-a18a-4da5-84c5-315df95c58e3 {
  display: none;
}
#s-8f47d853-a18a-4da5-84c5-315df95c58e3, #wrap-s-8f47d853-a18a-4da5-84c5-315df95c58e3, #wrap-content-s-8f47d853-a18a-4da5-84c5-315df95c58e3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f47d853-a18a-4da5-84c5-315df95c58e3 {
  display: none;
}
#s-8f47d853-a18a-4da5-84c5-315df95c58e3, #wrap-s-8f47d853-a18a-4da5-84c5-315df95c58e3, #wrap-content-s-8f47d853-a18a-4da5-84c5-315df95c58e3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f47d853-a18a-4da5-84c5-315df95c58e3 {
  display: none;
}
#s-8f47d853-a18a-4da5-84c5-315df95c58e3, #wrap-s-8f47d853-a18a-4da5-84c5-315df95c58e3, #wrap-content-s-8f47d853-a18a-4da5-84c5-315df95c58e3 { display: none !important; }}







#s-8f47d853-a18a-4da5-84c5-315df95c58e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f47d853-a18a-4da5-84c5-315df95c58e3.shg-box.shg-c {
  justify-content: center;
}

#s-a22280e7-00af-4274-9664-9033a784597f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-a22280e7-00af-4274-9664-9033a784597f {
  display: none;
}
#s-a22280e7-00af-4274-9664-9033a784597f, #wrap-s-a22280e7-00af-4274-9664-9033a784597f, #wrap-content-s-a22280e7-00af-4274-9664-9033a784597f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a22280e7-00af-4274-9664-9033a784597f {
  display: none;
}
#s-a22280e7-00af-4274-9664-9033a784597f, #wrap-s-a22280e7-00af-4274-9664-9033a784597f, #wrap-content-s-a22280e7-00af-4274-9664-9033a784597f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a22280e7-00af-4274-9664-9033a784597f {
  display: none;
}
#s-a22280e7-00af-4274-9664-9033a784597f, #wrap-s-a22280e7-00af-4274-9664-9033a784597f, #wrap-content-s-a22280e7-00af-4274-9664-9033a784597f { display: none !important; }}







#s-a22280e7-00af-4274-9664-9033a784597f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a22280e7-00af-4274-9664-9033a784597f.shg-box.shg-c {
  justify-content: center;
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ee55785-142b-433b-af09-ecdf08ec24c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0ee55785-142b-433b-af09-ecdf08ec24c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0ee55785-142b-433b-af09-ecdf08ec24c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ee55785-142b-433b-af09-ecdf08ec24c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee55785-142b-433b-af09-ecdf08ec24c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0ee55785-142b-433b-af09-ecdf08ec24c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ee55785-142b-433b-af09-ecdf08ec24c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0ee55785-142b-433b-af09-ecdf08ec24c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0ee55785-142b-433b-af09-ecdf08ec24c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ee55785-142b-433b-af09-ecdf08ec24c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee55785-142b-433b-af09-ecdf08ec24c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0ee55785-142b-433b-af09-ecdf08ec24c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ee55785-142b-433b-af09-ecdf08ec24c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0ee55785-142b-433b-af09-ecdf08ec24c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0ee55785-142b-433b-af09-ecdf08ec24c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ee55785-142b-433b-af09-ecdf08ec24c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee55785-142b-433b-af09-ecdf08ec24c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0ee55785-142b-433b-af09-ecdf08ec24c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ee55785-142b-433b-af09-ecdf08ec24c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0ee55785-142b-433b-af09-ecdf08ec24c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0ee55785-142b-433b-af09-ecdf08ec24c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ee55785-142b-433b-af09-ecdf08ec24c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee55785-142b-433b-af09-ecdf08ec24c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0ee55785-142b-433b-af09-ecdf08ec24c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ee55785-142b-433b-af09-ecdf08ec24c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0ee55785-142b-433b-af09-ecdf08ec24c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0ee55785-142b-433b-af09-ecdf08ec24c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ee55785-142b-433b-af09-ecdf08ec24c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee55785-142b-433b-af09-ecdf08ec24c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee55785-142b-433b-af09-ecdf08ec24c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cab72a46-a26e-4754-b05d-92c2da61eaad {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-cab72a46-a26e-4754-b05d-92c2da61eaad {
  display: none;
}
#s-cab72a46-a26e-4754-b05d-92c2da61eaad, #wrap-s-cab72a46-a26e-4754-b05d-92c2da61eaad, #wrap-content-s-cab72a46-a26e-4754-b05d-92c2da61eaad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cab72a46-a26e-4754-b05d-92c2da61eaad {
  display: none;
}
#s-cab72a46-a26e-4754-b05d-92c2da61eaad, #wrap-s-cab72a46-a26e-4754-b05d-92c2da61eaad, #wrap-content-s-cab72a46-a26e-4754-b05d-92c2da61eaad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cab72a46-a26e-4754-b05d-92c2da61eaad {
  display: none;
}
#s-cab72a46-a26e-4754-b05d-92c2da61eaad, #wrap-s-cab72a46-a26e-4754-b05d-92c2da61eaad, #wrap-content-s-cab72a46-a26e-4754-b05d-92c2da61eaad { display: none !important; }}







#s-cab72a46-a26e-4754-b05d-92c2da61eaad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cab72a46-a26e-4754-b05d-92c2da61eaad.shg-box.shg-c {
  justify-content: center;
}

#s-a57fd5ea-5b59-42de-898e-3e9b53fe379f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a57fd5ea-5b59-42de-898e-3e9b53fe379f {
  margin-top: 1%;
padding-left: 1%;
padding-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-a57fd5ea-5b59-42de-898e-3e9b53fe379f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 768px) {
[id="s-a57fd5ea-5b59-42de-898e-3e9b53fe379f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 992px) {
[id="s-a57fd5ea-5b59-42de-898e-3e9b53fe379f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 1200px) {
[id="s-a57fd5ea-5b59-42de-898e-3e9b53fe379f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.5px);
}

}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea {
  margin-left: auto;
margin-right: auto;
max-width: 240px;
text-align: center;
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-75ae1d0f-bf92-4992-91a7-76394f086eea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-75ae1d0f-bf92-4992-91a7-76394f086eea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea img.shogun-image {
  width: 100%;
  
  
  max-width: 240px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-75ae1d0f-bf92-4992-91a7-76394f086eea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-75ae1d0f-bf92-4992-91a7-76394f086eea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75ae1d0f-bf92-4992-91a7-76394f086eea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-75ae1d0f-bf92-4992-91a7-76394f086eea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-75ae1d0f-bf92-4992-91a7-76394f086eea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-75ae1d0f-bf92-4992-91a7-76394f086eea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-75ae1d0f-bf92-4992-91a7-76394f086eea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-75ae1d0f-bf92-4992-91a7-76394f086eea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75ae1d0f-bf92-4992-91a7-76394f086eea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-75ae1d0f-bf92-4992-91a7-76394f086eea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-75ae1d0f-bf92-4992-91a7-76394f086eea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-75ae1d0f-bf92-4992-91a7-76394f086eea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-75ae1d0f-bf92-4992-91a7-76394f086eea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-75ae1d0f-bf92-4992-91a7-76394f086eea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75ae1d0f-bf92-4992-91a7-76394f086eea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-75ae1d0f-bf92-4992-91a7-76394f086eea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-75ae1d0f-bf92-4992-91a7-76394f086eea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-75ae1d0f-bf92-4992-91a7-76394f086eea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-75ae1d0f-bf92-4992-91a7-76394f086eea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-75ae1d0f-bf92-4992-91a7-76394f086eea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75ae1d0f-bf92-4992-91a7-76394f086eea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-75ae1d0f-bf92-4992-91a7-76394f086eea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-75ae1d0f-bf92-4992-91a7-76394f086eea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-75ae1d0f-bf92-4992-91a7-76394f086eea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-75ae1d0f-bf92-4992-91a7-76394f086eea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-75ae1d0f-bf92-4992-91a7-76394f086eea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75ae1d0f-bf92-4992-91a7-76394f086eea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75ae1d0f-bf92-4992-91a7-76394f086eea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b935d917-9ebb-4659-acc3-0f14f1bb6775 {
  margin-left: auto;
margin-right: auto;
max-width: 240px;
text-align: center;
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b935d917-9ebb-4659-acc3-0f14f1bb6775 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b935d917-9ebb-4659-acc3-0f14f1bb6775 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775 img.shogun-image {
  width: 100%;
  
  
  max-width: 240px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b935d917-9ebb-4659-acc3-0f14f1bb6775 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b935d917-9ebb-4659-acc3-0f14f1bb6775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b935d917-9ebb-4659-acc3-0f14f1bb6775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b935d917-9ebb-4659-acc3-0f14f1bb6775 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b935d917-9ebb-4659-acc3-0f14f1bb6775 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b935d917-9ebb-4659-acc3-0f14f1bb6775 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b935d917-9ebb-4659-acc3-0f14f1bb6775 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b935d917-9ebb-4659-acc3-0f14f1bb6775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b935d917-9ebb-4659-acc3-0f14f1bb6775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b935d917-9ebb-4659-acc3-0f14f1bb6775 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b935d917-9ebb-4659-acc3-0f14f1bb6775 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b935d917-9ebb-4659-acc3-0f14f1bb6775 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b935d917-9ebb-4659-acc3-0f14f1bb6775 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b935d917-9ebb-4659-acc3-0f14f1bb6775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b935d917-9ebb-4659-acc3-0f14f1bb6775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b935d917-9ebb-4659-acc3-0f14f1bb6775 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b935d917-9ebb-4659-acc3-0f14f1bb6775 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b935d917-9ebb-4659-acc3-0f14f1bb6775 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b935d917-9ebb-4659-acc3-0f14f1bb6775 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b935d917-9ebb-4659-acc3-0f14f1bb6775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b935d917-9ebb-4659-acc3-0f14f1bb6775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b935d917-9ebb-4659-acc3-0f14f1bb6775 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b935d917-9ebb-4659-acc3-0f14f1bb6775 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b935d917-9ebb-4659-acc3-0f14f1bb6775 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b935d917-9ebb-4659-acc3-0f14f1bb6775 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b935d917-9ebb-4659-acc3-0f14f1bb6775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b935d917-9ebb-4659-acc3-0f14f1bb6775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b935d917-9ebb-4659-acc3-0f14f1bb6775.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-898adfd4-d299-4233-a106-bce07f746678 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-898adfd4-d299-4233-a106-bce07f746678 {
  display: none;
}
#s-898adfd4-d299-4233-a106-bce07f746678, #wrap-s-898adfd4-d299-4233-a106-bce07f746678, #wrap-content-s-898adfd4-d299-4233-a106-bce07f746678 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-898adfd4-d299-4233-a106-bce07f746678 {
  display: none;
}
#s-898adfd4-d299-4233-a106-bce07f746678, #wrap-s-898adfd4-d299-4233-a106-bce07f746678, #wrap-content-s-898adfd4-d299-4233-a106-bce07f746678 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-898adfd4-d299-4233-a106-bce07f746678 {
  display: none;
}
#s-898adfd4-d299-4233-a106-bce07f746678, #wrap-s-898adfd4-d299-4233-a106-bce07f746678, #wrap-content-s-898adfd4-d299-4233-a106-bce07f746678 { display: none !important; }}







#s-898adfd4-d299-4233-a106-bce07f746678 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-898adfd4-d299-4233-a106-bce07f746678.shg-box.shg-c {
  justify-content: center;
}

#s-95a39630-db45-47ab-8b20-de9338b15620 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-95a39630-db45-47ab-8b20-de9338b15620 {
  margin-top: 1%;
padding-left: 1%;
padding-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-95a39630-db45-47ab-8b20-de9338b15620"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 768px) {
[id="s-95a39630-db45-47ab-8b20-de9338b15620"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 992px) {
[id="s-95a39630-db45-47ab-8b20-de9338b15620"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 1200px) {
[id="s-95a39630-db45-47ab-8b20-de9338b15620"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.5px);
}

}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 {
  margin-left: auto;
margin-right: auto;
max-width: 240px;
text-align: center;
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 240px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fd1c7b6-7431-4db8-81f3-298a836ca9b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-842ee276-ec29-42d2-820c-a0448b424f73 {
  margin-left: auto;
margin-right: auto;
max-width: 240px;
text-align: center;
}

#s-842ee276-ec29-42d2-820c-a0448b424f73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-842ee276-ec29-42d2-820c-a0448b424f73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-842ee276-ec29-42d2-820c-a0448b424f73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-842ee276-ec29-42d2-820c-a0448b424f73 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-842ee276-ec29-42d2-820c-a0448b424f73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-842ee276-ec29-42d2-820c-a0448b424f73 img.shogun-image {
  width: 100%;
  
  
  max-width: 240px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-842ee276-ec29-42d2-820c-a0448b424f73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-842ee276-ec29-42d2-820c-a0448b424f73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842ee276-ec29-42d2-820c-a0448b424f73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842ee276-ec29-42d2-820c-a0448b424f73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-842ee276-ec29-42d2-820c-a0448b424f73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-842ee276-ec29-42d2-820c-a0448b424f73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-842ee276-ec29-42d2-820c-a0448b424f73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-842ee276-ec29-42d2-820c-a0448b424f73 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-842ee276-ec29-42d2-820c-a0448b424f73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-842ee276-ec29-42d2-820c-a0448b424f73 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-842ee276-ec29-42d2-820c-a0448b424f73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-842ee276-ec29-42d2-820c-a0448b424f73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842ee276-ec29-42d2-820c-a0448b424f73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842ee276-ec29-42d2-820c-a0448b424f73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-842ee276-ec29-42d2-820c-a0448b424f73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-842ee276-ec29-42d2-820c-a0448b424f73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-842ee276-ec29-42d2-820c-a0448b424f73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-842ee276-ec29-42d2-820c-a0448b424f73 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-842ee276-ec29-42d2-820c-a0448b424f73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-842ee276-ec29-42d2-820c-a0448b424f73 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-842ee276-ec29-42d2-820c-a0448b424f73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-842ee276-ec29-42d2-820c-a0448b424f73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842ee276-ec29-42d2-820c-a0448b424f73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842ee276-ec29-42d2-820c-a0448b424f73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-842ee276-ec29-42d2-820c-a0448b424f73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-842ee276-ec29-42d2-820c-a0448b424f73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-842ee276-ec29-42d2-820c-a0448b424f73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-842ee276-ec29-42d2-820c-a0448b424f73 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-842ee276-ec29-42d2-820c-a0448b424f73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-842ee276-ec29-42d2-820c-a0448b424f73 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-842ee276-ec29-42d2-820c-a0448b424f73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-842ee276-ec29-42d2-820c-a0448b424f73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842ee276-ec29-42d2-820c-a0448b424f73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842ee276-ec29-42d2-820c-a0448b424f73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-842ee276-ec29-42d2-820c-a0448b424f73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-842ee276-ec29-42d2-820c-a0448b424f73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-842ee276-ec29-42d2-820c-a0448b424f73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-842ee276-ec29-42d2-820c-a0448b424f73 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-842ee276-ec29-42d2-820c-a0448b424f73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-842ee276-ec29-42d2-820c-a0448b424f73 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-842ee276-ec29-42d2-820c-a0448b424f73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-842ee276-ec29-42d2-820c-a0448b424f73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842ee276-ec29-42d2-820c-a0448b424f73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842ee276-ec29-42d2-820c-a0448b424f73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f61fe696-fd5e-4ef7-a657-9ad782b20f7a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-f61fe696-fd5e-4ef7-a657-9ad782b20f7a {
  display: none;
}
#s-f61fe696-fd5e-4ef7-a657-9ad782b20f7a, #wrap-s-f61fe696-fd5e-4ef7-a657-9ad782b20f7a, #wrap-content-s-f61fe696-fd5e-4ef7-a657-9ad782b20f7a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f61fe696-fd5e-4ef7-a657-9ad782b20f7a {
  display: none;
}
#s-f61fe696-fd5e-4ef7-a657-9ad782b20f7a, #wrap-s-f61fe696-fd5e-4ef7-a657-9ad782b20f7a, #wrap-content-s-f61fe696-fd5e-4ef7-a657-9ad782b20f7a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f61fe696-fd5e-4ef7-a657-9ad782b20f7a {
  display: none;
}
#s-f61fe696-fd5e-4ef7-a657-9ad782b20f7a, #wrap-s-f61fe696-fd5e-4ef7-a657-9ad782b20f7a, #wrap-content-s-f61fe696-fd5e-4ef7-a657-9ad782b20f7a { display: none !important; }}@media (max-width: 767px){#s-f61fe696-fd5e-4ef7-a657-9ad782b20f7a {
  padding-left: 1%;
padding-right: 1%;
}
}







#s-f61fe696-fd5e-4ef7-a657-9ad782b20f7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f61fe696-fd5e-4ef7-a657-9ad782b20f7a.shg-box.shg-c {
  justify-content: center;
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f06709b4-887b-4635-85b2-24c5b2d777b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f06709b4-887b-4635-85b2-24c5b2d777b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f06709b4-887b-4635-85b2-24c5b2d777b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f06709b4-887b-4635-85b2-24c5b2d777b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06709b4-887b-4635-85b2-24c5b2d777b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f06709b4-887b-4635-85b2-24c5b2d777b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f06709b4-887b-4635-85b2-24c5b2d777b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f06709b4-887b-4635-85b2-24c5b2d777b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f06709b4-887b-4635-85b2-24c5b2d777b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f06709b4-887b-4635-85b2-24c5b2d777b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06709b4-887b-4635-85b2-24c5b2d777b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f06709b4-887b-4635-85b2-24c5b2d777b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f06709b4-887b-4635-85b2-24c5b2d777b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f06709b4-887b-4635-85b2-24c5b2d777b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f06709b4-887b-4635-85b2-24c5b2d777b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f06709b4-887b-4635-85b2-24c5b2d777b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06709b4-887b-4635-85b2-24c5b2d777b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f06709b4-887b-4635-85b2-24c5b2d777b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f06709b4-887b-4635-85b2-24c5b2d777b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f06709b4-887b-4635-85b2-24c5b2d777b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f06709b4-887b-4635-85b2-24c5b2d777b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f06709b4-887b-4635-85b2-24c5b2d777b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06709b4-887b-4635-85b2-24c5b2d777b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f06709b4-887b-4635-85b2-24c5b2d777b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f06709b4-887b-4635-85b2-24c5b2d777b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 3%;
  padding-bottom: 1%;
}


.shg-image-content-margin-container-s-f06709b4-887b-4635-85b2-24c5b2d777b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f06709b4-887b-4635-85b2-24c5b2d777b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f06709b4-887b-4635-85b2-24c5b2d777b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06709b4-887b-4635-85b2-24c5b2d777b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06709b4-887b-4635-85b2-24c5b2d777b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-071880c8-71e9-4396-8ca9-af7e724fc16d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-071880c8-71e9-4396-8ca9-af7e724fc16d {
  display: none;
}
#s-071880c8-71e9-4396-8ca9-af7e724fc16d, #wrap-s-071880c8-71e9-4396-8ca9-af7e724fc16d, #wrap-content-s-071880c8-71e9-4396-8ca9-af7e724fc16d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-071880c8-71e9-4396-8ca9-af7e724fc16d {
  display: none;
}
#s-071880c8-71e9-4396-8ca9-af7e724fc16d, #wrap-s-071880c8-71e9-4396-8ca9-af7e724fc16d, #wrap-content-s-071880c8-71e9-4396-8ca9-af7e724fc16d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-071880c8-71e9-4396-8ca9-af7e724fc16d {
  display: none;
}
#s-071880c8-71e9-4396-8ca9-af7e724fc16d, #wrap-s-071880c8-71e9-4396-8ca9-af7e724fc16d, #wrap-content-s-071880c8-71e9-4396-8ca9-af7e724fc16d { display: none !important; }}







#s-071880c8-71e9-4396-8ca9-af7e724fc16d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-071880c8-71e9-4396-8ca9-af7e724fc16d.shg-box.shg-c {
  justify-content: center;
}

#s-607ae7c7-ef42-414f-84f4-b116e640bba3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-607ae7c7-ef42-414f-84f4-b116e640bba3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-607ae7c7-ef42-414f-84f4-b116e640bba3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-607ae7c7-ef42-414f-84f4-b116e640bba3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-607ae7c7-ef42-414f-84f4-b116e640bba3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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 {
  
  
}

.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-23349f45-9eab-4a9f-b0f8-741d3fa099c6 {
  margin-left: auto;
margin-right: auto;
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-23349f45-9eab-4a9f-b0f8-741d3fa099c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-23349f45-9eab-4a9f-b0f8-741d3fa099c6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-23349f45-9eab-4a9f-b0f8-741d3fa099c6 {
  margin-top: 1%;
margin-bottom: 1%;
background-image: none;
background-color: rgba(30, 72, 90, 1);
hover-type: color;
}
#s-23349f45-9eab-4a9f-b0f8-741d3fa099c6:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-23349f45-9eab-4a9f-b0f8-741d3fa099c6-root {
    text-align: center;
  }


#s-23349f45-9eab-4a9f-b0f8-741d3fa099c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-23349f45-9eab-4a9f-b0f8-741d3fa099c6-root {
    text-align: center;
  }


#s-23349f45-9eab-4a9f-b0f8-741d3fa099c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23349f45-9eab-4a9f-b0f8-741d3fa099c6-root {
    text-align: center;
  }


#s-23349f45-9eab-4a9f-b0f8-741d3fa099c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23349f45-9eab-4a9f-b0f8-741d3fa099c6-root {
    text-align: center;
  }


#s-23349f45-9eab-4a9f-b0f8-741d3fa099c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-23349f45-9eab-4a9f-b0f8-741d3fa099c6-root {
    text-align: center;
  }


#s-23349f45-9eab-4a9f-b0f8-741d3fa099c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f58a8aaf-ad1b-4f5b-b7f7-ce5fa0058a6f {
  margin-left: auto;
margin-right: auto;
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-f58a8aaf-ad1b-4f5b-b7f7-ce5fa0058a6f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f58a8aaf-ad1b-4f5b-b7f7-ce5fa0058a6f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f58a8aaf-ad1b-4f5b-b7f7-ce5fa0058a6f {
  margin-top: 1%;
margin-bottom: 1%;
padding-left: 38px;
padding-right: 38px;
background-image: none;
background-color: rgba(30, 72, 90, 1);
hover-type: color;
}
#s-f58a8aaf-ad1b-4f5b-b7f7-ce5fa0058a6f:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-f58a8aaf-ad1b-4f5b-b7f7-ce5fa0058a6f-root {
    text-align: center;
  }


#s-f58a8aaf-ad1b-4f5b-b7f7-ce5fa0058a6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f58a8aaf-ad1b-4f5b-b7f7-ce5fa0058a6f-root {
    text-align: center;
  }


#s-f58a8aaf-ad1b-4f5b-b7f7-ce5fa0058a6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f58a8aaf-ad1b-4f5b-b7f7-ce5fa0058a6f-root {
    text-align: center;
  }


#s-f58a8aaf-ad1b-4f5b-b7f7-ce5fa0058a6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f58a8aaf-ad1b-4f5b-b7f7-ce5fa0058a6f-root {
    text-align: center;
  }


#s-f58a8aaf-ad1b-4f5b-b7f7-ce5fa0058a6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f58a8aaf-ad1b-4f5b-b7f7-ce5fa0058a6f-root {
    text-align: center;
  }


#s-f58a8aaf-ad1b-4f5b-b7f7-ce5fa0058a6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7bdbcd45-98c0-4f48-98dc-d58e6c9ffb31 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-7bdbcd45-98c0-4f48-98dc-d58e6c9ffb31 {
  display: none;
}
#s-7bdbcd45-98c0-4f48-98dc-d58e6c9ffb31, #wrap-s-7bdbcd45-98c0-4f48-98dc-d58e6c9ffb31, #wrap-content-s-7bdbcd45-98c0-4f48-98dc-d58e6c9ffb31 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bdbcd45-98c0-4f48-98dc-d58e6c9ffb31 {
  display: none;
}
#s-7bdbcd45-98c0-4f48-98dc-d58e6c9ffb31, #wrap-s-7bdbcd45-98c0-4f48-98dc-d58e6c9ffb31, #wrap-content-s-7bdbcd45-98c0-4f48-98dc-d58e6c9ffb31 { display: none !important; }}@media (max-width: 767px){#s-7bdbcd45-98c0-4f48-98dc-d58e6c9ffb31 {
  display: none;
}
#s-7bdbcd45-98c0-4f48-98dc-d58e6c9ffb31, #wrap-s-7bdbcd45-98c0-4f48-98dc-d58e6c9ffb31, #wrap-content-s-7bdbcd45-98c0-4f48-98dc-d58e6c9ffb31 { display: none !important; }}







#s-7bdbcd45-98c0-4f48-98dc-d58e6c9ffb31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7bdbcd45-98c0-4f48-98dc-d58e6c9ffb31.shg-box.shg-c {
  justify-content: center;
}

#s-1ccb76f4-f5a8-4a16-96d9-ee3dff378107 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-1ccb76f4-f5a8-4a16-96d9-ee3dff378107 {
  padding-top: 1%;
padding-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-1ccb76f4-f5a8-4a16-96d9-ee3dff378107"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-1ccb76f4-f5a8-4a16-96d9-ee3dff378107"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-1ccb76f4-f5a8-4a16-96d9-ee3dff378107"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-1ccb76f4-f5a8-4a16-96d9-ee3dff378107"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

#s-bd4d2ba8-5730-487d-bd20-58c6e133edc5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(30, 72, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bd4d2ba8-5730-487d-bd20-58c6e133edc5:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bd4d2ba8-5730-487d-bd20-58c6e133edc5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bd4d2ba8-5730-487d-bd20-58c6e133edc5-root {
    text-align: center;
  }


#s-bd4d2ba8-5730-487d-bd20-58c6e133edc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bd4d2ba8-5730-487d-bd20-58c6e133edc5-root {
    text-align: center;
  }


#s-bd4d2ba8-5730-487d-bd20-58c6e133edc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd4d2ba8-5730-487d-bd20-58c6e133edc5-root {
    text-align: center;
  }


#s-bd4d2ba8-5730-487d-bd20-58c6e133edc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd4d2ba8-5730-487d-bd20-58c6e133edc5-root {
    text-align: center;
  }


#s-bd4d2ba8-5730-487d-bd20-58c6e133edc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bd4d2ba8-5730-487d-bd20-58c6e133edc5-root {
    text-align: center;
  }


#s-bd4d2ba8-5730-487d-bd20-58c6e133edc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b5a25636-c390-43d4-837a-06282bd5276b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(30, 72, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b5a25636-c390-43d4-837a-06282bd5276b:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b5a25636-c390-43d4-837a-06282bd5276b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b5a25636-c390-43d4-837a-06282bd5276b-root {
    text-align: center;
  }


#s-b5a25636-c390-43d4-837a-06282bd5276b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b5a25636-c390-43d4-837a-06282bd5276b-root {
    text-align: center;
  }


#s-b5a25636-c390-43d4-837a-06282bd5276b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5a25636-c390-43d4-837a-06282bd5276b-root {
    text-align: center;
  }


#s-b5a25636-c390-43d4-837a-06282bd5276b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b5a25636-c390-43d4-837a-06282bd5276b-root {
    text-align: center;
  }


#s-b5a25636-c390-43d4-837a-06282bd5276b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b5a25636-c390-43d4-837a-06282bd5276b-root {
    text-align: center;
  }


#s-b5a25636-c390-43d4-837a-06282bd5276b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1d0b1fc6-b207-4280-ad2c-428860d14159 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-1d0b1fc6-b207-4280-ad2c-428860d14159 {
  display: none;
}
#s-1d0b1fc6-b207-4280-ad2c-428860d14159, #wrap-s-1d0b1fc6-b207-4280-ad2c-428860d14159, #wrap-content-s-1d0b1fc6-b207-4280-ad2c-428860d14159 { display: none !important; }}







#s-1d0b1fc6-b207-4280-ad2c-428860d14159 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d0b1fc6-b207-4280-ad2c-428860d14159.shg-box.shg-c {
  justify-content: center;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
text-align: center;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0a98545-a936-4cda-b0dc-ec18e4e3061c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 1%;
  margin-bottom: 1%;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a0a98545-a936-4cda-b0dc-ec18e4e3061c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a0a98545-a936-4cda-b0dc-ec18e4e3061c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0a98545-a936-4cda-b0dc-ec18e4e3061c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0a98545-a936-4cda-b0dc-ec18e4e3061c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0a98545-a936-4cda-b0dc-ec18e4e3061c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 1%;
  padding-right: 1%;
  
  
}


.shg-image-content-margin-container-s-a0a98545-a936-4cda-b0dc-ec18e4e3061c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a0a98545-a936-4cda-b0dc-ec18e4e3061c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0a98545-a936-4cda-b0dc-ec18e4e3061c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0a98545-a936-4cda-b0dc-ec18e4e3061c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0a98545-a936-4cda-b0dc-ec18e4e3061c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a0a98545-a936-4cda-b0dc-ec18e4e3061c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a0a98545-a936-4cda-b0dc-ec18e4e3061c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0a98545-a936-4cda-b0dc-ec18e4e3061c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0a98545-a936-4cda-b0dc-ec18e4e3061c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0a98545-a936-4cda-b0dc-ec18e4e3061c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a0a98545-a936-4cda-b0dc-ec18e4e3061c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a0a98545-a936-4cda-b0dc-ec18e4e3061c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0a98545-a936-4cda-b0dc-ec18e4e3061c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0a98545-a936-4cda-b0dc-ec18e4e3061c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0a98545-a936-4cda-b0dc-ec18e4e3061c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a0a98545-a936-4cda-b0dc-ec18e4e3061c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a0a98545-a936-4cda-b0dc-ec18e4e3061c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0a98545-a936-4cda-b0dc-ec18e4e3061c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0a98545-a936-4cda-b0dc-ec18e4e3061c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0a98545-a936-4cda-b0dc-ec18e4e3061c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-811fa4a2-c302-4ee3-935f-f219fa47e2eb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-811fa4a2-c302-4ee3-935f-f219fa47e2eb {
  display: none;
}
#s-811fa4a2-c302-4ee3-935f-f219fa47e2eb, #wrap-s-811fa4a2-c302-4ee3-935f-f219fa47e2eb, #wrap-content-s-811fa4a2-c302-4ee3-935f-f219fa47e2eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-811fa4a2-c302-4ee3-935f-f219fa47e2eb {
  display: none;
}
#s-811fa4a2-c302-4ee3-935f-f219fa47e2eb, #wrap-s-811fa4a2-c302-4ee3-935f-f219fa47e2eb, #wrap-content-s-811fa4a2-c302-4ee3-935f-f219fa47e2eb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-811fa4a2-c302-4ee3-935f-f219fa47e2eb {
  display: none;
}
#s-811fa4a2-c302-4ee3-935f-f219fa47e2eb, #wrap-s-811fa4a2-c302-4ee3-935f-f219fa47e2eb, #wrap-content-s-811fa4a2-c302-4ee3-935f-f219fa47e2eb { display: none !important; }}







#s-811fa4a2-c302-4ee3-935f-f219fa47e2eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-811fa4a2-c302-4ee3-935f-f219fa47e2eb.shg-box.shg-c {
  justify-content: center;
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  display: none;
}
#s-491d9f33-2d5b-4556-b7ed-58f522103cac, #wrap-s-491d9f33-2d5b-4556-b7ed-58f522103cac, #wrap-content-s-491d9f33-2d5b-4556-b7ed-58f522103cac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  display: none;
}
#s-491d9f33-2d5b-4556-b7ed-58f522103cac, #wrap-s-491d9f33-2d5b-4556-b7ed-58f522103cac, #wrap-content-s-491d9f33-2d5b-4556-b7ed-58f522103cac { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  display: none;
}
#s-491d9f33-2d5b-4556-b7ed-58f522103cac, #wrap-s-491d9f33-2d5b-4556-b7ed-58f522103cac, #wrap-content-s-491d9f33-2d5b-4556-b7ed-58f522103cac { display: none !important; }}
#s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-491d9f33-2d5b-4556-b7ed-58f522103cac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-491d9f33-2d5b-4556-b7ed-58f522103cac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-491d9f33-2d5b-4556-b7ed-58f522103cac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-491d9f33-2d5b-4556-b7ed-58f522103cac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-491d9f33-2d5b-4556-b7ed-58f522103cac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-491d9f33-2d5b-4556-b7ed-58f522103cac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-491d9f33-2d5b-4556-b7ed-58f522103cac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-491d9f33-2d5b-4556-b7ed-58f522103cac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-491d9f33-2d5b-4556-b7ed-58f522103cac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-491d9f33-2d5b-4556-b7ed-58f522103cac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-491d9f33-2d5b-4556-b7ed-58f522103cac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-491d9f33-2d5b-4556-b7ed-58f522103cac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 1%;
  
  padding-top: 2%;
  
}


.shg-image-content-margin-container-s-491d9f33-2d5b-4556-b7ed-58f522103cac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-491d9f33-2d5b-4556-b7ed-58f522103cac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-491d9f33-2d5b-4556-b7ed-58f522103cac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-491d9f33-2d5b-4556-b7ed-58f522103cac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-491d9f33-2d5b-4556-b7ed-58f522103cac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e84da85b-9702-42ee-8cf2-6935c974269f {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}
@media (min-width: 1200px){#s-e84da85b-9702-42ee-8cf2-6935c974269f {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  display: none;
}
#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677, #wrap-s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677, #wrap-content-s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 { display: none !important; }}@media (max-width: 767px){#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  display: none;
}
#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677, #wrap-s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677, #wrap-content-s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 { display: none !important; }}
#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 2%;
}


.shg-image-content-margin-container-s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 1%;
  padding-right: 1%;
  
  
}


.shg-image-content-margin-container-s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab1c6dc1-4bae-4e72-9a2e-7ccfea3ae677.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6b26ee52-14ca-42d0-8589-7e5f2f320fd2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b26ee52-14ca-42d0-8589-7e5f2f320fd2 {
  display: none;
}
#s-6b26ee52-14ca-42d0-8589-7e5f2f320fd2, #wrap-s-6b26ee52-14ca-42d0-8589-7e5f2f320fd2, #wrap-content-s-6b26ee52-14ca-42d0-8589-7e5f2f320fd2 { display: none !important; }}@media (max-width: 767px){#s-6b26ee52-14ca-42d0-8589-7e5f2f320fd2 {
  display: none;
}
#s-6b26ee52-14ca-42d0-8589-7e5f2f320fd2, #wrap-s-6b26ee52-14ca-42d0-8589-7e5f2f320fd2, #wrap-content-s-6b26ee52-14ca-42d0-8589-7e5f2f320fd2 { display: none !important; }}







#s-6b26ee52-14ca-42d0-8589-7e5f2f320fd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b26ee52-14ca-42d0-8589-7e5f2f320fd2.shg-box.shg-c {
  justify-content: center;
}

#s-a3b5f8ed-6bf4-48c0-920b-1ad38418be95 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-a3b5f8ed-6bf4-48c0-920b-1ad38418be95 {
  padding-top: 1%;
padding-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-a3b5f8ed-6bf4-48c0-920b-1ad38418be95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3b5f8ed-6bf4-48c0-920b-1ad38418be95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.5px);
}

}

@media (min-width: 992px) {
[id="s-a3b5f8ed-6bf4-48c0-920b-1ad38418be95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.5px);
}

}

@media (min-width: 1200px) {
[id="s-a3b5f8ed-6bf4-48c0-920b-1ad38418be95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.5px);
}

}

#s-8efc22ec-2260-435e-9578-d5608d8f5008 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTMwODBkNGUtMmFlYi00NzE0LTlkMzMtZTEyYTZhNmRjY2ViIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2NjY2NjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlMzA4MGQ0ZS0yYWViLTQ3MTQtOWQzMy1lMTJhNmE2ZGNjZWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 13%;
padding-bottom: 10px;
padding-right: 13%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(30, 72, 90, 1);
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cccccc"}];
hover-type: gradient;
color: rgba(30, 72, 90, 1);
}
#s-8efc22ec-2260-435e-9578-d5608d8f5008:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8efc22ec-2260-435e-9578-d5608d8f5008:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8efc22ec-2260-435e-9578-d5608d8f5008 {
  color: rgba(255, 255, 255, 1);
}
}

  #s-8efc22ec-2260-435e-9578-d5608d8f5008-root {
    text-align: center;
  }


#s-8efc22ec-2260-435e-9578-d5608d8f5008.shg-btn {
  color: rgba(30, 72, 90, 1);
  font-size: 14px;
  
  
  font-family: Farro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8efc22ec-2260-435e-9578-d5608d8f5008-root {
    text-align: center;
  }


#s-8efc22ec-2260-435e-9578-d5608d8f5008.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Farro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8efc22ec-2260-435e-9578-d5608d8f5008-root {
    text-align: center;
  }


#s-8efc22ec-2260-435e-9578-d5608d8f5008.shg-btn {
  color: rgba(30, 72, 90, 1);
  font-size: 14px;
  
  
  font-family: Farro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8efc22ec-2260-435e-9578-d5608d8f5008-root {
    text-align: center;
  }


#s-8efc22ec-2260-435e-9578-d5608d8f5008.shg-btn {
  color: rgba(30, 72, 90, 1);
  font-size: 14px;
  
  
  font-family: Farro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8efc22ec-2260-435e-9578-d5608d8f5008-root {
    text-align: center;
  }


#s-8efc22ec-2260-435e-9578-d5608d8f5008.shg-btn {
  color: rgba(30, 72, 90, 1);
  font-size: 14px;
  
  
  font-family: Farro;
  display:  inline-block ;
}
}
#s-28a19632-800e-4f2e-8b68-3ca617dec1d6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzkyNjUxYmMtOTNjYi00ZTQ0LWE0NGYtYjJiMjg1MzM2NjQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2NjY2NjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzOTI2NTFiYy05M2NiLTRlNDQtYTQ0Zi1iMmIyODUzMzY2NDkpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 13%;
padding-bottom: 10px;
padding-right: 13%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(30, 72, 90, 1);
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cccccc"}];
hover-type: gradient;
color: rgba(30, 72, 90, 1);
}
#s-28a19632-800e-4f2e-8b68-3ca617dec1d6:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-28a19632-800e-4f2e-8b68-3ca617dec1d6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-28a19632-800e-4f2e-8b68-3ca617dec1d6 {
  color: rgba(255, 255, 255, 1);
}
}

  #s-28a19632-800e-4f2e-8b68-3ca617dec1d6-root {
    text-align: center;
  }


#s-28a19632-800e-4f2e-8b68-3ca617dec1d6.shg-btn {
  color: rgba(30, 72, 90, 1);
  font-size: 14px;
  
  
  font-family: Farro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-28a19632-800e-4f2e-8b68-3ca617dec1d6-root {
    text-align: center;
  }


#s-28a19632-800e-4f2e-8b68-3ca617dec1d6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Farro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28a19632-800e-4f2e-8b68-3ca617dec1d6-root {
    text-align: center;
  }


#s-28a19632-800e-4f2e-8b68-3ca617dec1d6.shg-btn {
  color: rgba(30, 72, 90, 1);
  font-size: 14px;
  
  
  font-family: Farro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28a19632-800e-4f2e-8b68-3ca617dec1d6-root {
    text-align: center;
  }


#s-28a19632-800e-4f2e-8b68-3ca617dec1d6.shg-btn {
  color: rgba(30, 72, 90, 1);
  font-size: 14px;
  
  
  font-family: Farro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-28a19632-800e-4f2e-8b68-3ca617dec1d6-root {
    text-align: center;
  }


#s-28a19632-800e-4f2e-8b68-3ca617dec1d6.shg-btn {
  color: rgba(30, 72, 90, 1);
  font-size: 14px;
  
  
  font-family: Farro;
  display:  inline-block ;
}
}
#s-01541ce8-69a4-49de-bcdd-d030a30c33c8 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
min-height: 200px;
}
@media (min-width: 1200px){#s-01541ce8-69a4-49de-bcdd-d030a30c33c8 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01541ce8-69a4-49de-bcdd-d030a30c33c8 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-01541ce8-69a4-49de-bcdd-d030a30c33c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01541ce8-69a4-49de-bcdd-d030a30c33c8.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-17f0eca6-ae99-4274-8a53-0abfa3b833ca {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17f0eca6-ae99-4274-8a53-0abfa3b833ca .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  
  
  
  
}



#s-5fd80612-3c40-4902-9059-539cb7b314a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-prev,
#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-next {
  
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-prev svg,
#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-prev,
#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-next {
  
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-prev svg,
#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (min-width: 992px) and (max-width: 1199px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-prev,
#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-next {
  
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-prev svg,
#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (min-width: 768px) and (max-width: 991px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-prev,
#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-next {
  
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-prev svg,
#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-prev,
#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-next {
  
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-prev svg,
#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-5fd80612-3c40-4902-9059-539cb7b314a1 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e:hover {box-shadow:3px 3px 3px 1px rgba(197, 174, 140, 1) !important;}
#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e {
  margin: 0 !important;
  overflow: visible;
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e img.shogun-image {
  /* Add background color handling */
  
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e.shogun-image {
  box-sizing: border-box;
}



.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e img.shogun-image {
  
}


@media (min-width: 1200px){#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e {
  margin: 0 !important;
  overflow: visible;
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e img.shogun-image {
  /* Add background color handling */
  
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e.shogun-image {
  box-sizing: border-box;
}



.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e {
  margin: 0 !important;
  overflow: visible;
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e img.shogun-image {
  /* Add background color handling */
  
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e.shogun-image {
  box-sizing: border-box;
}



.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e {
  margin: 0 !important;
  overflow: visible;
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e img.shogun-image {
  /* Add background color handling */
  
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e.shogun-image {
  box-sizing: border-box;
}



.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e img.shogun-image {
  
}


}@media (max-width: 767px){#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e {
  margin: 0 !important;
  overflow: visible;
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e img.shogun-image {
  /* Add background color handling */
  
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e.shogun-image {
  box-sizing: border-box;
}



.s-c9541d9d-78c2-4f5b-9c75-7aa32097b24e img.shogun-image {
  
}


}
#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41:hover {box-shadow:3px 3px 3px 1px rgba(197, 174, 140, 1) !important;}
#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 {
  margin: 0 !important;
  overflow: visible;
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 img.shogun-image {
  /* Add background color handling */
  
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41.shogun-image {
  box-sizing: border-box;
}



.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 img.shogun-image {
  
}


@media (min-width: 1200px){#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 {
  margin: 0 !important;
  overflow: visible;
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 img.shogun-image {
  /* Add background color handling */
  
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41.shogun-image {
  box-sizing: border-box;
}



.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 {
  margin: 0 !important;
  overflow: visible;
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 img.shogun-image {
  /* Add background color handling */
  
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41.shogun-image {
  box-sizing: border-box;
}



.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 {
  margin: 0 !important;
  overflow: visible;
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 img.shogun-image {
  /* Add background color handling */
  
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41.shogun-image {
  box-sizing: border-box;
}



.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 img.shogun-image {
  
}


}@media (max-width: 767px){#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 {
  margin: 0 !important;
  overflow: visible;
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 img.shogun-image {
  /* Add background color handling */
  
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41.shogun-image {
  box-sizing: border-box;
}



.s-490e5e97-95e7-4d2b-bbf2-cbcac4d1ee41 img.shogun-image {
  
}


}
#s-fa290a5a-a736-49e0-b574-08ee35f886af {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
#s-fa290a5a-a736-49e0-b574-08ee35f886af:hover {box-shadow:3px 3px 3px 1px rgba(197, 174, 140, 1) !important;}
#s-fa290a5a-a736-49e0-b574-08ee35f886af {
  margin: 0 !important;
  overflow: visible;
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa290a5a-a736-49e0-b574-08ee35f886af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa290a5a-a736-49e0-b574-08ee35f886af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af img.shogun-image {
  /* Add background color handling */
  
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa290a5a-a736-49e0-b574-08ee35f886af .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa290a5a-a736-49e0-b574-08ee35f886af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa290a5a-a736-49e0-b574-08ee35f886af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af.shogun-image {
  box-sizing: border-box;
}



.s-fa290a5a-a736-49e0-b574-08ee35f886af img.shogun-image {
  
}


@media (min-width: 1200px){#s-fa290a5a-a736-49e0-b574-08ee35f886af {
  margin: 0 !important;
  overflow: visible;
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa290a5a-a736-49e0-b574-08ee35f886af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa290a5a-a736-49e0-b574-08ee35f886af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af img.shogun-image {
  /* Add background color handling */
  
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa290a5a-a736-49e0-b574-08ee35f886af .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa290a5a-a736-49e0-b574-08ee35f886af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa290a5a-a736-49e0-b574-08ee35f886af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af.shogun-image {
  box-sizing: border-box;
}



.s-fa290a5a-a736-49e0-b574-08ee35f886af img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fa290a5a-a736-49e0-b574-08ee35f886af {
  margin: 0 !important;
  overflow: visible;
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa290a5a-a736-49e0-b574-08ee35f886af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa290a5a-a736-49e0-b574-08ee35f886af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af img.shogun-image {
  /* Add background color handling */
  
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa290a5a-a736-49e0-b574-08ee35f886af .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa290a5a-a736-49e0-b574-08ee35f886af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa290a5a-a736-49e0-b574-08ee35f886af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af.shogun-image {
  box-sizing: border-box;
}



.s-fa290a5a-a736-49e0-b574-08ee35f886af img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fa290a5a-a736-49e0-b574-08ee35f886af {
  margin: 0 !important;
  overflow: visible;
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa290a5a-a736-49e0-b574-08ee35f886af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa290a5a-a736-49e0-b574-08ee35f886af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af img.shogun-image {
  /* Add background color handling */
  
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa290a5a-a736-49e0-b574-08ee35f886af .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa290a5a-a736-49e0-b574-08ee35f886af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa290a5a-a736-49e0-b574-08ee35f886af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af.shogun-image {
  box-sizing: border-box;
}



.s-fa290a5a-a736-49e0-b574-08ee35f886af img.shogun-image {
  
}


}@media (max-width: 767px){#s-fa290a5a-a736-49e0-b574-08ee35f886af {
  margin: 0 !important;
  overflow: visible;
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa290a5a-a736-49e0-b574-08ee35f886af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa290a5a-a736-49e0-b574-08ee35f886af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af img.shogun-image {
  /* Add background color handling */
  
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa290a5a-a736-49e0-b574-08ee35f886af .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa290a5a-a736-49e0-b574-08ee35f886af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa290a5a-a736-49e0-b574-08ee35f886af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa290a5a-a736-49e0-b574-08ee35f886af.shogun-image {
  box-sizing: border-box;
}



.s-fa290a5a-a736-49e0-b574-08ee35f886af img.shogun-image {
  
}


}
#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b:hover {box-shadow:3px 3px 3px 1px rgba(197, 174, 140, 1) !important;}
#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b {
  margin: 0 !important;
  overflow: visible;
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b img.shogun-image {
  /* Add background color handling */
  
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b.shogun-image {
  box-sizing: border-box;
}



.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b img.shogun-image {
  
}


@media (min-width: 1200px){#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b {
  margin: 0 !important;
  overflow: visible;
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b img.shogun-image {
  /* Add background color handling */
  
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b.shogun-image {
  box-sizing: border-box;
}



.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b {
  margin: 0 !important;
  overflow: visible;
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b img.shogun-image {
  /* Add background color handling */
  
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b.shogun-image {
  box-sizing: border-box;
}



.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b {
  margin: 0 !important;
  overflow: visible;
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b img.shogun-image {
  /* Add background color handling */
  
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b.shogun-image {
  box-sizing: border-box;
}



.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b img.shogun-image {
  
}


}@media (max-width: 767px){#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b {
  margin: 0 !important;
  overflow: visible;
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b img.shogun-image {
  /* Add background color handling */
  
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b.shogun-image {
  box-sizing: border-box;
}



.s-8afae4ee-3174-4dcc-af4f-97c9ecb66b6b img.shogun-image {
  
}


}
#s-3b92de57-c87b-475e-b3b9-f63a787705d3 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
#s-3b92de57-c87b-475e-b3b9-f63a787705d3:hover {box-shadow:3px 3px 3px 1px rgba(197, 174, 140, 1) !important;}
#s-3b92de57-c87b-475e-b3b9-f63a787705d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b92de57-c87b-475e-b3b9-f63a787705d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b92de57-c87b-475e-b3b9-f63a787705d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3b92de57-c87b-475e-b3b9-f63a787705d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b92de57-c87b-475e-b3b9-f63a787705d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b92de57-c87b-475e-b3b9-f63a787705d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3.shogun-image {
  box-sizing: border-box;
}



.s-3b92de57-c87b-475e-b3b9-f63a787705d3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3b92de57-c87b-475e-b3b9-f63a787705d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b92de57-c87b-475e-b3b9-f63a787705d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b92de57-c87b-475e-b3b9-f63a787705d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3b92de57-c87b-475e-b3b9-f63a787705d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b92de57-c87b-475e-b3b9-f63a787705d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b92de57-c87b-475e-b3b9-f63a787705d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3.shogun-image {
  box-sizing: border-box;
}



.s-3b92de57-c87b-475e-b3b9-f63a787705d3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3b92de57-c87b-475e-b3b9-f63a787705d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b92de57-c87b-475e-b3b9-f63a787705d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b92de57-c87b-475e-b3b9-f63a787705d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3b92de57-c87b-475e-b3b9-f63a787705d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b92de57-c87b-475e-b3b9-f63a787705d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b92de57-c87b-475e-b3b9-f63a787705d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3.shogun-image {
  box-sizing: border-box;
}



.s-3b92de57-c87b-475e-b3b9-f63a787705d3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3b92de57-c87b-475e-b3b9-f63a787705d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b92de57-c87b-475e-b3b9-f63a787705d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b92de57-c87b-475e-b3b9-f63a787705d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3b92de57-c87b-475e-b3b9-f63a787705d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b92de57-c87b-475e-b3b9-f63a787705d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b92de57-c87b-475e-b3b9-f63a787705d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3.shogun-image {
  box-sizing: border-box;
}



.s-3b92de57-c87b-475e-b3b9-f63a787705d3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3b92de57-c87b-475e-b3b9-f63a787705d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b92de57-c87b-475e-b3b9-f63a787705d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b92de57-c87b-475e-b3b9-f63a787705d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3b92de57-c87b-475e-b3b9-f63a787705d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b92de57-c87b-475e-b3b9-f63a787705d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b92de57-c87b-475e-b3b9-f63a787705d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b92de57-c87b-475e-b3b9-f63a787705d3.shogun-image {
  box-sizing: border-box;
}



.s-3b92de57-c87b-475e-b3b9-f63a787705d3 img.shogun-image {
  
}


}
#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e:hover {box-shadow:3px 3px 3px 1px rgba(197, 174, 140, 1) !important;}
#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e {
  margin: 0 !important;
  overflow: visible;
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e img.shogun-image {
  /* Add background color handling */
  
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e.shogun-image {
  box-sizing: border-box;
}



.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e img.shogun-image {
  
}


@media (min-width: 1200px){#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e {
  margin: 0 !important;
  overflow: visible;
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e img.shogun-image {
  /* Add background color handling */
  
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e.shogun-image {
  box-sizing: border-box;
}



.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e {
  margin: 0 !important;
  overflow: visible;
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e img.shogun-image {
  /* Add background color handling */
  
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e.shogun-image {
  box-sizing: border-box;
}



.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e {
  margin: 0 !important;
  overflow: visible;
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e img.shogun-image {
  /* Add background color handling */
  
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e.shogun-image {
  box-sizing: border-box;
}



.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e img.shogun-image {
  
}


}@media (max-width: 767px){#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e {
  margin: 0 !important;
  overflow: visible;
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e img.shogun-image {
  /* Add background color handling */
  
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e.shogun-image {
  box-sizing: border-box;
}



.s-e8759c0e-b690-497c-bf8a-6bf5c4ec987e img.shogun-image {
  
}


}
#s-79996f82-fd89-4bef-9680-5a483e961b93 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
#s-79996f82-fd89-4bef-9680-5a483e961b93:hover {box-shadow:3px 3px 3px 1px rgba(197, 174, 140, 1) !important;}
#s-79996f82-fd89-4bef-9680-5a483e961b93 {
  margin: 0 !important;
  overflow: visible;
}

#s-79996f82-fd89-4bef-9680-5a483e961b93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79996f82-fd89-4bef-9680-5a483e961b93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79996f82-fd89-4bef-9680-5a483e961b93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79996f82-fd89-4bef-9680-5a483e961b93 img.shogun-image {
  /* Add background color handling */
  
}

#s-79996f82-fd89-4bef-9680-5a483e961b93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79996f82-fd89-4bef-9680-5a483e961b93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79996f82-fd89-4bef-9680-5a483e961b93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79996f82-fd89-4bef-9680-5a483e961b93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79996f82-fd89-4bef-9680-5a483e961b93.shogun-image {
  box-sizing: border-box;
}



.s-79996f82-fd89-4bef-9680-5a483e961b93 img.shogun-image {
  
}


@media (min-width: 1200px){#s-79996f82-fd89-4bef-9680-5a483e961b93 {
  margin: 0 !important;
  overflow: visible;
}

#s-79996f82-fd89-4bef-9680-5a483e961b93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79996f82-fd89-4bef-9680-5a483e961b93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79996f82-fd89-4bef-9680-5a483e961b93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79996f82-fd89-4bef-9680-5a483e961b93 img.shogun-image {
  /* Add background color handling */
  
}

#s-79996f82-fd89-4bef-9680-5a483e961b93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79996f82-fd89-4bef-9680-5a483e961b93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79996f82-fd89-4bef-9680-5a483e961b93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79996f82-fd89-4bef-9680-5a483e961b93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79996f82-fd89-4bef-9680-5a483e961b93.shogun-image {
  box-sizing: border-box;
}



.s-79996f82-fd89-4bef-9680-5a483e961b93 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-79996f82-fd89-4bef-9680-5a483e961b93 {
  margin: 0 !important;
  overflow: visible;
}

#s-79996f82-fd89-4bef-9680-5a483e961b93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79996f82-fd89-4bef-9680-5a483e961b93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79996f82-fd89-4bef-9680-5a483e961b93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79996f82-fd89-4bef-9680-5a483e961b93 img.shogun-image {
  /* Add background color handling */
  
}

#s-79996f82-fd89-4bef-9680-5a483e961b93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79996f82-fd89-4bef-9680-5a483e961b93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79996f82-fd89-4bef-9680-5a483e961b93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79996f82-fd89-4bef-9680-5a483e961b93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79996f82-fd89-4bef-9680-5a483e961b93.shogun-image {
  box-sizing: border-box;
}



.s-79996f82-fd89-4bef-9680-5a483e961b93 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-79996f82-fd89-4bef-9680-5a483e961b93 {
  margin: 0 !important;
  overflow: visible;
}

#s-79996f82-fd89-4bef-9680-5a483e961b93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79996f82-fd89-4bef-9680-5a483e961b93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79996f82-fd89-4bef-9680-5a483e961b93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79996f82-fd89-4bef-9680-5a483e961b93 img.shogun-image {
  /* Add background color handling */
  
}

#s-79996f82-fd89-4bef-9680-5a483e961b93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79996f82-fd89-4bef-9680-5a483e961b93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79996f82-fd89-4bef-9680-5a483e961b93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79996f82-fd89-4bef-9680-5a483e961b93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79996f82-fd89-4bef-9680-5a483e961b93.shogun-image {
  box-sizing: border-box;
}



.s-79996f82-fd89-4bef-9680-5a483e961b93 img.shogun-image {
  
}


}@media (max-width: 767px){#s-79996f82-fd89-4bef-9680-5a483e961b93 {
  margin: 0 !important;
  overflow: visible;
}

#s-79996f82-fd89-4bef-9680-5a483e961b93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79996f82-fd89-4bef-9680-5a483e961b93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79996f82-fd89-4bef-9680-5a483e961b93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79996f82-fd89-4bef-9680-5a483e961b93 img.shogun-image {
  /* Add background color handling */
  
}

#s-79996f82-fd89-4bef-9680-5a483e961b93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79996f82-fd89-4bef-9680-5a483e961b93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79996f82-fd89-4bef-9680-5a483e961b93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79996f82-fd89-4bef-9680-5a483e961b93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79996f82-fd89-4bef-9680-5a483e961b93.shogun-image {
  box-sizing: border-box;
}



.s-79996f82-fd89-4bef-9680-5a483e961b93 img.shogun-image {
  
}


}
#s-66c50837-c796-4cb9-b181-460ae29bfa71 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
#s-66c50837-c796-4cb9-b181-460ae29bfa71:hover {box-shadow:3px 3px 3px 1px rgba(197, 174, 140, 1) !important;}
#s-66c50837-c796-4cb9-b181-460ae29bfa71 {
  margin: 0 !important;
  overflow: visible;
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66c50837-c796-4cb9-b181-460ae29bfa71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66c50837-c796-4cb9-b181-460ae29bfa71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71 img.shogun-image {
  /* Add background color handling */
  
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-66c50837-c796-4cb9-b181-460ae29bfa71 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66c50837-c796-4cb9-b181-460ae29bfa71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66c50837-c796-4cb9-b181-460ae29bfa71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71.shogun-image {
  box-sizing: border-box;
}



.s-66c50837-c796-4cb9-b181-460ae29bfa71 img.shogun-image {
  
}


@media (min-width: 1200px){#s-66c50837-c796-4cb9-b181-460ae29bfa71 {
  margin: 0 !important;
  overflow: visible;
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66c50837-c796-4cb9-b181-460ae29bfa71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66c50837-c796-4cb9-b181-460ae29bfa71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71 img.shogun-image {
  /* Add background color handling */
  
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-66c50837-c796-4cb9-b181-460ae29bfa71 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66c50837-c796-4cb9-b181-460ae29bfa71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66c50837-c796-4cb9-b181-460ae29bfa71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71.shogun-image {
  box-sizing: border-box;
}



.s-66c50837-c796-4cb9-b181-460ae29bfa71 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-66c50837-c796-4cb9-b181-460ae29bfa71 {
  margin: 0 !important;
  overflow: visible;
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66c50837-c796-4cb9-b181-460ae29bfa71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66c50837-c796-4cb9-b181-460ae29bfa71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71 img.shogun-image {
  /* Add background color handling */
  
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-66c50837-c796-4cb9-b181-460ae29bfa71 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66c50837-c796-4cb9-b181-460ae29bfa71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66c50837-c796-4cb9-b181-460ae29bfa71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71.shogun-image {
  box-sizing: border-box;
}



.s-66c50837-c796-4cb9-b181-460ae29bfa71 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-66c50837-c796-4cb9-b181-460ae29bfa71 {
  margin: 0 !important;
  overflow: visible;
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66c50837-c796-4cb9-b181-460ae29bfa71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66c50837-c796-4cb9-b181-460ae29bfa71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71 img.shogun-image {
  /* Add background color handling */
  
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-66c50837-c796-4cb9-b181-460ae29bfa71 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66c50837-c796-4cb9-b181-460ae29bfa71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66c50837-c796-4cb9-b181-460ae29bfa71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71.shogun-image {
  box-sizing: border-box;
}



.s-66c50837-c796-4cb9-b181-460ae29bfa71 img.shogun-image {
  
}


}@media (max-width: 767px){#s-66c50837-c796-4cb9-b181-460ae29bfa71 {
  margin: 0 !important;
  overflow: visible;
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66c50837-c796-4cb9-b181-460ae29bfa71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66c50837-c796-4cb9-b181-460ae29bfa71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71 img.shogun-image {
  /* Add background color handling */
  
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-66c50837-c796-4cb9-b181-460ae29bfa71 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66c50837-c796-4cb9-b181-460ae29bfa71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66c50837-c796-4cb9-b181-460ae29bfa71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66c50837-c796-4cb9-b181-460ae29bfa71.shogun-image {
  box-sizing: border-box;
}



.s-66c50837-c796-4cb9-b181-460ae29bfa71 img.shogun-image {
  
}


}
#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328:hover {box-shadow:3px 3px 3px 1px rgba(197, 174, 140, 1) !important;}
#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328.shogun-image {
  box-sizing: border-box;
}



.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328.shogun-image {
  box-sizing: border-box;
}



.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328.shogun-image {
  box-sizing: border-box;
}



.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328.shogun-image {
  box-sizing: border-box;
}



.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c65f20-d920-495a-ae58-2c9c9a0d8328.shogun-image {
  box-sizing: border-box;
}



.s-a1c65f20-d920-495a-ae58-2c9c9a0d8328 img.shogun-image {
  
}


}
#s-049a87c7-bd89-4ba7-81de-e81c8ecf5d28 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}
@media (min-width: 1200px){#s-049a87c7-bd89-4ba7-81de-e81c8ecf5d28 {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-7285514d-8dd1-4d32-9d47-7f4425dfe5ff {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-7285514d-8dd1-4d32-9d47-7f4425dfe5ff {
  background-color: rgba(244, 244, 244, 1);
}
}







#s-7285514d-8dd1-4d32-9d47-7f4425dfe5ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7285514d-8dd1-4d32-9d47-7f4425dfe5ff.shg-box.shg-c {
  justify-content: center;
}

#s-a629763d-acf8-4ba8-96f6-3857d2d09805 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a629763d-acf8-4ba8-96f6-3857d2d09805 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  
  
  
  
}



#s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}
@media (min-width: 1200px){#s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff {
  padding-left: 5%;
padding-right: 5%;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-prev,
#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-next {
  
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-prev svg,
#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-prev,
#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-next {
  
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-prev svg,
#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (min-width: 992px) and (max-width: 1199px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-prev,
#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-next {
  
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-prev svg,
#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (min-width: 768px) and (max-width: 991px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-prev,
#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-next {
  
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-prev svg,
#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-prev,
#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-next {
  
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-prev svg,
#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0afce4d7-8bbd-4e0c-86fc-5d84b91994ff .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-cadf0633-4e5b-4438-9998-7f56f9176dab {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab {
  margin: 0 !important;
  overflow: visible;
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cadf0633-4e5b-4438-9998-7f56f9176dab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cadf0633-4e5b-4438-9998-7f56f9176dab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
  /* Add background color handling */
  
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cadf0633-4e5b-4438-9998-7f56f9176dab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cadf0633-4e5b-4438-9998-7f56f9176dab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cadf0633-4e5b-4438-9998-7f56f9176dab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cadf0633-4e5b-4438-9998-7f56f9176dab .shogun-image-content {
  
    justify-content: center;
  
}

.s-cadf0633-4e5b-4438-9998-7f56f9176dab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image {
  box-sizing: border-box;
}



.s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cadf0633-4e5b-4438-9998-7f56f9176dab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container {
      position: relative;
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-cadf0633-4e5b-4438-9998-7f56f9176dab {
  margin: 0 !important;
  overflow: visible;
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cadf0633-4e5b-4438-9998-7f56f9176dab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cadf0633-4e5b-4438-9998-7f56f9176dab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
  /* Add background color handling */
  
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cadf0633-4e5b-4438-9998-7f56f9176dab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cadf0633-4e5b-4438-9998-7f56f9176dab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cadf0633-4e5b-4438-9998-7f56f9176dab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cadf0633-4e5b-4438-9998-7f56f9176dab .shogun-image-content {
  
    justify-content: center;
  
}

.s-cadf0633-4e5b-4438-9998-7f56f9176dab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image {
  box-sizing: border-box;
}



.s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cadf0633-4e5b-4438-9998-7f56f9176dab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container {
      position: relative;
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cadf0633-4e5b-4438-9998-7f56f9176dab {
  margin: 0 !important;
  overflow: visible;
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cadf0633-4e5b-4438-9998-7f56f9176dab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cadf0633-4e5b-4438-9998-7f56f9176dab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
  /* Add background color handling */
  
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cadf0633-4e5b-4438-9998-7f56f9176dab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cadf0633-4e5b-4438-9998-7f56f9176dab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cadf0633-4e5b-4438-9998-7f56f9176dab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cadf0633-4e5b-4438-9998-7f56f9176dab .shogun-image-content {
  
    justify-content: center;
  
}

.s-cadf0633-4e5b-4438-9998-7f56f9176dab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image {
  box-sizing: border-box;
}



.s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cadf0633-4e5b-4438-9998-7f56f9176dab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container {
      position: relative;
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cadf0633-4e5b-4438-9998-7f56f9176dab {
  margin: 0 !important;
  overflow: visible;
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cadf0633-4e5b-4438-9998-7f56f9176dab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cadf0633-4e5b-4438-9998-7f56f9176dab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
  /* Add background color handling */
  
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cadf0633-4e5b-4438-9998-7f56f9176dab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cadf0633-4e5b-4438-9998-7f56f9176dab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cadf0633-4e5b-4438-9998-7f56f9176dab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cadf0633-4e5b-4438-9998-7f56f9176dab .shogun-image-content {
  
    justify-content: center;
  
}

.s-cadf0633-4e5b-4438-9998-7f56f9176dab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image {
  box-sizing: border-box;
}



.s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cadf0633-4e5b-4438-9998-7f56f9176dab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container {
      position: relative;
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-cadf0633-4e5b-4438-9998-7f56f9176dab {
  margin: 0 !important;
  overflow: visible;
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cadf0633-4e5b-4438-9998-7f56f9176dab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cadf0633-4e5b-4438-9998-7f56f9176dab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
  /* Add background color handling */
  
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cadf0633-4e5b-4438-9998-7f56f9176dab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cadf0633-4e5b-4438-9998-7f56f9176dab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cadf0633-4e5b-4438-9998-7f56f9176dab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cadf0633-4e5b-4438-9998-7f56f9176dab .shogun-image-content {
  
    justify-content: center;
  
}

.s-cadf0633-4e5b-4438-9998-7f56f9176dab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image {
  box-sizing: border-box;
}



.s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cadf0633-4e5b-4438-9998-7f56f9176dab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container {
      position: relative;
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cadf0633-4e5b-4438-9998-7f56f9176dab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-097b1691-fb35-4554-9e6e-e5ee07de042b {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b {
  margin: 0 !important;
  overflow: visible;
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-097b1691-fb35-4554-9e6e-e5ee07de042b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-097b1691-fb35-4554-9e6e-e5ee07de042b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
  /* Add background color handling */
  
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-097b1691-fb35-4554-9e6e-e5ee07de042b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-097b1691-fb35-4554-9e6e-e5ee07de042b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-097b1691-fb35-4554-9e6e-e5ee07de042b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-097b1691-fb35-4554-9e6e-e5ee07de042b .shogun-image-content {
  
    justify-content: center;
  
}

.s-097b1691-fb35-4554-9e6e-e5ee07de042b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image {
  box-sizing: border-box;
}



.s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-097b1691-fb35-4554-9e6e-e5ee07de042b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container {
      position: relative;
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-097b1691-fb35-4554-9e6e-e5ee07de042b {
  margin: 0 !important;
  overflow: visible;
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-097b1691-fb35-4554-9e6e-e5ee07de042b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-097b1691-fb35-4554-9e6e-e5ee07de042b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
  /* Add background color handling */
  
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-097b1691-fb35-4554-9e6e-e5ee07de042b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-097b1691-fb35-4554-9e6e-e5ee07de042b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-097b1691-fb35-4554-9e6e-e5ee07de042b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-097b1691-fb35-4554-9e6e-e5ee07de042b .shogun-image-content {
  
    justify-content: center;
  
}

.s-097b1691-fb35-4554-9e6e-e5ee07de042b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image {
  box-sizing: border-box;
}



.s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-097b1691-fb35-4554-9e6e-e5ee07de042b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container {
      position: relative;
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-097b1691-fb35-4554-9e6e-e5ee07de042b {
  margin: 0 !important;
  overflow: visible;
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-097b1691-fb35-4554-9e6e-e5ee07de042b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-097b1691-fb35-4554-9e6e-e5ee07de042b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
  /* Add background color handling */
  
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-097b1691-fb35-4554-9e6e-e5ee07de042b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-097b1691-fb35-4554-9e6e-e5ee07de042b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-097b1691-fb35-4554-9e6e-e5ee07de042b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-097b1691-fb35-4554-9e6e-e5ee07de042b .shogun-image-content {
  
    justify-content: center;
  
}

.s-097b1691-fb35-4554-9e6e-e5ee07de042b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image {
  box-sizing: border-box;
}



.s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-097b1691-fb35-4554-9e6e-e5ee07de042b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container {
      position: relative;
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-097b1691-fb35-4554-9e6e-e5ee07de042b {
  margin: 0 !important;
  overflow: visible;
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-097b1691-fb35-4554-9e6e-e5ee07de042b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-097b1691-fb35-4554-9e6e-e5ee07de042b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
  /* Add background color handling */
  
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-097b1691-fb35-4554-9e6e-e5ee07de042b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-097b1691-fb35-4554-9e6e-e5ee07de042b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-097b1691-fb35-4554-9e6e-e5ee07de042b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-097b1691-fb35-4554-9e6e-e5ee07de042b .shogun-image-content {
  
    justify-content: center;
  
}

.s-097b1691-fb35-4554-9e6e-e5ee07de042b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image {
  box-sizing: border-box;
}



.s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-097b1691-fb35-4554-9e6e-e5ee07de042b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container {
      position: relative;
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-097b1691-fb35-4554-9e6e-e5ee07de042b {
  margin: 0 !important;
  overflow: visible;
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-097b1691-fb35-4554-9e6e-e5ee07de042b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-097b1691-fb35-4554-9e6e-e5ee07de042b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
  /* Add background color handling */
  
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-097b1691-fb35-4554-9e6e-e5ee07de042b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-097b1691-fb35-4554-9e6e-e5ee07de042b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-097b1691-fb35-4554-9e6e-e5ee07de042b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-097b1691-fb35-4554-9e6e-e5ee07de042b .shogun-image-content {
  
    justify-content: center;
  
}

.s-097b1691-fb35-4554-9e6e-e5ee07de042b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image {
  box-sizing: border-box;
}



.s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-097b1691-fb35-4554-9e6e-e5ee07de042b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container {
      position: relative;
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-097b1691-fb35-4554-9e6e-e5ee07de042b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image {
  box-sizing: border-box;
}



.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container {
      position: relative;
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image {
  box-sizing: border-box;
}



.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container {
      position: relative;
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image {
  box-sizing: border-box;
}



.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container {
      position: relative;
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image {
  box-sizing: border-box;
}



.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container {
      position: relative;
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image {
  box-sizing: border-box;
}



.s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container {
      position: relative;
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3c0fc6-5e81-4fab-888a-095e1a78e536 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
  margin: 0 !important;
  overflow: visible;
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
  /* Add background color handling */
  
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image {
  box-sizing: border-box;
}



.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container {
      position: relative;
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
  margin: 0 !important;
  overflow: visible;
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
  /* Add background color handling */
  
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image {
  box-sizing: border-box;
}



.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container {
      position: relative;
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
  margin: 0 !important;
  overflow: visible;
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
  /* Add background color handling */
  
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image {
  box-sizing: border-box;
}



.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container {
      position: relative;
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
  margin: 0 !important;
  overflow: visible;
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
  /* Add background color handling */
  
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image {
  box-sizing: border-box;
}



.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container {
      position: relative;
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
  margin: 0 !important;
  overflow: visible;
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
  /* Add background color handling */
  
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image {
  box-sizing: border-box;
}



.s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container {
      position: relative;
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e18a0ad-aee5-4d24-b11d-5f5011a133ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-316c545d-9a63-4c7f-a320-6890df83f7d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image {
  box-sizing: border-box;
}



.s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container {
      position: relative;
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-316c545d-9a63-4c7f-a320-6890df83f7d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image {
  box-sizing: border-box;
}



.s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container {
      position: relative;
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-316c545d-9a63-4c7f-a320-6890df83f7d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image {
  box-sizing: border-box;
}



.s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container {
      position: relative;
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-316c545d-9a63-4c7f-a320-6890df83f7d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image {
  box-sizing: border-box;
}



.s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container {
      position: relative;
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-316c545d-9a63-4c7f-a320-6890df83f7d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-316c545d-9a63-4c7f-a320-6890df83f7d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image {
  box-sizing: border-box;
}



.s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-316c545d-9a63-4c7f-a320-6890df83f7d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container {
      position: relative;
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-316c545d-9a63-4c7f-a320-6890df83f7d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image {
  box-sizing: border-box;
}



.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container {
      position: relative;
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image {
  box-sizing: border-box;
}



.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container {
      position: relative;
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image {
  box-sizing: border-box;
}



.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container {
      position: relative;
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image {
  box-sizing: border-box;
}



.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container {
      position: relative;
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image {
  box-sizing: border-box;
}



.s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container {
      position: relative;
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad1b4eb9-3ebb-4c49-8db6-6db2c54f7d52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
  margin: 0 !important;
  overflow: visible;
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
  /* Add background color handling */
  
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image {
  box-sizing: border-box;
}



.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container {
      position: relative;
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
  margin: 0 !important;
  overflow: visible;
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
  /* Add background color handling */
  
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image {
  box-sizing: border-box;
}



.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container {
      position: relative;
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
  margin: 0 !important;
  overflow: visible;
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
  /* Add background color handling */
  
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image {
  box-sizing: border-box;
}



.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container {
      position: relative;
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
  margin: 0 !important;
  overflow: visible;
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
  /* Add background color handling */
  
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image {
  box-sizing: border-box;
}



.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container {
      position: relative;
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
  margin: 0 !important;
  overflow: visible;
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
  /* Add background color handling */
  
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image {
  box-sizing: border-box;
}



.s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container {
      position: relative;
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae2c430a-dc7f-4fcc-b8f4-9239eb8bce4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-46b55442-9ece-496b-97eb-6cd39480b859 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-46b55442-9ece-496b-97eb-6cd39480b859 {
  margin: 0 !important;
  overflow: visible;
}

#s-46b55442-9ece-496b-97eb-6cd39480b859-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46b55442-9ece-496b-97eb-6cd39480b859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46b55442-9ece-496b-97eb-6cd39480b859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
  /* Add background color handling */
  
}

#s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46b55442-9ece-496b-97eb-6cd39480b859 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-46b55442-9ece-496b-97eb-6cd39480b859 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46b55442-9ece-496b-97eb-6cd39480b859 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-46b55442-9ece-496b-97eb-6cd39480b859 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46b55442-9ece-496b-97eb-6cd39480b859.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image {
  box-sizing: border-box;
}



.s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46b55442-9ece-496b-97eb-6cd39480b859 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container {
      position: relative;
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-46b55442-9ece-496b-97eb-6cd39480b859 {
  margin: 0 !important;
  overflow: visible;
}

#s-46b55442-9ece-496b-97eb-6cd39480b859-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46b55442-9ece-496b-97eb-6cd39480b859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46b55442-9ece-496b-97eb-6cd39480b859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
  /* Add background color handling */
  
}

#s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46b55442-9ece-496b-97eb-6cd39480b859 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-46b55442-9ece-496b-97eb-6cd39480b859 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46b55442-9ece-496b-97eb-6cd39480b859 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-46b55442-9ece-496b-97eb-6cd39480b859 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46b55442-9ece-496b-97eb-6cd39480b859.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image {
  box-sizing: border-box;
}



.s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46b55442-9ece-496b-97eb-6cd39480b859 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container {
      position: relative;
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-46b55442-9ece-496b-97eb-6cd39480b859 {
  margin: 0 !important;
  overflow: visible;
}

#s-46b55442-9ece-496b-97eb-6cd39480b859-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46b55442-9ece-496b-97eb-6cd39480b859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46b55442-9ece-496b-97eb-6cd39480b859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
  /* Add background color handling */
  
}

#s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46b55442-9ece-496b-97eb-6cd39480b859 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-46b55442-9ece-496b-97eb-6cd39480b859 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46b55442-9ece-496b-97eb-6cd39480b859 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-46b55442-9ece-496b-97eb-6cd39480b859 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46b55442-9ece-496b-97eb-6cd39480b859.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image {
  box-sizing: border-box;
}



.s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46b55442-9ece-496b-97eb-6cd39480b859 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container {
      position: relative;
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-46b55442-9ece-496b-97eb-6cd39480b859 {
  margin: 0 !important;
  overflow: visible;
}

#s-46b55442-9ece-496b-97eb-6cd39480b859-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46b55442-9ece-496b-97eb-6cd39480b859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46b55442-9ece-496b-97eb-6cd39480b859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
  /* Add background color handling */
  
}

#s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46b55442-9ece-496b-97eb-6cd39480b859 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-46b55442-9ece-496b-97eb-6cd39480b859 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46b55442-9ece-496b-97eb-6cd39480b859 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-46b55442-9ece-496b-97eb-6cd39480b859 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46b55442-9ece-496b-97eb-6cd39480b859.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image {
  box-sizing: border-box;
}



.s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46b55442-9ece-496b-97eb-6cd39480b859 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container {
      position: relative;
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-46b55442-9ece-496b-97eb-6cd39480b859 {
  margin: 0 !important;
  overflow: visible;
}

#s-46b55442-9ece-496b-97eb-6cd39480b859-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46b55442-9ece-496b-97eb-6cd39480b859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46b55442-9ece-496b-97eb-6cd39480b859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
  /* Add background color handling */
  
}

#s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46b55442-9ece-496b-97eb-6cd39480b859 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-46b55442-9ece-496b-97eb-6cd39480b859 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46b55442-9ece-496b-97eb-6cd39480b859 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-46b55442-9ece-496b-97eb-6cd39480b859 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46b55442-9ece-496b-97eb-6cd39480b859.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image {
  box-sizing: border-box;
}



.s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46b55442-9ece-496b-97eb-6cd39480b859 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container {
      position: relative;
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46b55442-9ece-496b-97eb-6cd39480b859 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
  margin: 0 !important;
  overflow: visible;
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
  /* Add background color handling */
  
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fab89850-f082-4e9f-b0ff-455ceaebce41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image {
  box-sizing: border-box;
}



.s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container {
      position: relative;
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
  margin: 0 !important;
  overflow: visible;
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
  /* Add background color handling */
  
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fab89850-f082-4e9f-b0ff-455ceaebce41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image {
  box-sizing: border-box;
}



.s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container {
      position: relative;
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
  margin: 0 !important;
  overflow: visible;
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
  /* Add background color handling */
  
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fab89850-f082-4e9f-b0ff-455ceaebce41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image {
  box-sizing: border-box;
}



.s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container {
      position: relative;
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
  margin: 0 !important;
  overflow: visible;
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
  /* Add background color handling */
  
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fab89850-f082-4e9f-b0ff-455ceaebce41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image {
  box-sizing: border-box;
}



.s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container {
      position: relative;
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
  margin: 0 !important;
  overflow: visible;
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
  /* Add background color handling */
  
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-fab89850-f082-4e9f-b0ff-455ceaebce41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fab89850-f082-4e9f-b0ff-455ceaebce41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image {
  box-sizing: border-box;
}



.s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fab89850-f082-4e9f-b0ff-455ceaebce41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container {
      position: relative;
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fab89850-f082-4e9f-b0ff-455ceaebce41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
  margin-left: auto;
margin-right: auto;
max-width: 172px;
aspect-ratio: 172/99;
text-align: center;
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shg-image-content-wrapper {
      aspect-ratio: 172/99;
      min-width: 100%;
      height: auto;
    }

    #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shogun-image-link {
      aspect-ratio: 172/99;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 172px;
  }



  img.s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image {
    
    
    
    max-height: 172px;
  }


.s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image {
  box-sizing: border-box;
}



.s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
      --shg-aspect-ratio: calc(172/99); 
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container {
      position: relative;
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 172px;
    }
  }

@media (min-width: 1200px){#s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shg-image-content-wrapper {
      aspect-ratio: 172/99;
      min-width: 100%;
      height: auto;
    }

    #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shogun-image-link {
      aspect-ratio: 172/99;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 172px;
  }



  img.s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image {
    
    
    
    max-height: 172px;
  }


.s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image {
  box-sizing: border-box;
}



.s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
      --shg-aspect-ratio: calc(172/99); 
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container {
      position: relative;
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 172px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shg-image-content-wrapper {
      aspect-ratio: 172/99;
      min-width: 100%;
      height: auto;
    }

    #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shogun-image-link {
      aspect-ratio: 172/99;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 172px;
  }



  img.s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image {
    
    
    
    max-height: 172px;
  }


.s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image {
  box-sizing: border-box;
}



.s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
      --shg-aspect-ratio: calc(172/99); 
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container {
      position: relative;
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 172px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shg-image-content-wrapper {
      aspect-ratio: 172/99;
      min-width: 100%;
      height: auto;
    }

    #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shogun-image-link {
      aspect-ratio: 172/99;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 172px;
  }



  img.s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image {
    
    
    
    max-height: 172px;
  }


.s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image {
  box-sizing: border-box;
}



.s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
      --shg-aspect-ratio: calc(172/99); 
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container {
      position: relative;
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 172px;
    }
  }

}@media (max-width: 767px){#s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shg-image-content-wrapper {
      aspect-ratio: 172/99;
      min-width: 100%;
      height: auto;
    }

    #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shogun-image-link {
      aspect-ratio: 172/99;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 172px;
  }



  img.s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image {
    
    
    
    max-height: 172px;
  }


.s-c9b15303-7424-4fa6-828c-8d99087a2cb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image {
  box-sizing: border-box;
}



.s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9 {
      --shg-aspect-ratio: calc(172/99); 
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container {
      position: relative;
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9b15303-7424-4fa6-828c-8d99087a2cb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 172px;
    }
  }

}
#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image {
  box-sizing: border-box;
}



.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container {
      position: relative;
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image {
  box-sizing: border-box;
}



.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container {
      position: relative;
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image {
  box-sizing: border-box;
}



.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container {
      position: relative;
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image {
  box-sizing: border-box;
}



.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container {
      position: relative;
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image {
  box-sizing: border-box;
}



.s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container {
      position: relative;
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8a6f765-5cc7-4d14-80dd-a49405b38ef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-1b100540-b9da-4d74-aec4-80590ebafb15 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b100540-b9da-4d74-aec4-80590ebafb15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b100540-b9da-4d74-aec4-80590ebafb15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b100540-b9da-4d74-aec4-80590ebafb15 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b100540-b9da-4d74-aec4-80590ebafb15 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b100540-b9da-4d74-aec4-80590ebafb15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-1b100540-b9da-4d74-aec4-80590ebafb15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b100540-b9da-4d74-aec4-80590ebafb15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image {
  box-sizing: border-box;
}



.s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b100540-b9da-4d74-aec4-80590ebafb15 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container {
      position: relative;
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-1b100540-b9da-4d74-aec4-80590ebafb15 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b100540-b9da-4d74-aec4-80590ebafb15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b100540-b9da-4d74-aec4-80590ebafb15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b100540-b9da-4d74-aec4-80590ebafb15 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b100540-b9da-4d74-aec4-80590ebafb15 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b100540-b9da-4d74-aec4-80590ebafb15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-1b100540-b9da-4d74-aec4-80590ebafb15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b100540-b9da-4d74-aec4-80590ebafb15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image {
  box-sizing: border-box;
}



.s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b100540-b9da-4d74-aec4-80590ebafb15 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container {
      position: relative;
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1b100540-b9da-4d74-aec4-80590ebafb15 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b100540-b9da-4d74-aec4-80590ebafb15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b100540-b9da-4d74-aec4-80590ebafb15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b100540-b9da-4d74-aec4-80590ebafb15 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b100540-b9da-4d74-aec4-80590ebafb15 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b100540-b9da-4d74-aec4-80590ebafb15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-1b100540-b9da-4d74-aec4-80590ebafb15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b100540-b9da-4d74-aec4-80590ebafb15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image {
  box-sizing: border-box;
}



.s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b100540-b9da-4d74-aec4-80590ebafb15 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container {
      position: relative;
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1b100540-b9da-4d74-aec4-80590ebafb15 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b100540-b9da-4d74-aec4-80590ebafb15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b100540-b9da-4d74-aec4-80590ebafb15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b100540-b9da-4d74-aec4-80590ebafb15 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b100540-b9da-4d74-aec4-80590ebafb15 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b100540-b9da-4d74-aec4-80590ebafb15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-1b100540-b9da-4d74-aec4-80590ebafb15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b100540-b9da-4d74-aec4-80590ebafb15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image {
  box-sizing: border-box;
}



.s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b100540-b9da-4d74-aec4-80590ebafb15 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container {
      position: relative;
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-1b100540-b9da-4d74-aec4-80590ebafb15 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b100540-b9da-4d74-aec4-80590ebafb15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b100540-b9da-4d74-aec4-80590ebafb15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b100540-b9da-4d74-aec4-80590ebafb15 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b100540-b9da-4d74-aec4-80590ebafb15 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b100540-b9da-4d74-aec4-80590ebafb15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-1b100540-b9da-4d74-aec4-80590ebafb15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b100540-b9da-4d74-aec4-80590ebafb15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image {
  box-sizing: border-box;
}



.s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b100540-b9da-4d74-aec4-80590ebafb15 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container {
      position: relative;
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b100540-b9da-4d74-aec4-80590ebafb15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
  margin: 0 !important;
  overflow: visible;
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
  /* Add background color handling */
  
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image {
  box-sizing: border-box;
}



.s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container {
      position: relative;
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
  margin: 0 !important;
  overflow: visible;
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
  /* Add background color handling */
  
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image {
  box-sizing: border-box;
}



.s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container {
      position: relative;
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
  margin: 0 !important;
  overflow: visible;
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
  /* Add background color handling */
  
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image {
  box-sizing: border-box;
}



.s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container {
      position: relative;
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
  margin: 0 !important;
  overflow: visible;
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
  /* Add background color handling */
  
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image {
  box-sizing: border-box;
}



.s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container {
      position: relative;
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
  margin: 0 !important;
  overflow: visible;
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
  /* Add background color handling */
  
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c252d809-0ad7-499d-ada9-779ef24cdd4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image {
  box-sizing: border-box;
}



.s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container {
      position: relative;
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c252d809-0ad7-499d-ada9-779ef24cdd4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image {
  box-sizing: border-box;
}



.s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container {
      position: relative;
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image {
  box-sizing: border-box;
}



.s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container {
      position: relative;
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image {
  box-sizing: border-box;
}



.s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container {
      position: relative;
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image {
  box-sizing: border-box;
}



.s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container {
      position: relative;
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2b5a0af8-67fe-456d-b311-4dcd9faff677 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image {
  box-sizing: border-box;
}



.s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container {
      position: relative;
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5a0af8-67fe-456d-b311-4dcd9faff677 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
  margin: 0 !important;
  overflow: visible;
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
  /* Add background color handling */
  
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image {
  box-sizing: border-box;
}



.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container {
      position: relative;
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
  margin: 0 !important;
  overflow: visible;
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
  /* Add background color handling */
  
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image {
  box-sizing: border-box;
}



.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container {
      position: relative;
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
  margin: 0 !important;
  overflow: visible;
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
  /* Add background color handling */
  
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image {
  box-sizing: border-box;
}



.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container {
      position: relative;
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
  margin: 0 !important;
  overflow: visible;
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
  /* Add background color handling */
  
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image {
  box-sizing: border-box;
}



.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container {
      position: relative;
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
  margin: 0 !important;
  overflow: visible;
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
  /* Add background color handling */
  
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image {
  box-sizing: border-box;
}



.s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container {
      position: relative;
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6302d7ed-b1f8-4a2c-b2ec-98b546c92843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
  margin: 0 !important;
  overflow: visible;
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
  /* Add background color handling */
  
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image {
  box-sizing: border-box;
}



.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container {
      position: relative;
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
  margin: 0 !important;
  overflow: visible;
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
  /* Add background color handling */
  
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image {
  box-sizing: border-box;
}



.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container {
      position: relative;
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
  margin: 0 !important;
  overflow: visible;
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
  /* Add background color handling */
  
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image {
  box-sizing: border-box;
}



.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container {
      position: relative;
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
  margin: 0 !important;
  overflow: visible;
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
  /* Add background color handling */
  
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image {
  box-sizing: border-box;
}



.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container {
      position: relative;
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
  margin: 0 !important;
  overflow: visible;
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
  /* Add background color handling */
  
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image {
  box-sizing: border-box;
}



.s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container {
      position: relative;
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5c2f5dd-f51d-4ec5-82b8-0f77d74786ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
  margin: 0 !important;
  overflow: visible;
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
  /* Add background color handling */
  
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shogun-image-content {
  
    justify-content: center;
  
}

.s-61df6ae8-f958-4a21-a436-02fe8ad07045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image {
  box-sizing: border-box;
}



.s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container {
      position: relative;
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
  margin: 0 !important;
  overflow: visible;
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
  /* Add background color handling */
  
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shogun-image-content {
  
    justify-content: center;
  
}

.s-61df6ae8-f958-4a21-a436-02fe8ad07045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image {
  box-sizing: border-box;
}



.s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container {
      position: relative;
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
  margin: 0 !important;
  overflow: visible;
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
  /* Add background color handling */
  
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shogun-image-content {
  
    justify-content: center;
  
}

.s-61df6ae8-f958-4a21-a436-02fe8ad07045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image {
  box-sizing: border-box;
}



.s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container {
      position: relative;
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
  margin: 0 !important;
  overflow: visible;
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
  /* Add background color handling */
  
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shogun-image-content {
  
    justify-content: center;
  
}

.s-61df6ae8-f958-4a21-a436-02fe8ad07045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image {
  box-sizing: border-box;
}



.s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container {
      position: relative;
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
  margin: 0 !important;
  overflow: visible;
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
  /* Add background color handling */
  
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-61df6ae8-f958-4a21-a436-02fe8ad07045 .shogun-image-content {
  
    justify-content: center;
  
}

.s-61df6ae8-f958-4a21-a436-02fe8ad07045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image {
  box-sizing: border-box;
}



.s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-61df6ae8-f958-4a21-a436-02fe8ad07045 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container {
      position: relative;
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61df6ae8-f958-4a21-a436-02fe8ad07045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
  margin: 0 !important;
  overflow: visible;
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
  /* Add background color handling */
  
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image {
  box-sizing: border-box;
}



.s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container {
      position: relative;
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
  margin: 0 !important;
  overflow: visible;
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
  /* Add background color handling */
  
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image {
  box-sizing: border-box;
}



.s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container {
      position: relative;
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
  margin: 0 !important;
  overflow: visible;
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
  /* Add background color handling */
  
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image {
  box-sizing: border-box;
}



.s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container {
      position: relative;
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
  margin: 0 !important;
  overflow: visible;
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
  /* Add background color handling */
  
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image {
  box-sizing: border-box;
}



.s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container {
      position: relative;
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
  margin: 0 !important;
  overflow: visible;
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
  /* Add background color handling */
  
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-12f2c26c-2e51-4d8b-8c57-42b12014af42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image {
  box-sizing: border-box;
}



.s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container {
      position: relative;
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12f2c26c-2e51-4d8b-8c57-42b12014af42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-91840987-24f6-4c7a-b269-962f0ee1a114 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114 {
  margin: 0 !important;
  overflow: visible;
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91840987-24f6-4c7a-b269-962f0ee1a114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91840987-24f6-4c7a-b269-962f0ee1a114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
  /* Add background color handling */
  
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91840987-24f6-4c7a-b269-962f0ee1a114 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-91840987-24f6-4c7a-b269-962f0ee1a114 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91840987-24f6-4c7a-b269-962f0ee1a114 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-91840987-24f6-4c7a-b269-962f0ee1a114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91840987-24f6-4c7a-b269-962f0ee1a114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image {
  box-sizing: border-box;
}



.s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-91840987-24f6-4c7a-b269-962f0ee1a114 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container {
      position: relative;
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-91840987-24f6-4c7a-b269-962f0ee1a114 {
  margin: 0 !important;
  overflow: visible;
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91840987-24f6-4c7a-b269-962f0ee1a114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91840987-24f6-4c7a-b269-962f0ee1a114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
  /* Add background color handling */
  
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91840987-24f6-4c7a-b269-962f0ee1a114 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-91840987-24f6-4c7a-b269-962f0ee1a114 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91840987-24f6-4c7a-b269-962f0ee1a114 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-91840987-24f6-4c7a-b269-962f0ee1a114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91840987-24f6-4c7a-b269-962f0ee1a114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image {
  box-sizing: border-box;
}



.s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-91840987-24f6-4c7a-b269-962f0ee1a114 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container {
      position: relative;
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-91840987-24f6-4c7a-b269-962f0ee1a114 {
  margin: 0 !important;
  overflow: visible;
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91840987-24f6-4c7a-b269-962f0ee1a114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91840987-24f6-4c7a-b269-962f0ee1a114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
  /* Add background color handling */
  
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91840987-24f6-4c7a-b269-962f0ee1a114 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-91840987-24f6-4c7a-b269-962f0ee1a114 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91840987-24f6-4c7a-b269-962f0ee1a114 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-91840987-24f6-4c7a-b269-962f0ee1a114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91840987-24f6-4c7a-b269-962f0ee1a114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image {
  box-sizing: border-box;
}



.s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-91840987-24f6-4c7a-b269-962f0ee1a114 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container {
      position: relative;
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-91840987-24f6-4c7a-b269-962f0ee1a114 {
  margin: 0 !important;
  overflow: visible;
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91840987-24f6-4c7a-b269-962f0ee1a114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91840987-24f6-4c7a-b269-962f0ee1a114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
  /* Add background color handling */
  
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91840987-24f6-4c7a-b269-962f0ee1a114 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-91840987-24f6-4c7a-b269-962f0ee1a114 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91840987-24f6-4c7a-b269-962f0ee1a114 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-91840987-24f6-4c7a-b269-962f0ee1a114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91840987-24f6-4c7a-b269-962f0ee1a114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image {
  box-sizing: border-box;
}



.s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-91840987-24f6-4c7a-b269-962f0ee1a114 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container {
      position: relative;
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-91840987-24f6-4c7a-b269-962f0ee1a114 {
  margin: 0 !important;
  overflow: visible;
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91840987-24f6-4c7a-b269-962f0ee1a114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91840987-24f6-4c7a-b269-962f0ee1a114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
  /* Add background color handling */
  
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91840987-24f6-4c7a-b269-962f0ee1a114 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-91840987-24f6-4c7a-b269-962f0ee1a114 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91840987-24f6-4c7a-b269-962f0ee1a114 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-91840987-24f6-4c7a-b269-962f0ee1a114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91840987-24f6-4c7a-b269-962f0ee1a114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image {
  box-sizing: border-box;
}



.s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-91840987-24f6-4c7a-b269-962f0ee1a114 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container {
      position: relative;
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91840987-24f6-4c7a-b269-962f0ee1a114 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image {
  box-sizing: border-box;
}



.s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container {
      position: relative;
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image {
  box-sizing: border-box;
}



.s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container {
      position: relative;
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image {
  box-sizing: border-box;
}



.s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container {
      position: relative;
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image {
  box-sizing: border-box;
}



.s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container {
      position: relative;
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-9b8d20be-3b8e-4654-add3-e89ac37791e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image {
  box-sizing: border-box;
}



.s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container {
      position: relative;
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b8d20be-3b8e-4654-add3-e89ac37791e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-94ac1387-c652-4a6d-b1e6-acc48def925e {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e {
  margin: 0 !important;
  overflow: visible;
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94ac1387-c652-4a6d-b1e6-acc48def925e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94ac1387-c652-4a6d-b1e6-acc48def925e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
  /* Add background color handling */
  
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94ac1387-c652-4a6d-b1e6-acc48def925e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94ac1387-c652-4a6d-b1e6-acc48def925e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94ac1387-c652-4a6d-b1e6-acc48def925e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-94ac1387-c652-4a6d-b1e6-acc48def925e .shogun-image-content {
  
    justify-content: center;
  
}

.s-94ac1387-c652-4a6d-b1e6-acc48def925e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image {
  box-sizing: border-box;
}



.s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94ac1387-c652-4a6d-b1e6-acc48def925e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container {
      position: relative;
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-94ac1387-c652-4a6d-b1e6-acc48def925e {
  margin: 0 !important;
  overflow: visible;
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94ac1387-c652-4a6d-b1e6-acc48def925e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94ac1387-c652-4a6d-b1e6-acc48def925e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
  /* Add background color handling */
  
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94ac1387-c652-4a6d-b1e6-acc48def925e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94ac1387-c652-4a6d-b1e6-acc48def925e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94ac1387-c652-4a6d-b1e6-acc48def925e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-94ac1387-c652-4a6d-b1e6-acc48def925e .shogun-image-content {
  
    justify-content: center;
  
}

.s-94ac1387-c652-4a6d-b1e6-acc48def925e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image {
  box-sizing: border-box;
}



.s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94ac1387-c652-4a6d-b1e6-acc48def925e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container {
      position: relative;
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-94ac1387-c652-4a6d-b1e6-acc48def925e {
  margin: 0 !important;
  overflow: visible;
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94ac1387-c652-4a6d-b1e6-acc48def925e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94ac1387-c652-4a6d-b1e6-acc48def925e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
  /* Add background color handling */
  
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94ac1387-c652-4a6d-b1e6-acc48def925e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94ac1387-c652-4a6d-b1e6-acc48def925e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94ac1387-c652-4a6d-b1e6-acc48def925e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-94ac1387-c652-4a6d-b1e6-acc48def925e .shogun-image-content {
  
    justify-content: center;
  
}

.s-94ac1387-c652-4a6d-b1e6-acc48def925e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image {
  box-sizing: border-box;
}



.s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94ac1387-c652-4a6d-b1e6-acc48def925e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container {
      position: relative;
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-94ac1387-c652-4a6d-b1e6-acc48def925e {
  margin: 0 !important;
  overflow: visible;
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94ac1387-c652-4a6d-b1e6-acc48def925e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94ac1387-c652-4a6d-b1e6-acc48def925e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
  /* Add background color handling */
  
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94ac1387-c652-4a6d-b1e6-acc48def925e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94ac1387-c652-4a6d-b1e6-acc48def925e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94ac1387-c652-4a6d-b1e6-acc48def925e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-94ac1387-c652-4a6d-b1e6-acc48def925e .shogun-image-content {
  
    justify-content: center;
  
}

.s-94ac1387-c652-4a6d-b1e6-acc48def925e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image {
  box-sizing: border-box;
}



.s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94ac1387-c652-4a6d-b1e6-acc48def925e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container {
      position: relative;
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-94ac1387-c652-4a6d-b1e6-acc48def925e {
  margin: 0 !important;
  overflow: visible;
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94ac1387-c652-4a6d-b1e6-acc48def925e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94ac1387-c652-4a6d-b1e6-acc48def925e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
  /* Add background color handling */
  
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94ac1387-c652-4a6d-b1e6-acc48def925e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94ac1387-c652-4a6d-b1e6-acc48def925e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94ac1387-c652-4a6d-b1e6-acc48def925e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-94ac1387-c652-4a6d-b1e6-acc48def925e .shogun-image-content {
  
    justify-content: center;
  
}

.s-94ac1387-c652-4a6d-b1e6-acc48def925e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image {
  box-sizing: border-box;
}



.s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94ac1387-c652-4a6d-b1e6-acc48def925e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container {
      position: relative;
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94ac1387-c652-4a6d-b1e6-acc48def925e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-433d734b-d82b-4570-b915-3e1d3629a178 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-433d734b-d82b-4570-b915-3e1d3629a178 {
  margin: 0 !important;
  overflow: visible;
}

#s-433d734b-d82b-4570-b915-3e1d3629a178-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-433d734b-d82b-4570-b915-3e1d3629a178 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-433d734b-d82b-4570-b915-3e1d3629a178 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
  /* Add background color handling */
  
}

#s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-433d734b-d82b-4570-b915-3e1d3629a178 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-433d734b-d82b-4570-b915-3e1d3629a178 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-433d734b-d82b-4570-b915-3e1d3629a178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-433d734b-d82b-4570-b915-3e1d3629a178 .shogun-image-content {
  
    justify-content: center;
  
}

.s-433d734b-d82b-4570-b915-3e1d3629a178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image {
  box-sizing: border-box;
}



.s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-433d734b-d82b-4570-b915-3e1d3629a178 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container {
      position: relative;
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-433d734b-d82b-4570-b915-3e1d3629a178 {
  margin: 0 !important;
  overflow: visible;
}

#s-433d734b-d82b-4570-b915-3e1d3629a178-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-433d734b-d82b-4570-b915-3e1d3629a178 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-433d734b-d82b-4570-b915-3e1d3629a178 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
  /* Add background color handling */
  
}

#s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-433d734b-d82b-4570-b915-3e1d3629a178 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-433d734b-d82b-4570-b915-3e1d3629a178 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-433d734b-d82b-4570-b915-3e1d3629a178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-433d734b-d82b-4570-b915-3e1d3629a178 .shogun-image-content {
  
    justify-content: center;
  
}

.s-433d734b-d82b-4570-b915-3e1d3629a178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image {
  box-sizing: border-box;
}



.s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-433d734b-d82b-4570-b915-3e1d3629a178 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container {
      position: relative;
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-433d734b-d82b-4570-b915-3e1d3629a178 {
  margin: 0 !important;
  overflow: visible;
}

#s-433d734b-d82b-4570-b915-3e1d3629a178-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-433d734b-d82b-4570-b915-3e1d3629a178 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-433d734b-d82b-4570-b915-3e1d3629a178 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
  /* Add background color handling */
  
}

#s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-433d734b-d82b-4570-b915-3e1d3629a178 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-433d734b-d82b-4570-b915-3e1d3629a178 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-433d734b-d82b-4570-b915-3e1d3629a178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-433d734b-d82b-4570-b915-3e1d3629a178 .shogun-image-content {
  
    justify-content: center;
  
}

.s-433d734b-d82b-4570-b915-3e1d3629a178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image {
  box-sizing: border-box;
}



.s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-433d734b-d82b-4570-b915-3e1d3629a178 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container {
      position: relative;
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-433d734b-d82b-4570-b915-3e1d3629a178 {
  margin: 0 !important;
  overflow: visible;
}

#s-433d734b-d82b-4570-b915-3e1d3629a178-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-433d734b-d82b-4570-b915-3e1d3629a178 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-433d734b-d82b-4570-b915-3e1d3629a178 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
  /* Add background color handling */
  
}

#s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-433d734b-d82b-4570-b915-3e1d3629a178 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-433d734b-d82b-4570-b915-3e1d3629a178 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-433d734b-d82b-4570-b915-3e1d3629a178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-433d734b-d82b-4570-b915-3e1d3629a178 .shogun-image-content {
  
    justify-content: center;
  
}

.s-433d734b-d82b-4570-b915-3e1d3629a178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image {
  box-sizing: border-box;
}



.s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-433d734b-d82b-4570-b915-3e1d3629a178 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container {
      position: relative;
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-433d734b-d82b-4570-b915-3e1d3629a178 {
  margin: 0 !important;
  overflow: visible;
}

#s-433d734b-d82b-4570-b915-3e1d3629a178-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-433d734b-d82b-4570-b915-3e1d3629a178 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-433d734b-d82b-4570-b915-3e1d3629a178 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
  /* Add background color handling */
  
}

#s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-433d734b-d82b-4570-b915-3e1d3629a178 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-433d734b-d82b-4570-b915-3e1d3629a178 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-433d734b-d82b-4570-b915-3e1d3629a178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-433d734b-d82b-4570-b915-3e1d3629a178 .shogun-image-content {
  
    justify-content: center;
  
}

.s-433d734b-d82b-4570-b915-3e1d3629a178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image {
  box-sizing: border-box;
}



.s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-433d734b-d82b-4570-b915-3e1d3629a178 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container {
      position: relative;
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-433d734b-d82b-4570-b915-3e1d3629a178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
  margin: 0 !important;
  overflow: visible;
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
  /* Add background color handling */
  
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image {
  box-sizing: border-box;
}



.s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container {
      position: relative;
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
  margin: 0 !important;
  overflow: visible;
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
  /* Add background color handling */
  
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image {
  box-sizing: border-box;
}



.s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container {
      position: relative;
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
  margin: 0 !important;
  overflow: visible;
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
  /* Add background color handling */
  
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image {
  box-sizing: border-box;
}



.s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container {
      position: relative;
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
  margin: 0 !important;
  overflow: visible;
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
  /* Add background color handling */
  
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image {
  box-sizing: border-box;
}



.s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container {
      position: relative;
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
  margin: 0 !important;
  overflow: visible;
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
  /* Add background color handling */
  
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a1c44151-508a-47f4-8008-d6a0098b3c0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image {
  box-sizing: border-box;
}



.s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container {
      position: relative;
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1c44151-508a-47f4-8008-d6a0098b3c0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
  margin: 0 !important;
  overflow: visible;
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
  /* Add background color handling */
  
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shogun-image-content {
  
    justify-content: center;
  
}

.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image {
  box-sizing: border-box;
}



.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container {
      position: relative;
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
  margin: 0 !important;
  overflow: visible;
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
  /* Add background color handling */
  
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shogun-image-content {
  
    justify-content: center;
  
}

.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image {
  box-sizing: border-box;
}



.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container {
      position: relative;
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
  margin: 0 !important;
  overflow: visible;
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
  /* Add background color handling */
  
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shogun-image-content {
  
    justify-content: center;
  
}

.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image {
  box-sizing: border-box;
}



.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container {
      position: relative;
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
  margin: 0 !important;
  overflow: visible;
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
  /* Add background color handling */
  
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shogun-image-content {
  
    justify-content: center;
  
}

.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image {
  box-sizing: border-box;
}



.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container {
      position: relative;
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
  margin: 0 !important;
  overflow: visible;
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
  /* Add background color handling */
  
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b .shogun-image-content {
  
    justify-content: center;
  
}

.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image {
  box-sizing: border-box;
}



.s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container {
      position: relative;
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de5fedc6-6a34-49ad-9d15-24e7e208c47b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image {
  box-sizing: border-box;
}



.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container {
      position: relative;
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image {
  box-sizing: border-box;
}



.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container {
      position: relative;
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image {
  box-sizing: border-box;
}



.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container {
      position: relative;
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image {
  box-sizing: border-box;
}



.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container {
      position: relative;
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image {
  box-sizing: border-box;
}



.s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container {
      position: relative;
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0347e2f-c7ee-4f4d-b1b0-cfd8e3a999c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image {
  box-sizing: border-box;
}



.s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container {
      position: relative;
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image {
  box-sizing: border-box;
}



.s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container {
      position: relative;
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image {
  box-sizing: border-box;
}



.s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container {
      position: relative;
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image {
  box-sizing: border-box;
}



.s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container {
      position: relative;
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-5e3f05a9-35d6-4000-b919-cbf298f6d882 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image {
  box-sizing: border-box;
}



.s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container {
      position: relative;
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e3f05a9-35d6-4000-b919-cbf298f6d882 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
  margin: 0 !important;
  overflow: visible;
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
  /* Add background color handling */
  
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10b1ec00-939a-4dd4-8c18-67b98171f720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image {
  box-sizing: border-box;
}



.s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container {
      position: relative;
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
  margin: 0 !important;
  overflow: visible;
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
  /* Add background color handling */
  
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10b1ec00-939a-4dd4-8c18-67b98171f720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image {
  box-sizing: border-box;
}



.s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container {
      position: relative;
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
  margin: 0 !important;
  overflow: visible;
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
  /* Add background color handling */
  
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10b1ec00-939a-4dd4-8c18-67b98171f720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image {
  box-sizing: border-box;
}



.s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container {
      position: relative;
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
  margin: 0 !important;
  overflow: visible;
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
  /* Add background color handling */
  
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10b1ec00-939a-4dd4-8c18-67b98171f720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image {
  box-sizing: border-box;
}



.s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container {
      position: relative;
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
  margin: 0 !important;
  overflow: visible;
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
  /* Add background color handling */
  
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-10b1ec00-939a-4dd4-8c18-67b98171f720 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10b1ec00-939a-4dd4-8c18-67b98171f720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image {
  box-sizing: border-box;
}



.s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10b1ec00-939a-4dd4-8c18-67b98171f720 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container {
      position: relative;
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10b1ec00-939a-4dd4-8c18-67b98171f720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 3%;
  margin-bottom: 3%;
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-00a1875d-9f2b-4beb-afe0-245856f8d7a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00a1875d-9f2b-4beb-afe0-245856f8d7a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-00a1875d-9f2b-4beb-afe0-245856f8d7a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00a1875d-9f2b-4beb-afe0-245856f8d7a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-00a1875d-9f2b-4beb-afe0-245856f8d7a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00a1875d-9f2b-4beb-afe0-245856f8d7a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-00a1875d-9f2b-4beb-afe0-245856f8d7a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00a1875d-9f2b-4beb-afe0-245856f8d7a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-00a1875d-9f2b-4beb-afe0-245856f8d7a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-00a1875d-9f2b-4beb-afe0-245856f8d7a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00a1875d-9f2b-4beb-afe0-245856f8d7a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00a1875d-9f2b-4beb-afe0-245856f8d7a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}