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

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

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

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

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

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

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

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

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

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

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

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

#s-c7955026-572d-41c2-9cdd-9171c0ae26ed {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c7955026-572d-41c2-9cdd-9171c0ae26ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7955026-572d-41c2-9cdd-9171c0ae26ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-21a82b10-32b2-4b5b-8ebf-2961237e5edc {
  margin-left: auto;
margin-right: auto;
}

#s-21a82b10-32b2-4b5b-8ebf-2961237e5edc hr {
  border-top: 2px solid #ddd;
}

.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-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
max-width: 1920px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  display: none;
}
#s-ffda41f6-8dc4-427d-9265-980fe47636f1, #wrap-s-ffda41f6-8dc4-427d-9265-980fe47636f1, #wrap-content-s-ffda41f6-8dc4-427d-9265-980fe47636f1 { display: none !important; }}@media (max-width: 767px){#s-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  display: none;
}
#s-ffda41f6-8dc4-427d-9265-980fe47636f1, #wrap-s-ffda41f6-8dc4-427d-9265-980fe47636f1, #wrap-content-s-ffda41f6-8dc4-427d-9265-980fe47636f1 { display: none !important; }}
#s-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ffda41f6-8dc4-427d-9265-980fe47636f1-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-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-ffda41f6-8dc4-427d-9265-980fe47636f1 .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-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ffda41f6-8dc4-427d-9265-980fe47636f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

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




.s-ffda41f6-8dc4-427d-9265-980fe47636f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ffda41f6-8dc4-427d-9265-980fe47636f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffda41f6-8dc4-427d-9265-980fe47636f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffda41f6-8dc4-427d-9265-980fe47636f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ffda41f6-8dc4-427d-9265-980fe47636f1-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-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ffda41f6-8dc4-427d-9265-980fe47636f1 .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-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ffda41f6-8dc4-427d-9265-980fe47636f1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ffda41f6-8dc4-427d-9265-980fe47636f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ffda41f6-8dc4-427d-9265-980fe47636f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffda41f6-8dc4-427d-9265-980fe47636f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffda41f6-8dc4-427d-9265-980fe47636f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ffda41f6-8dc4-427d-9265-980fe47636f1-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-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ffda41f6-8dc4-427d-9265-980fe47636f1 .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-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ffda41f6-8dc4-427d-9265-980fe47636f1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ffda41f6-8dc4-427d-9265-980fe47636f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ffda41f6-8dc4-427d-9265-980fe47636f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffda41f6-8dc4-427d-9265-980fe47636f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffda41f6-8dc4-427d-9265-980fe47636f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ffda41f6-8dc4-427d-9265-980fe47636f1-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-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ffda41f6-8dc4-427d-9265-980fe47636f1 .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-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ffda41f6-8dc4-427d-9265-980fe47636f1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ffda41f6-8dc4-427d-9265-980fe47636f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ffda41f6-8dc4-427d-9265-980fe47636f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffda41f6-8dc4-427d-9265-980fe47636f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffda41f6-8dc4-427d-9265-980fe47636f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ffda41f6-8dc4-427d-9265-980fe47636f1-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-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ffda41f6-8dc4-427d-9265-980fe47636f1 .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-ffda41f6-8dc4-427d-9265-980fe47636f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ffda41f6-8dc4-427d-9265-980fe47636f1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ffda41f6-8dc4-427d-9265-980fe47636f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ffda41f6-8dc4-427d-9265-980fe47636f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffda41f6-8dc4-427d-9265-980fe47636f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffda41f6-8dc4-427d-9265-980fe47636f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b9406593-7182-4e20-8fad-83304941ae63 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-b9406593-7182-4e20-8fad-83304941ae63 {
  display: none;
}
#s-b9406593-7182-4e20-8fad-83304941ae63, #wrap-s-b9406593-7182-4e20-8fad-83304941ae63, #wrap-content-s-b9406593-7182-4e20-8fad-83304941ae63 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9406593-7182-4e20-8fad-83304941ae63 {
  display: none;
}
#s-b9406593-7182-4e20-8fad-83304941ae63, #wrap-s-b9406593-7182-4e20-8fad-83304941ae63, #wrap-content-s-b9406593-7182-4e20-8fad-83304941ae63 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9406593-7182-4e20-8fad-83304941ae63 {
  
}
}@media (max-width: 767px){#s-b9406593-7182-4e20-8fad-83304941ae63 {
  
}
}
#s-b9406593-7182-4e20-8fad-83304941ae63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9406593-7182-4e20-8fad-83304941ae63-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-b9406593-7182-4e20-8fad-83304941ae63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-b9406593-7182-4e20-8fad-83304941ae63 .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-b9406593-7182-4e20-8fad-83304941ae63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b9406593-7182-4e20-8fad-83304941ae63 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-b9406593-7182-4e20-8fad-83304941ae63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9406593-7182-4e20-8fad-83304941ae63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9406593-7182-4e20-8fad-83304941ae63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9406593-7182-4e20-8fad-83304941ae63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b9406593-7182-4e20-8fad-83304941ae63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9406593-7182-4e20-8fad-83304941ae63-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-b9406593-7182-4e20-8fad-83304941ae63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9406593-7182-4e20-8fad-83304941ae63 .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-b9406593-7182-4e20-8fad-83304941ae63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b9406593-7182-4e20-8fad-83304941ae63 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b9406593-7182-4e20-8fad-83304941ae63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9406593-7182-4e20-8fad-83304941ae63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9406593-7182-4e20-8fad-83304941ae63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9406593-7182-4e20-8fad-83304941ae63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b9406593-7182-4e20-8fad-83304941ae63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9406593-7182-4e20-8fad-83304941ae63-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-b9406593-7182-4e20-8fad-83304941ae63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9406593-7182-4e20-8fad-83304941ae63 .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-b9406593-7182-4e20-8fad-83304941ae63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b9406593-7182-4e20-8fad-83304941ae63 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b9406593-7182-4e20-8fad-83304941ae63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9406593-7182-4e20-8fad-83304941ae63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9406593-7182-4e20-8fad-83304941ae63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9406593-7182-4e20-8fad-83304941ae63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b9406593-7182-4e20-8fad-83304941ae63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9406593-7182-4e20-8fad-83304941ae63-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-b9406593-7182-4e20-8fad-83304941ae63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9406593-7182-4e20-8fad-83304941ae63 .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-b9406593-7182-4e20-8fad-83304941ae63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b9406593-7182-4e20-8fad-83304941ae63 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b9406593-7182-4e20-8fad-83304941ae63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9406593-7182-4e20-8fad-83304941ae63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9406593-7182-4e20-8fad-83304941ae63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9406593-7182-4e20-8fad-83304941ae63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b9406593-7182-4e20-8fad-83304941ae63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9406593-7182-4e20-8fad-83304941ae63-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-b9406593-7182-4e20-8fad-83304941ae63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9406593-7182-4e20-8fad-83304941ae63 .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-b9406593-7182-4e20-8fad-83304941ae63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b9406593-7182-4e20-8fad-83304941ae63 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b9406593-7182-4e20-8fad-83304941ae63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9406593-7182-4e20-8fad-83304941ae63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9406593-7182-4e20-8fad-83304941ae63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9406593-7182-4e20-8fad-83304941ae63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

#s-bd9ff7d1-ddbe-4e4f-aabb-e5e5bc26a39a {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-bd9ff7d1-ddbe-4e4f-aabb-e5e5bc26a39a .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-9c05ae1f-5653-4e33-8e2a-4fa9381502b8 {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-9c05ae1f-5653-4e33-8e2a-4fa9381502b8 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-47646ac1-f212-4e99-9f1a-caf30e2858b1 {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-47646ac1-f212-4e99-9f1a-caf30e2858b1 {
  
}
}@media (max-width: 767px){#s-47646ac1-f212-4e99-9f1a-caf30e2858b1 {
  
}
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

#s-25a4eba3-21c6-4f99-8d83-62073d6b2877 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-25a4eba3-21c6-4f99-8d83-62073d6b2877 {
  display: none;
}
#s-25a4eba3-21c6-4f99-8d83-62073d6b2877, #wrap-s-25a4eba3-21c6-4f99-8d83-62073d6b2877, #wrap-content-s-25a4eba3-21c6-4f99-8d83-62073d6b2877 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25a4eba3-21c6-4f99-8d83-62073d6b2877 {
  display: none;
}
#s-25a4eba3-21c6-4f99-8d83-62073d6b2877, #wrap-s-25a4eba3-21c6-4f99-8d83-62073d6b2877, #wrap-content-s-25a4eba3-21c6-4f99-8d83-62073d6b2877 { display: none !important; }}
@media (min-width: 0px) {
[id="s-25a4eba3-21c6-4f99-8d83-62073d6b2877"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25a4eba3-21c6-4f99-8d83-62073d6b2877"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25a4eba3-21c6-4f99-8d83-62073d6b2877"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25a4eba3-21c6-4f99-8d83-62073d6b2877"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  display: none;
}
#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a, #wrap-s-beb5701e-af64-4930-b247-6f4bbc1b1e2a, #wrap-content-s-beb5701e-af64-4930-b247-6f4bbc1b1e2a { display: none !important; }}@media (max-width: 767px){#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  display: none;
}
#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a, #wrap-s-beb5701e-af64-4930-b247-6f4bbc1b1e2a, #wrap-content-s-beb5701e-af64-4930-b247-6f4bbc1b1e2a { display: none !important; }}
#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a-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-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a .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-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-beb5701e-af64-4930-b247-6f4bbc1b1e2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-beb5701e-af64-4930-b247-6f4bbc1b1e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beb5701e-af64-4930-b247-6f4bbc1b1e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a-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-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a .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-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a img.shogun-image {
  width: 100%;
  
  
  

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




.s-beb5701e-af64-4930-b247-6f4bbc1b1e2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-beb5701e-af64-4930-b247-6f4bbc1b1e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beb5701e-af64-4930-b247-6f4bbc1b1e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a-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-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a .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-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a img.shogun-image {
  width: 100%;
  
  
  

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




.s-beb5701e-af64-4930-b247-6f4bbc1b1e2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-beb5701e-af64-4930-b247-6f4bbc1b1e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beb5701e-af64-4930-b247-6f4bbc1b1e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a-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-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a .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-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a img.shogun-image {
  width: 100%;
  
  
  

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




.s-beb5701e-af64-4930-b247-6f4bbc1b1e2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-beb5701e-af64-4930-b247-6f4bbc1b1e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beb5701e-af64-4930-b247-6f4bbc1b1e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a-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-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a .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-beb5701e-af64-4930-b247-6f4bbc1b1e2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a img.shogun-image {
  width: 100%;
  
  
  

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




.s-beb5701e-af64-4930-b247-6f4bbc1b1e2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-beb5701e-af64-4930-b247-6f4bbc1b1e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beb5701e-af64-4930-b247-6f4bbc1b1e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beb5701e-af64-4930-b247-6f4bbc1b1e2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ca218e42-70d9-4ae8-99ef-0e47b1d67824 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca218e42-70d9-4ae8-99ef-0e47b1d67824 {
  display: none;
}
#s-ca218e42-70d9-4ae8-99ef-0e47b1d67824, #wrap-s-ca218e42-70d9-4ae8-99ef-0e47b1d67824, #wrap-content-s-ca218e42-70d9-4ae8-99ef-0e47b1d67824 { display: none !important; }}@media (max-width: 767px){#s-ca218e42-70d9-4ae8-99ef-0e47b1d67824 {
  display: none;
}
#s-ca218e42-70d9-4ae8-99ef-0e47b1d67824, #wrap-s-ca218e42-70d9-4ae8-99ef-0e47b1d67824, #wrap-content-s-ca218e42-70d9-4ae8-99ef-0e47b1d67824 { display: none !important; }}
#s-db880aac-1045-4788-a8a0-644e605845ad {
  margin-left: auto;
margin-right: auto;
}

#s-db880aac-1045-4788-a8a0-644e605845ad hr {
  border-top: 1px solid #ddd;
}

#s-435c3a57-437e-4f60-b7be-71c07179f4f7 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-435c3a57-437e-4f60-b7be-71c07179f4f7 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-fa0f57d5-8b69-48cd-ad2d-970d4c918cc1 {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-fa0f57d5-8b69-48cd-ad2d-970d4c918cc1 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-362cc11a-a99f-444f-bd9a-8f4b05604ee6 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-362cc11a-a99f-444f-bd9a-8f4b05604ee6 {
  
}
}@media (max-width: 767px){#s-362cc11a-a99f-444f-bd9a-8f4b05604ee6 {
  
}
}
#s-36344499-9b77-4dfb-835c-951644380c9c {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-36344499-9b77-4dfb-835c-951644380c9c {
  display: none;
}
#s-36344499-9b77-4dfb-835c-951644380c9c, #wrap-s-36344499-9b77-4dfb-835c-951644380c9c, #wrap-content-s-36344499-9b77-4dfb-835c-951644380c9c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36344499-9b77-4dfb-835c-951644380c9c {
  display: none;
}
#s-36344499-9b77-4dfb-835c-951644380c9c, #wrap-s-36344499-9b77-4dfb-835c-951644380c9c, #wrap-content-s-36344499-9b77-4dfb-835c-951644380c9c { display: none !important; }}
@media (min-width: 0px) {
[id="s-36344499-9b77-4dfb-835c-951644380c9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36344499-9b77-4dfb-835c-951644380c9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36344499-9b77-4dfb-835c-951644380c9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36344499-9b77-4dfb-835c-951644380c9c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  display: none;
}
#s-febb2235-f43b-40ae-8b5b-64bd39625e77, #wrap-s-febb2235-f43b-40ae-8b5b-64bd39625e77, #wrap-content-s-febb2235-f43b-40ae-8b5b-64bd39625e77 { display: none !important; }}@media (max-width: 767px){#s-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  display: none;
}
#s-febb2235-f43b-40ae-8b5b-64bd39625e77, #wrap-s-febb2235-f43b-40ae-8b5b-64bd39625e77, #wrap-content-s-febb2235-f43b-40ae-8b5b-64bd39625e77 { display: none !important; }}
#s-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-febb2235-f43b-40ae-8b5b-64bd39625e77-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-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-febb2235-f43b-40ae-8b5b-64bd39625e77 .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-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-febb2235-f43b-40ae-8b5b-64bd39625e77 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-febb2235-f43b-40ae-8b5b-64bd39625e77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-febb2235-f43b-40ae-8b5b-64bd39625e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-febb2235-f43b-40ae-8b5b-64bd39625e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-febb2235-f43b-40ae-8b5b-64bd39625e77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-febb2235-f43b-40ae-8b5b-64bd39625e77-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-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-febb2235-f43b-40ae-8b5b-64bd39625e77 .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-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-febb2235-f43b-40ae-8b5b-64bd39625e77 img.shogun-image {
  width: 100%;
  
  
  

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




.s-febb2235-f43b-40ae-8b5b-64bd39625e77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-febb2235-f43b-40ae-8b5b-64bd39625e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-febb2235-f43b-40ae-8b5b-64bd39625e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-febb2235-f43b-40ae-8b5b-64bd39625e77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-febb2235-f43b-40ae-8b5b-64bd39625e77-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-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-febb2235-f43b-40ae-8b5b-64bd39625e77 .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-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-febb2235-f43b-40ae-8b5b-64bd39625e77 img.shogun-image {
  width: 100%;
  
  
  

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




.s-febb2235-f43b-40ae-8b5b-64bd39625e77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-febb2235-f43b-40ae-8b5b-64bd39625e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-febb2235-f43b-40ae-8b5b-64bd39625e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-febb2235-f43b-40ae-8b5b-64bd39625e77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-febb2235-f43b-40ae-8b5b-64bd39625e77-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-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-febb2235-f43b-40ae-8b5b-64bd39625e77 .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-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-febb2235-f43b-40ae-8b5b-64bd39625e77 img.shogun-image {
  width: 100%;
  
  
  

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




.s-febb2235-f43b-40ae-8b5b-64bd39625e77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-febb2235-f43b-40ae-8b5b-64bd39625e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-febb2235-f43b-40ae-8b5b-64bd39625e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-febb2235-f43b-40ae-8b5b-64bd39625e77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-febb2235-f43b-40ae-8b5b-64bd39625e77-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-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-febb2235-f43b-40ae-8b5b-64bd39625e77 .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-febb2235-f43b-40ae-8b5b-64bd39625e77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-febb2235-f43b-40ae-8b5b-64bd39625e77 img.shogun-image {
  width: 100%;
  
  
  

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




.s-febb2235-f43b-40ae-8b5b-64bd39625e77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-febb2235-f43b-40ae-8b5b-64bd39625e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-febb2235-f43b-40ae-8b5b-64bd39625e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-febb2235-f43b-40ae-8b5b-64bd39625e77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-85c5deaf-96ba-4fb8-b317-3a22070499b7 {
  margin-top: 25px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-85c5deaf-96ba-4fb8-b317-3a22070499b7 {
  display: none;
}
#s-85c5deaf-96ba-4fb8-b317-3a22070499b7, #wrap-s-85c5deaf-96ba-4fb8-b317-3a22070499b7, #wrap-content-s-85c5deaf-96ba-4fb8-b317-3a22070499b7 { display: none !important; }}@media (max-width: 767px){#s-85c5deaf-96ba-4fb8-b317-3a22070499b7 {
  display: none;
}
#s-85c5deaf-96ba-4fb8-b317-3a22070499b7, #wrap-s-85c5deaf-96ba-4fb8-b317-3a22070499b7, #wrap-content-s-85c5deaf-96ba-4fb8-b317-3a22070499b7 { display: none !important; }}
#s-e5c8886e-c0d3-4548-b36c-5eb22c916afe {
  margin-left: auto;
margin-right: auto;
}

#s-e5c8886e-c0d3-4548-b36c-5eb22c916afe hr {
  border-top: 1px solid #ddd;
}

#s-62524cd5-5291-4a19-9ea2-76f9f33d2961 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-62524cd5-5291-4a19-9ea2-76f9f33d2961 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-ef3eb0d3-8cb0-4374-b03f-1823f94e6217 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-ef3eb0d3-8cb0-4374-b03f-1823f94e6217 {
  display: none;
}
#s-ef3eb0d3-8cb0-4374-b03f-1823f94e6217, #wrap-s-ef3eb0d3-8cb0-4374-b03f-1823f94e6217, #wrap-content-s-ef3eb0d3-8cb0-4374-b03f-1823f94e6217 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef3eb0d3-8cb0-4374-b03f-1823f94e6217 {
  display: none;
}
#s-ef3eb0d3-8cb0-4374-b03f-1823f94e6217, #wrap-s-ef3eb0d3-8cb0-4374-b03f-1823f94e6217, #wrap-content-s-ef3eb0d3-8cb0-4374-b03f-1823f94e6217 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef3eb0d3-8cb0-4374-b03f-1823f94e6217 {
  
}
}@media (max-width: 767px){#s-ef3eb0d3-8cb0-4374-b03f-1823f94e6217 {
  
}
}
@media (min-width: 0px) {
[id="s-ef3eb0d3-8cb0-4374-b03f-1823f94e6217"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef3eb0d3-8cb0-4374-b03f-1823f94e6217"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef3eb0d3-8cb0-4374-b03f-1823f94e6217"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef3eb0d3-8cb0-4374-b03f-1823f94e6217"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  display: none;
}
#s-422fd0a9-267f-49a1-8d0c-42692acddd2e, #wrap-s-422fd0a9-267f-49a1-8d0c-42692acddd2e, #wrap-content-s-422fd0a9-267f-49a1-8d0c-42692acddd2e { display: none !important; }}@media (max-width: 767px){#s-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  display: none;
}
#s-422fd0a9-267f-49a1-8d0c-42692acddd2e, #wrap-s-422fd0a9-267f-49a1-8d0c-42692acddd2e, #wrap-content-s-422fd0a9-267f-49a1-8d0c-42692acddd2e { display: none !important; }}
#s-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e-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-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e .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-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-422fd0a9-267f-49a1-8d0c-42692acddd2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-422fd0a9-267f-49a1-8d0c-42692acddd2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-422fd0a9-267f-49a1-8d0c-42692acddd2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e-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-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e .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-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e img.shogun-image {
  width: 100%;
  
  
  

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




.s-422fd0a9-267f-49a1-8d0c-42692acddd2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-422fd0a9-267f-49a1-8d0c-42692acddd2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-422fd0a9-267f-49a1-8d0c-42692acddd2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e-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-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e .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-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e img.shogun-image {
  width: 100%;
  
  
  

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




.s-422fd0a9-267f-49a1-8d0c-42692acddd2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-422fd0a9-267f-49a1-8d0c-42692acddd2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-422fd0a9-267f-49a1-8d0c-42692acddd2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e-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-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e .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-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e img.shogun-image {
  width: 100%;
  
  
  

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




.s-422fd0a9-267f-49a1-8d0c-42692acddd2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-422fd0a9-267f-49a1-8d0c-42692acddd2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-422fd0a9-267f-49a1-8d0c-42692acddd2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e-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-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e .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-422fd0a9-267f-49a1-8d0c-42692acddd2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e img.shogun-image {
  width: 100%;
  
  
  

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




.s-422fd0a9-267f-49a1-8d0c-42692acddd2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-422fd0a9-267f-49a1-8d0c-42692acddd2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-422fd0a9-267f-49a1-8d0c-42692acddd2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-422fd0a9-267f-49a1-8d0c-42692acddd2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-47545b1f-1d8b-4427-a2e6-ab02aef4a1a2 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-47545b1f-1d8b-4427-a2e6-ab02aef4a1a2 {
  display: none;
}
#s-47545b1f-1d8b-4427-a2e6-ab02aef4a1a2, #wrap-s-47545b1f-1d8b-4427-a2e6-ab02aef4a1a2, #wrap-content-s-47545b1f-1d8b-4427-a2e6-ab02aef4a1a2 { display: none !important; }}@media (max-width: 767px){#s-47545b1f-1d8b-4427-a2e6-ab02aef4a1a2 {
  display: none;
}
#s-47545b1f-1d8b-4427-a2e6-ab02aef4a1a2, #wrap-s-47545b1f-1d8b-4427-a2e6-ab02aef4a1a2, #wrap-content-s-47545b1f-1d8b-4427-a2e6-ab02aef4a1a2 { display: none !important; }}
#s-21f2941b-8928-4c43-9d5d-90fdf638693b {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-21f2941b-8928-4c43-9d5d-90fdf638693b .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-075b168c-47a7-46e9-8e5d-20e1cef69433 {
  margin-top: 25px;
margin-left: 4%;
margin-bottom: 25px;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-075b168c-47a7-46e9-8e5d-20e1cef69433 {
  
}
}@media (max-width: 767px){#s-075b168c-47a7-46e9-8e5d-20e1cef69433 {
  
}
}
#s-344c9543-8793-4ac3-9dd2-2dce36b5893c {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-344c9543-8793-4ac3-9dd2-2dce36b5893c {
  display: none;
}
#s-344c9543-8793-4ac3-9dd2-2dce36b5893c, #wrap-s-344c9543-8793-4ac3-9dd2-2dce36b5893c, #wrap-content-s-344c9543-8793-4ac3-9dd2-2dce36b5893c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-344c9543-8793-4ac3-9dd2-2dce36b5893c {
  display: none;
}
#s-344c9543-8793-4ac3-9dd2-2dce36b5893c, #wrap-s-344c9543-8793-4ac3-9dd2-2dce36b5893c, #wrap-content-s-344c9543-8793-4ac3-9dd2-2dce36b5893c { display: none !important; }}
@media (min-width: 0px) {
[id="s-344c9543-8793-4ac3-9dd2-2dce36b5893c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-344c9543-8793-4ac3-9dd2-2dce36b5893c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-344c9543-8793-4ac3-9dd2-2dce36b5893c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-344c9543-8793-4ac3-9dd2-2dce36b5893c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  display: none;
}
#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16, #wrap-s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16, #wrap-content-s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 { display: none !important; }}@media (max-width: 767px){#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  display: none;
}
#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16, #wrap-s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16, #wrap-content-s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 { display: none !important; }}
#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16-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-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 .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-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16-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-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 .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-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16-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-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 .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-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16-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-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 .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-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16-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-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 .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-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f1b7d2e-2fc4-4dc1-9ed7-99b9ff3eab16.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-988ca283-1953-476e-a60a-67b1dd8304e0 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-988ca283-1953-476e-a60a-67b1dd8304e0 {
  display: none;
}
#s-988ca283-1953-476e-a60a-67b1dd8304e0, #wrap-s-988ca283-1953-476e-a60a-67b1dd8304e0, #wrap-content-s-988ca283-1953-476e-a60a-67b1dd8304e0 { display: none !important; }}@media (max-width: 767px){#s-988ca283-1953-476e-a60a-67b1dd8304e0 {
  display: none;
}
#s-988ca283-1953-476e-a60a-67b1dd8304e0, #wrap-s-988ca283-1953-476e-a60a-67b1dd8304e0, #wrap-content-s-988ca283-1953-476e-a60a-67b1dd8304e0 { display: none !important; }}
#s-ec715600-a7ec-4b31-a0e8-3f73f95ca9f6 {
  margin-left: auto;
margin-right: auto;
}

#s-ec715600-a7ec-4b31-a0e8-3f73f95ca9f6 hr {
  border-top: 1px solid #ddd;
}

#s-e1dc0b20-37cc-4330-9120-a294cff16144 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-e1dc0b20-37cc-4330-9120-a294cff16144 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-97139f67-7d53-4ed2-ab01-d3da341e42be {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-97139f67-7d53-4ed2-ab01-d3da341e42be .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-28cb3d19-c422-4428-9fed-1236a83a8624 {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-28cb3d19-c422-4428-9fed-1236a83a8624 {
  
}
}@media (max-width: 767px){#s-28cb3d19-c422-4428-9fed-1236a83a8624 {
  
}
}
#s-c0f6a020-4ab6-421e-8110-13ed6fdca941 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-c0f6a020-4ab6-421e-8110-13ed6fdca941 {
  display: none;
}
#s-c0f6a020-4ab6-421e-8110-13ed6fdca941, #wrap-s-c0f6a020-4ab6-421e-8110-13ed6fdca941, #wrap-content-s-c0f6a020-4ab6-421e-8110-13ed6fdca941 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0f6a020-4ab6-421e-8110-13ed6fdca941 {
  display: none;
}
#s-c0f6a020-4ab6-421e-8110-13ed6fdca941, #wrap-s-c0f6a020-4ab6-421e-8110-13ed6fdca941, #wrap-content-s-c0f6a020-4ab6-421e-8110-13ed6fdca941 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0f6a020-4ab6-421e-8110-13ed6fdca941 {
  display: none;
}
#s-c0f6a020-4ab6-421e-8110-13ed6fdca941, #wrap-s-c0f6a020-4ab6-421e-8110-13ed6fdca941, #wrap-content-s-c0f6a020-4ab6-421e-8110-13ed6fdca941 { display: none !important; }}@media (max-width: 767px){#s-c0f6a020-4ab6-421e-8110-13ed6fdca941 {
  display: none;
}
#s-c0f6a020-4ab6-421e-8110-13ed6fdca941, #wrap-s-c0f6a020-4ab6-421e-8110-13ed6fdca941, #wrap-content-s-c0f6a020-4ab6-421e-8110-13ed6fdca941 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c0f6a020-4ab6-421e-8110-13ed6fdca941"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0f6a020-4ab6-421e-8110-13ed6fdca941"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c0f6a020-4ab6-421e-8110-13ed6fdca941"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0f6a020-4ab6-421e-8110-13ed6fdca941"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ef250c37-e607-4113-bbc9-af9a6719c854 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-ef250c37-e607-4113-bbc9-af9a6719c854 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef250c37-e607-4113-bbc9-af9a6719c854-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-ef250c37-e607-4113-bbc9-af9a6719c854 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-ef250c37-e607-4113-bbc9-af9a6719c854 .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-ef250c37-e607-4113-bbc9-af9a6719c854 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ef250c37-e607-4113-bbc9-af9a6719c854 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-ef250c37-e607-4113-bbc9-af9a6719c854 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef250c37-e607-4113-bbc9-af9a6719c854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef250c37-e607-4113-bbc9-af9a6719c854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef250c37-e607-4113-bbc9-af9a6719c854.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ef250c37-e607-4113-bbc9-af9a6719c854 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef250c37-e607-4113-bbc9-af9a6719c854-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-ef250c37-e607-4113-bbc9-af9a6719c854 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef250c37-e607-4113-bbc9-af9a6719c854 .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-ef250c37-e607-4113-bbc9-af9a6719c854 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ef250c37-e607-4113-bbc9-af9a6719c854 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ef250c37-e607-4113-bbc9-af9a6719c854 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef250c37-e607-4113-bbc9-af9a6719c854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef250c37-e607-4113-bbc9-af9a6719c854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef250c37-e607-4113-bbc9-af9a6719c854.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ef250c37-e607-4113-bbc9-af9a6719c854 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef250c37-e607-4113-bbc9-af9a6719c854-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-ef250c37-e607-4113-bbc9-af9a6719c854 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef250c37-e607-4113-bbc9-af9a6719c854 .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-ef250c37-e607-4113-bbc9-af9a6719c854 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ef250c37-e607-4113-bbc9-af9a6719c854 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ef250c37-e607-4113-bbc9-af9a6719c854 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef250c37-e607-4113-bbc9-af9a6719c854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef250c37-e607-4113-bbc9-af9a6719c854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef250c37-e607-4113-bbc9-af9a6719c854.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ef250c37-e607-4113-bbc9-af9a6719c854 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef250c37-e607-4113-bbc9-af9a6719c854-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-ef250c37-e607-4113-bbc9-af9a6719c854 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef250c37-e607-4113-bbc9-af9a6719c854 .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-ef250c37-e607-4113-bbc9-af9a6719c854 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ef250c37-e607-4113-bbc9-af9a6719c854 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ef250c37-e607-4113-bbc9-af9a6719c854 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef250c37-e607-4113-bbc9-af9a6719c854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef250c37-e607-4113-bbc9-af9a6719c854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef250c37-e607-4113-bbc9-af9a6719c854.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ef250c37-e607-4113-bbc9-af9a6719c854 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef250c37-e607-4113-bbc9-af9a6719c854-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-ef250c37-e607-4113-bbc9-af9a6719c854 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef250c37-e607-4113-bbc9-af9a6719c854 .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-ef250c37-e607-4113-bbc9-af9a6719c854 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ef250c37-e607-4113-bbc9-af9a6719c854 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ef250c37-e607-4113-bbc9-af9a6719c854 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef250c37-e607-4113-bbc9-af9a6719c854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef250c37-e607-4113-bbc9-af9a6719c854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef250c37-e607-4113-bbc9-af9a6719c854.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9903e01d-5009-4698-9be3-01a9c71e1393 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  display: none;
}
#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e, #wrap-s-8bba11b9-be36-46f7-9462-8dff5db1cb2e, #wrap-content-s-8bba11b9-be36-46f7-9462-8dff5db1cb2e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  display: none;
}
#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e, #wrap-s-8bba11b9-be36-46f7-9462-8dff5db1cb2e, #wrap-content-s-8bba11b9-be36-46f7-9462-8dff5db1cb2e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  
}
}@media (max-width: 767px){#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  
}
}
#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e-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-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e .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-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-8bba11b9-be36-46f7-9462-8dff5db1cb2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8bba11b9-be36-46f7-9462-8dff5db1cb2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bba11b9-be36-46f7-9462-8dff5db1cb2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e-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-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e .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-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e img.shogun-image {
  width: 100%;
  
  
  

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




.s-8bba11b9-be36-46f7-9462-8dff5db1cb2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8bba11b9-be36-46f7-9462-8dff5db1cb2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bba11b9-be36-46f7-9462-8dff5db1cb2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e-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-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e .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-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e img.shogun-image {
  width: 100%;
  
  
  

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




.s-8bba11b9-be36-46f7-9462-8dff5db1cb2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8bba11b9-be36-46f7-9462-8dff5db1cb2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bba11b9-be36-46f7-9462-8dff5db1cb2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e-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-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e .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-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e img.shogun-image {
  width: 100%;
  
  
  

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




.s-8bba11b9-be36-46f7-9462-8dff5db1cb2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8bba11b9-be36-46f7-9462-8dff5db1cb2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bba11b9-be36-46f7-9462-8dff5db1cb2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e-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-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e .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-8bba11b9-be36-46f7-9462-8dff5db1cb2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e img.shogun-image {
  width: 100%;
  
  
  

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




.s-8bba11b9-be36-46f7-9462-8dff5db1cb2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8bba11b9-be36-46f7-9462-8dff5db1cb2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bba11b9-be36-46f7-9462-8dff5db1cb2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bba11b9-be36-46f7-9462-8dff5db1cb2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5ad13dfc-d328-4279-a452-06209c57bb2b {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5ad13dfc-d328-4279-a452-06209c57bb2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ad13dfc-d328-4279-a452-06209c57bb2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1003891-0b4d-4b24-a8c1-11f99b86b7b5 {
  margin-left: auto;
margin-right: auto;
}

#s-e1003891-0b4d-4b24-a8c1-11f99b86b7b5 hr {
  border-top: 1px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3 {
  display: none;
}
#s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3, #wrap-s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3, #wrap-content-s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3 {
  display: none;
}
#s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3, #wrap-s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3, #wrap-content-s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3 { display: none !important; }}
#s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-3a8680b2-a1fb-4d7f-92a3-bbb1a9a741a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}
.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-30ba74a6-f5bf-4e74-9e1e-8c1b73eb09f9 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-30ba74a6-f5bf-4e74-9e1e-8c1b73eb09f9 {
  display: none;
}
#s-30ba74a6-f5bf-4e74-9e1e-8c1b73eb09f9, #wrap-s-30ba74a6-f5bf-4e74-9e1e-8c1b73eb09f9, #wrap-content-s-30ba74a6-f5bf-4e74-9e1e-8c1b73eb09f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30ba74a6-f5bf-4e74-9e1e-8c1b73eb09f9 {
  display: none;
}
#s-30ba74a6-f5bf-4e74-9e1e-8c1b73eb09f9, #wrap-s-30ba74a6-f5bf-4e74-9e1e-8c1b73eb09f9, #wrap-content-s-30ba74a6-f5bf-4e74-9e1e-8c1b73eb09f9 { display: none !important; }}
#s-30ba74a6-f5bf-4e74-9e1e-8c1b73eb09f9 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-30ba74a6-f5bf-4e74-9e1e-8c1b73eb09f9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-30ba74a6-f5bf-4e74-9e1e-8c1b73eb09f9 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-30ba74a6-f5bf-4e74-9e1e-8c1b73eb09f9 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-30ba74a6-f5bf-4e74-9e1e-8c1b73eb09f9 td.shogun-table-column, #s-30ba74a6-f5bf-4e74-9e1e-8c1b73eb09f9 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
  margin: 0 !important;
  overflow: visible;
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
  /* Add background color handling */
  
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e99c02bf-3580-4549-9d46-d3ff08b59999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image {
  box-sizing: border-box;
}



.s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container {
      position: relative;
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
  margin: 0 !important;
  overflow: visible;
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
  /* Add background color handling */
  
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e99c02bf-3580-4549-9d46-d3ff08b59999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image {
  box-sizing: border-box;
}



.s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container {
      position: relative;
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
  margin: 0 !important;
  overflow: visible;
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
  /* Add background color handling */
  
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e99c02bf-3580-4549-9d46-d3ff08b59999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image {
  box-sizing: border-box;
}



.s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container {
      position: relative;
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
  margin: 0 !important;
  overflow: visible;
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
  /* Add background color handling */
  
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e99c02bf-3580-4549-9d46-d3ff08b59999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image {
  box-sizing: border-box;
}



.s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container {
      position: relative;
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
  margin: 0 !important;
  overflow: visible;
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
  /* Add background color handling */
  
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e99c02bf-3580-4549-9d46-d3ff08b59999 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e99c02bf-3580-4549-9d46-d3ff08b59999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image {
  box-sizing: border-box;
}



.s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e99c02bf-3580-4549-9d46-d3ff08b59999 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container {
      position: relative;
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e99c02bf-3580-4549-9d46-d3ff08b59999 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-010469b6-2d44-45af-8319-091d683480f1 {
  max-width: 70px;
text-align: center;
}

#s-010469b6-2d44-45af-8319-091d683480f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-010469b6-2d44-45af-8319-091d683480f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-010469b6-2d44-45af-8319-091d683480f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-010469b6-2d44-45af-8319-091d683480f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-010469b6-2d44-45af-8319-091d683480f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-010469b6-2d44-45af-8319-091d683480f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-010469b6-2d44-45af-8319-091d683480f1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-010469b6-2d44-45af-8319-091d683480f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-010469b6-2d44-45af-8319-091d683480f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-010469b6-2d44-45af-8319-091d683480f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-010469b6-2d44-45af-8319-091d683480f1.shogun-image {
  box-sizing: border-box;
}



.s-010469b6-2d44-45af-8319-091d683480f1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-010469b6-2d44-45af-8319-091d683480f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-010469b6-2d44-45af-8319-091d683480f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-010469b6-2d44-45af-8319-091d683480f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-010469b6-2d44-45af-8319-091d683480f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-010469b6-2d44-45af-8319-091d683480f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-010469b6-2d44-45af-8319-091d683480f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-010469b6-2d44-45af-8319-091d683480f1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-010469b6-2d44-45af-8319-091d683480f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-010469b6-2d44-45af-8319-091d683480f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-010469b6-2d44-45af-8319-091d683480f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-010469b6-2d44-45af-8319-091d683480f1.shogun-image {
  box-sizing: border-box;
}



.s-010469b6-2d44-45af-8319-091d683480f1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-010469b6-2d44-45af-8319-091d683480f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-010469b6-2d44-45af-8319-091d683480f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-010469b6-2d44-45af-8319-091d683480f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-010469b6-2d44-45af-8319-091d683480f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-010469b6-2d44-45af-8319-091d683480f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-010469b6-2d44-45af-8319-091d683480f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-010469b6-2d44-45af-8319-091d683480f1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-010469b6-2d44-45af-8319-091d683480f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-010469b6-2d44-45af-8319-091d683480f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-010469b6-2d44-45af-8319-091d683480f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-010469b6-2d44-45af-8319-091d683480f1.shogun-image {
  box-sizing: border-box;
}



.s-010469b6-2d44-45af-8319-091d683480f1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-010469b6-2d44-45af-8319-091d683480f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-010469b6-2d44-45af-8319-091d683480f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-010469b6-2d44-45af-8319-091d683480f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-010469b6-2d44-45af-8319-091d683480f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-010469b6-2d44-45af-8319-091d683480f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-010469b6-2d44-45af-8319-091d683480f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-010469b6-2d44-45af-8319-091d683480f1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-010469b6-2d44-45af-8319-091d683480f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-010469b6-2d44-45af-8319-091d683480f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-010469b6-2d44-45af-8319-091d683480f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-010469b6-2d44-45af-8319-091d683480f1.shogun-image {
  box-sizing: border-box;
}



.s-010469b6-2d44-45af-8319-091d683480f1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-010469b6-2d44-45af-8319-091d683480f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-010469b6-2d44-45af-8319-091d683480f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-010469b6-2d44-45af-8319-091d683480f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-010469b6-2d44-45af-8319-091d683480f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-010469b6-2d44-45af-8319-091d683480f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-010469b6-2d44-45af-8319-091d683480f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-010469b6-2d44-45af-8319-091d683480f1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-010469b6-2d44-45af-8319-091d683480f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-010469b6-2d44-45af-8319-091d683480f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-010469b6-2d44-45af-8319-091d683480f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-010469b6-2d44-45af-8319-091d683480f1.shogun-image {
  box-sizing: border-box;
}



.s-010469b6-2d44-45af-8319-091d683480f1 img.shogun-image {
  
}


}
#s-96ae889f-8e34-4e90-b2e8-88ecde6fd859 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-96ae889f-8e34-4e90-b2e8-88ecde6fd859"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96ae889f-8e34-4e90-b2e8-88ecde6fd859"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96ae889f-8e34-4e90-b2e8-88ecde6fd859"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96ae889f-8e34-4e90-b2e8-88ecde6fd859"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96ae889f-8e34-4e90-b2e8-88ecde6fd859"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96ae889f-8e34-4e90-b2e8-88ecde6fd859"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96ae889f-8e34-4e90-b2e8-88ecde6fd859"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a16e1667-f255-4a76-92ab-d065338c7571 {
  margin-top: 32px;
margin-bottom: 32px;
max-width: 70px;
text-align: center;
}

#s-a16e1667-f255-4a76-92ab-d065338c7571 {
  margin: 0 !important;
  overflow: visible;
}

#s-a16e1667-f255-4a76-92ab-d065338c7571-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a16e1667-f255-4a76-92ab-d065338c7571 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a16e1667-f255-4a76-92ab-d065338c7571 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a16e1667-f255-4a76-92ab-d065338c7571 img.shogun-image {
  /* Add background color handling */
  
}

#s-a16e1667-f255-4a76-92ab-d065338c7571 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a16e1667-f255-4a76-92ab-d065338c7571.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a16e1667-f255-4a76-92ab-d065338c7571 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a16e1667-f255-4a76-92ab-d065338c7571.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a16e1667-f255-4a76-92ab-d065338c7571.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a16e1667-f255-4a76-92ab-d065338c7571.shogun-image {
  box-sizing: border-box;
}



.s-a16e1667-f255-4a76-92ab-d065338c7571 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a16e1667-f255-4a76-92ab-d065338c7571 {
  margin: 0 !important;
  overflow: visible;
}

#s-a16e1667-f255-4a76-92ab-d065338c7571-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a16e1667-f255-4a76-92ab-d065338c7571 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a16e1667-f255-4a76-92ab-d065338c7571 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a16e1667-f255-4a76-92ab-d065338c7571 img.shogun-image {
  /* Add background color handling */
  
}

#s-a16e1667-f255-4a76-92ab-d065338c7571 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a16e1667-f255-4a76-92ab-d065338c7571.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a16e1667-f255-4a76-92ab-d065338c7571 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a16e1667-f255-4a76-92ab-d065338c7571.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a16e1667-f255-4a76-92ab-d065338c7571.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a16e1667-f255-4a76-92ab-d065338c7571.shogun-image {
  box-sizing: border-box;
}



.s-a16e1667-f255-4a76-92ab-d065338c7571 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a16e1667-f255-4a76-92ab-d065338c7571 {
  margin: 0 !important;
  overflow: visible;
}

#s-a16e1667-f255-4a76-92ab-d065338c7571-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a16e1667-f255-4a76-92ab-d065338c7571 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a16e1667-f255-4a76-92ab-d065338c7571 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a16e1667-f255-4a76-92ab-d065338c7571 img.shogun-image {
  /* Add background color handling */
  
}

#s-a16e1667-f255-4a76-92ab-d065338c7571 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a16e1667-f255-4a76-92ab-d065338c7571.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a16e1667-f255-4a76-92ab-d065338c7571 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a16e1667-f255-4a76-92ab-d065338c7571.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a16e1667-f255-4a76-92ab-d065338c7571.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a16e1667-f255-4a76-92ab-d065338c7571.shogun-image {
  box-sizing: border-box;
}



.s-a16e1667-f255-4a76-92ab-d065338c7571 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a16e1667-f255-4a76-92ab-d065338c7571 {
  margin: 0 !important;
  overflow: visible;
}

#s-a16e1667-f255-4a76-92ab-d065338c7571-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a16e1667-f255-4a76-92ab-d065338c7571 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a16e1667-f255-4a76-92ab-d065338c7571 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a16e1667-f255-4a76-92ab-d065338c7571 img.shogun-image {
  /* Add background color handling */
  
}

#s-a16e1667-f255-4a76-92ab-d065338c7571 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a16e1667-f255-4a76-92ab-d065338c7571.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a16e1667-f255-4a76-92ab-d065338c7571 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a16e1667-f255-4a76-92ab-d065338c7571.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a16e1667-f255-4a76-92ab-d065338c7571.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a16e1667-f255-4a76-92ab-d065338c7571.shogun-image {
  box-sizing: border-box;
}



.s-a16e1667-f255-4a76-92ab-d065338c7571 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a16e1667-f255-4a76-92ab-d065338c7571 {
  margin: 0 !important;
  overflow: visible;
}

#s-a16e1667-f255-4a76-92ab-d065338c7571-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a16e1667-f255-4a76-92ab-d065338c7571 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a16e1667-f255-4a76-92ab-d065338c7571 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a16e1667-f255-4a76-92ab-d065338c7571 img.shogun-image {
  /* Add background color handling */
  
}

#s-a16e1667-f255-4a76-92ab-d065338c7571 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a16e1667-f255-4a76-92ab-d065338c7571.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a16e1667-f255-4a76-92ab-d065338c7571 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a16e1667-f255-4a76-92ab-d065338c7571.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a16e1667-f255-4a76-92ab-d065338c7571.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a16e1667-f255-4a76-92ab-d065338c7571.shogun-image {
  box-sizing: border-box;
}



.s-a16e1667-f255-4a76-92ab-d065338c7571 img.shogun-image {
  
}


}
#s-810c29fc-670e-4744-a4e1-ec09fc746dd4 {
  padding-top: 22px;
}

#s-529e929a-3161-40d4-bde7-e84e66969118 {
  margin-top: 13px;
margin-bottom: 13px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-529e929a-3161-40d4-bde7-e84e66969118 {
  margin: 0 !important;
  overflow: visible;
}

#s-529e929a-3161-40d4-bde7-e84e66969118-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-529e929a-3161-40d4-bde7-e84e66969118 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-529e929a-3161-40d4-bde7-e84e66969118 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
  /* Add background color handling */
  
}

#s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
  /* Add padding handling */
  
  
  
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-529e929a-3161-40d4-bde7-e84e66969118 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-529e929a-3161-40d4-bde7-e84e66969118 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-529e929a-3161-40d4-bde7-e84e66969118 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-529e929a-3161-40d4-bde7-e84e66969118 .shogun-image-content {
  
    justify-content: center;
  
}

.s-529e929a-3161-40d4-bde7-e84e66969118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image {
  box-sizing: border-box;
}



.s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-529e929a-3161-40d4-bde7-e84e66969118 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container {
      position: relative;
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-529e929a-3161-40d4-bde7-e84e66969118 {
  margin: 0 !important;
  overflow: visible;
}

#s-529e929a-3161-40d4-bde7-e84e66969118-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-529e929a-3161-40d4-bde7-e84e66969118 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-529e929a-3161-40d4-bde7-e84e66969118 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
  /* Add background color handling */
  
}

#s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-529e929a-3161-40d4-bde7-e84e66969118 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-529e929a-3161-40d4-bde7-e84e66969118 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-529e929a-3161-40d4-bde7-e84e66969118 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-529e929a-3161-40d4-bde7-e84e66969118 .shogun-image-content {
  
    justify-content: center;
  
}

.s-529e929a-3161-40d4-bde7-e84e66969118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image {
  box-sizing: border-box;
}



.s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-529e929a-3161-40d4-bde7-e84e66969118 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container {
      position: relative;
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-529e929a-3161-40d4-bde7-e84e66969118 {
  margin: 0 !important;
  overflow: visible;
}

#s-529e929a-3161-40d4-bde7-e84e66969118-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-529e929a-3161-40d4-bde7-e84e66969118 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-529e929a-3161-40d4-bde7-e84e66969118 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
  /* Add background color handling */
  
}

#s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-529e929a-3161-40d4-bde7-e84e66969118 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-529e929a-3161-40d4-bde7-e84e66969118 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-529e929a-3161-40d4-bde7-e84e66969118 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-529e929a-3161-40d4-bde7-e84e66969118 .shogun-image-content {
  
    justify-content: center;
  
}

.s-529e929a-3161-40d4-bde7-e84e66969118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image {
  box-sizing: border-box;
}



.s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-529e929a-3161-40d4-bde7-e84e66969118 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container {
      position: relative;
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-529e929a-3161-40d4-bde7-e84e66969118 {
  margin: 0 !important;
  overflow: visible;
}

#s-529e929a-3161-40d4-bde7-e84e66969118-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-529e929a-3161-40d4-bde7-e84e66969118 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-529e929a-3161-40d4-bde7-e84e66969118 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
  /* Add background color handling */
  
}

#s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-529e929a-3161-40d4-bde7-e84e66969118 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-529e929a-3161-40d4-bde7-e84e66969118 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-529e929a-3161-40d4-bde7-e84e66969118 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-529e929a-3161-40d4-bde7-e84e66969118 .shogun-image-content {
  
    justify-content: center;
  
}

.s-529e929a-3161-40d4-bde7-e84e66969118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image {
  box-sizing: border-box;
}



.s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-529e929a-3161-40d4-bde7-e84e66969118 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container {
      position: relative;
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-529e929a-3161-40d4-bde7-e84e66969118 {
  margin: 0 !important;
  overflow: visible;
}

#s-529e929a-3161-40d4-bde7-e84e66969118-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-529e929a-3161-40d4-bde7-e84e66969118 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-529e929a-3161-40d4-bde7-e84e66969118 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
  /* Add background color handling */
  
}

#s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-529e929a-3161-40d4-bde7-e84e66969118 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-529e929a-3161-40d4-bde7-e84e66969118 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-529e929a-3161-40d4-bde7-e84e66969118 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-529e929a-3161-40d4-bde7-e84e66969118 .shogun-image-content {
  
    justify-content: center;
  
}

.s-529e929a-3161-40d4-bde7-e84e66969118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image {
  box-sizing: border-box;
}



.s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-529e929a-3161-40d4-bde7-e84e66969118 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container {
      position: relative;
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-529e929a-3161-40d4-bde7-e84e66969118 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a358054-fdb0-4d5f-92a5-7d3411944919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image {
  box-sizing: border-box;
}



.s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container {
      position: relative;
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a358054-fdb0-4d5f-92a5-7d3411944919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image {
  box-sizing: border-box;
}



.s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container {
      position: relative;
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a358054-fdb0-4d5f-92a5-7d3411944919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image {
  box-sizing: border-box;
}



.s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container {
      position: relative;
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a358054-fdb0-4d5f-92a5-7d3411944919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image {
  box-sizing: border-box;
}



.s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container {
      position: relative;
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3a358054-fdb0-4d5f-92a5-7d3411944919 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a358054-fdb0-4d5f-92a5-7d3411944919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image {
  box-sizing: border-box;
}



.s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a358054-fdb0-4d5f-92a5-7d3411944919 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container {
      position: relative;
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a358054-fdb0-4d5f-92a5-7d3411944919 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-f4e68a74-700d-4f31-95e5-674483777652 {
  max-width: 70px;
text-align: center;
}

#s-f4e68a74-700d-4f31-95e5-674483777652 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4e68a74-700d-4f31-95e5-674483777652-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4e68a74-700d-4f31-95e5-674483777652 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4e68a74-700d-4f31-95e5-674483777652 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4e68a74-700d-4f31-95e5-674483777652 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4e68a74-700d-4f31-95e5-674483777652 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f4e68a74-700d-4f31-95e5-674483777652 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4e68a74-700d-4f31-95e5-674483777652.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4e68a74-700d-4f31-95e5-674483777652.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e68a74-700d-4f31-95e5-674483777652.shogun-image {
  box-sizing: border-box;
}



.s-f4e68a74-700d-4f31-95e5-674483777652 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f4e68a74-700d-4f31-95e5-674483777652 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4e68a74-700d-4f31-95e5-674483777652-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4e68a74-700d-4f31-95e5-674483777652 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4e68a74-700d-4f31-95e5-674483777652 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4e68a74-700d-4f31-95e5-674483777652 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4e68a74-700d-4f31-95e5-674483777652 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f4e68a74-700d-4f31-95e5-674483777652 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4e68a74-700d-4f31-95e5-674483777652.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4e68a74-700d-4f31-95e5-674483777652.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e68a74-700d-4f31-95e5-674483777652.shogun-image {
  box-sizing: border-box;
}



.s-f4e68a74-700d-4f31-95e5-674483777652 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f4e68a74-700d-4f31-95e5-674483777652 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4e68a74-700d-4f31-95e5-674483777652-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4e68a74-700d-4f31-95e5-674483777652 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4e68a74-700d-4f31-95e5-674483777652 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4e68a74-700d-4f31-95e5-674483777652 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4e68a74-700d-4f31-95e5-674483777652 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f4e68a74-700d-4f31-95e5-674483777652 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4e68a74-700d-4f31-95e5-674483777652.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4e68a74-700d-4f31-95e5-674483777652.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e68a74-700d-4f31-95e5-674483777652.shogun-image {
  box-sizing: border-box;
}



.s-f4e68a74-700d-4f31-95e5-674483777652 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f4e68a74-700d-4f31-95e5-674483777652 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4e68a74-700d-4f31-95e5-674483777652-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4e68a74-700d-4f31-95e5-674483777652 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4e68a74-700d-4f31-95e5-674483777652 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4e68a74-700d-4f31-95e5-674483777652 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4e68a74-700d-4f31-95e5-674483777652 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f4e68a74-700d-4f31-95e5-674483777652 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4e68a74-700d-4f31-95e5-674483777652.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4e68a74-700d-4f31-95e5-674483777652.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e68a74-700d-4f31-95e5-674483777652.shogun-image {
  box-sizing: border-box;
}



.s-f4e68a74-700d-4f31-95e5-674483777652 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f4e68a74-700d-4f31-95e5-674483777652 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4e68a74-700d-4f31-95e5-674483777652-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4e68a74-700d-4f31-95e5-674483777652 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4e68a74-700d-4f31-95e5-674483777652 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4e68a74-700d-4f31-95e5-674483777652 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4e68a74-700d-4f31-95e5-674483777652 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f4e68a74-700d-4f31-95e5-674483777652 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4e68a74-700d-4f31-95e5-674483777652.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4e68a74-700d-4f31-95e5-674483777652.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e68a74-700d-4f31-95e5-674483777652.shogun-image {
  box-sizing: border-box;
}



.s-f4e68a74-700d-4f31-95e5-674483777652 img.shogun-image {
  
}


}
#s-5985e905-71f8-4edc-a2fd-b3605433b359 {
  max-width: 70px;
text-align: center;
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359 {
  margin: 0 !important;
  overflow: visible;
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5985e905-71f8-4edc-a2fd-b3605433b359 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5985e905-71f8-4edc-a2fd-b3605433b359 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359 img.shogun-image {
  /* Add background color handling */
  
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5985e905-71f8-4edc-a2fd-b3605433b359 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5985e905-71f8-4edc-a2fd-b3605433b359.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5985e905-71f8-4edc-a2fd-b3605433b359.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359.shogun-image {
  box-sizing: border-box;
}



.s-5985e905-71f8-4edc-a2fd-b3605433b359 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5985e905-71f8-4edc-a2fd-b3605433b359 {
  margin: 0 !important;
  overflow: visible;
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5985e905-71f8-4edc-a2fd-b3605433b359 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5985e905-71f8-4edc-a2fd-b3605433b359 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359 img.shogun-image {
  /* Add background color handling */
  
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5985e905-71f8-4edc-a2fd-b3605433b359 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5985e905-71f8-4edc-a2fd-b3605433b359.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5985e905-71f8-4edc-a2fd-b3605433b359.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359.shogun-image {
  box-sizing: border-box;
}



.s-5985e905-71f8-4edc-a2fd-b3605433b359 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5985e905-71f8-4edc-a2fd-b3605433b359 {
  margin: 0 !important;
  overflow: visible;
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5985e905-71f8-4edc-a2fd-b3605433b359 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5985e905-71f8-4edc-a2fd-b3605433b359 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359 img.shogun-image {
  /* Add background color handling */
  
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5985e905-71f8-4edc-a2fd-b3605433b359 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5985e905-71f8-4edc-a2fd-b3605433b359.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5985e905-71f8-4edc-a2fd-b3605433b359.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359.shogun-image {
  box-sizing: border-box;
}



.s-5985e905-71f8-4edc-a2fd-b3605433b359 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5985e905-71f8-4edc-a2fd-b3605433b359 {
  margin: 0 !important;
  overflow: visible;
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5985e905-71f8-4edc-a2fd-b3605433b359 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5985e905-71f8-4edc-a2fd-b3605433b359 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359 img.shogun-image {
  /* Add background color handling */
  
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5985e905-71f8-4edc-a2fd-b3605433b359 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5985e905-71f8-4edc-a2fd-b3605433b359.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5985e905-71f8-4edc-a2fd-b3605433b359.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359.shogun-image {
  box-sizing: border-box;
}



.s-5985e905-71f8-4edc-a2fd-b3605433b359 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5985e905-71f8-4edc-a2fd-b3605433b359 {
  margin: 0 !important;
  overflow: visible;
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5985e905-71f8-4edc-a2fd-b3605433b359 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5985e905-71f8-4edc-a2fd-b3605433b359 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359 img.shogun-image {
  /* Add background color handling */
  
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5985e905-71f8-4edc-a2fd-b3605433b359 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5985e905-71f8-4edc-a2fd-b3605433b359.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5985e905-71f8-4edc-a2fd-b3605433b359.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5985e905-71f8-4edc-a2fd-b3605433b359.shogun-image {
  box-sizing: border-box;
}



.s-5985e905-71f8-4edc-a2fd-b3605433b359 img.shogun-image {
  
}


}
#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b {
  max-width: 70px;
text-align: center;
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b {
  margin: 0 !important;
  overflow: visible;
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3374fd39-e4b4-45db-aaf7-04dde9ba887b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3374fd39-e4b4-45db-aaf7-04dde9ba887b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b img.shogun-image {
  /* Add background color handling */
  
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b.shogun-image {
  box-sizing: border-box;
}



.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b img.shogun-image {
  
}


@media (min-width: 1200px){#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b {
  margin: 0 !important;
  overflow: visible;
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3374fd39-e4b4-45db-aaf7-04dde9ba887b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3374fd39-e4b4-45db-aaf7-04dde9ba887b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b img.shogun-image {
  /* Add background color handling */
  
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b.shogun-image {
  box-sizing: border-box;
}



.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b {
  margin: 0 !important;
  overflow: visible;
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3374fd39-e4b4-45db-aaf7-04dde9ba887b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3374fd39-e4b4-45db-aaf7-04dde9ba887b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b img.shogun-image {
  /* Add background color handling */
  
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b.shogun-image {
  box-sizing: border-box;
}



.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b {
  margin: 0 !important;
  overflow: visible;
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3374fd39-e4b4-45db-aaf7-04dde9ba887b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3374fd39-e4b4-45db-aaf7-04dde9ba887b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b img.shogun-image {
  /* Add background color handling */
  
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b.shogun-image {
  box-sizing: border-box;
}



.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b img.shogun-image {
  
}


}@media (max-width: 767px){#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b {
  margin: 0 !important;
  overflow: visible;
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3374fd39-e4b4-45db-aaf7-04dde9ba887b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3374fd39-e4b4-45db-aaf7-04dde9ba887b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b img.shogun-image {
  /* Add background color handling */
  
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3374fd39-e4b4-45db-aaf7-04dde9ba887b.shogun-image {
  box-sizing: border-box;
}



.s-3374fd39-e4b4-45db-aaf7-04dde9ba887b img.shogun-image {
  
}


}
#s-a9abe53d-8260-48b7-b824-500957411214 {
  padding-top: 22px;
}

#s-4622d05c-4fc2-4204-bdc4-a733de3ff8a8 {
  padding-top: 22px;
}

#s-920eeb2e-9e1f-4baa-93a0-2a5771dce501 {
  padding-top: 22px;
}

#s-1dc14312-912f-48e5-9d2a-3ca03222b379 {
  padding-top: 22px;
}

#s-361e9d43-b567-4ea5-878c-202874fb0776 {
  padding-top: 22px;
}

#s-586aab95-7e6b-40d6-abbc-e4b4f89a72dc {
  padding-top: 22px;
}

#s-de63987e-4c36-442a-a97e-d9f7a587fd64 {
  padding-top: 22px;
}

#s-3106baf3-afa1-4045-8f36-ad65fb1bc9dc {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-3106baf3-afa1-4045-8f36-ad65fb1bc9dc {
  display: none;
}
#s-3106baf3-afa1-4045-8f36-ad65fb1bc9dc, #wrap-s-3106baf3-afa1-4045-8f36-ad65fb1bc9dc, #wrap-content-s-3106baf3-afa1-4045-8f36-ad65fb1bc9dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3106baf3-afa1-4045-8f36-ad65fb1bc9dc {
  display: none;
}
#s-3106baf3-afa1-4045-8f36-ad65fb1bc9dc, #wrap-s-3106baf3-afa1-4045-8f36-ad65fb1bc9dc, #wrap-content-s-3106baf3-afa1-4045-8f36-ad65fb1bc9dc { display: none !important; }}
#s-3106baf3-afa1-4045-8f36-ad65fb1bc9dc .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-3106baf3-afa1-4045-8f36-ad65fb1bc9dc table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3106baf3-afa1-4045-8f36-ad65fb1bc9dc td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-3106baf3-afa1-4045-8f36-ad65fb1bc9dc td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-3106baf3-afa1-4045-8f36-ad65fb1bc9dc td.shogun-table-column, #s-3106baf3-afa1-4045-8f36-ad65fb1bc9dc td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image {
  box-sizing: border-box;
}



.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container {
      position: relative;
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image {
  box-sizing: border-box;
}



.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container {
      position: relative;
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image {
  box-sizing: border-box;
}



.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container {
      position: relative;
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image {
  box-sizing: border-box;
}



.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container {
      position: relative;
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image {
  box-sizing: border-box;
}



.s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container {
      position: relative;
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-353da8d7-2662-47cd-8b18-5f8b53ad37f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 {
  max-width: 70px;
text-align: center;
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shogun-image {
  box-sizing: border-box;
}



.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shogun-image {
  box-sizing: border-box;
}



.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shogun-image {
  box-sizing: border-box;
}



.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shogun-image {
  box-sizing: border-box;
}



.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482.shogun-image {
  box-sizing: border-box;
}



.s-b0d5f1e0-8da5-42bb-bbf3-c0e3d5077482 img.shogun-image {
  
}


}
#s-545369d5-53c5-43e5-b5f6-a67a1c8f65ff {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-545369d5-53c5-43e5-b5f6-a67a1c8f65ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-545369d5-53c5-43e5-b5f6-a67a1c8f65ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-545369d5-53c5-43e5-b5f6-a67a1c8f65ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-545369d5-53c5-43e5-b5f6-a67a1c8f65ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-545369d5-53c5-43e5-b5f6-a67a1c8f65ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-545369d5-53c5-43e5-b5f6-a67a1c8f65ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-545369d5-53c5-43e5-b5f6-a67a1c8f65ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-82f2e8b3-0148-4925-950b-f8406e212d0d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-82f2e8b3-0148-4925-950b-f8406e212d0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82f2e8b3-0148-4925-950b-f8406e212d0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82f2e8b3-0148-4925-950b-f8406e212d0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82f2e8b3-0148-4925-950b-f8406e212d0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82f2e8b3-0148-4925-950b-f8406e212d0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82f2e8b3-0148-4925-950b-f8406e212d0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82f2e8b3-0148-4925-950b-f8406e212d0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-477f8c8d-1bf8-4d48-9640-86cbb87de58f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-477f8c8d-1bf8-4d48-9640-86cbb87de58f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-477f8c8d-1bf8-4d48-9640-86cbb87de58f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-477f8c8d-1bf8-4d48-9640-86cbb87de58f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-477f8c8d-1bf8-4d48-9640-86cbb87de58f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-477f8c8d-1bf8-4d48-9640-86cbb87de58f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-477f8c8d-1bf8-4d48-9640-86cbb87de58f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 {
  max-width: 70px;
text-align: center;
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 {
  margin: 0 !important;
  overflow: visible;
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 img.shogun-image {
  /* Add background color handling */
  
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shogun-image {
  box-sizing: border-box;
}



.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 {
  margin: 0 !important;
  overflow: visible;
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 img.shogun-image {
  /* Add background color handling */
  
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shogun-image {
  box-sizing: border-box;
}



.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 {
  margin: 0 !important;
  overflow: visible;
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 img.shogun-image {
  /* Add background color handling */
  
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shogun-image {
  box-sizing: border-box;
}



.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 {
  margin: 0 !important;
  overflow: visible;
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 img.shogun-image {
  /* Add background color handling */
  
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shogun-image {
  box-sizing: border-box;
}



.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 {
  margin: 0 !important;
  overflow: visible;
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 img.shogun-image {
  /* Add background color handling */
  
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926.shogun-image {
  box-sizing: border-box;
}



.s-a29fd8df-0302-4d5c-9bc5-e33b6c33c926 img.shogun-image {
  
}


}
#s-9387781c-4aa9-43b0-add6-004dcdaef0fd {
  padding-top: 22px;
}

#s-b0323dba-91b0-45f6-9885-ff4eb7620152 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-b0323dba-91b0-45f6-9885-ff4eb7620152"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0323dba-91b0-45f6-9885-ff4eb7620152"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b0323dba-91b0-45f6-9885-ff4eb7620152"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0323dba-91b0-45f6-9885-ff4eb7620152"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b0323dba-91b0-45f6-9885-ff4eb7620152"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0323dba-91b0-45f6-9885-ff4eb7620152"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b0323dba-91b0-45f6-9885-ff4eb7620152"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image {
  box-sizing: border-box;
}



.s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container {
      position: relative;
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image {
  box-sizing: border-box;
}



.s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container {
      position: relative;
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image {
  box-sizing: border-box;
}



.s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container {
      position: relative;
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image {
  box-sizing: border-box;
}



.s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container {
      position: relative;
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-271ffcc5-6859-4375-a7aa-ba0296c859d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image {
  box-sizing: border-box;
}



.s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container {
      position: relative;
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-271ffcc5-6859-4375-a7aa-ba0296c859d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-aaeef508-56d5-4db1-845d-616c369158f4 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-aaeef508-56d5-4db1-845d-616c369158f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-aaeef508-56d5-4db1-845d-616c369158f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aaeef508-56d5-4db1-845d-616c369158f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aaeef508-56d5-4db1-845d-616c369158f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaeef508-56d5-4db1-845d-616c369158f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aaeef508-56d5-4db1-845d-616c369158f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaeef508-56d5-4db1-845d-616c369158f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aaeef508-56d5-4db1-845d-616c369158f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aaeef508-56d5-4db1-845d-616c369158f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image {
  box-sizing: border-box;
}



.s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aaeef508-56d5-4db1-845d-616c369158f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container {
      position: relative;
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-aaeef508-56d5-4db1-845d-616c369158f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-aaeef508-56d5-4db1-845d-616c369158f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aaeef508-56d5-4db1-845d-616c369158f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aaeef508-56d5-4db1-845d-616c369158f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaeef508-56d5-4db1-845d-616c369158f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aaeef508-56d5-4db1-845d-616c369158f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaeef508-56d5-4db1-845d-616c369158f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aaeef508-56d5-4db1-845d-616c369158f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aaeef508-56d5-4db1-845d-616c369158f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image {
  box-sizing: border-box;
}



.s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aaeef508-56d5-4db1-845d-616c369158f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container {
      position: relative;
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-aaeef508-56d5-4db1-845d-616c369158f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-aaeef508-56d5-4db1-845d-616c369158f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aaeef508-56d5-4db1-845d-616c369158f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aaeef508-56d5-4db1-845d-616c369158f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaeef508-56d5-4db1-845d-616c369158f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aaeef508-56d5-4db1-845d-616c369158f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaeef508-56d5-4db1-845d-616c369158f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aaeef508-56d5-4db1-845d-616c369158f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aaeef508-56d5-4db1-845d-616c369158f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image {
  box-sizing: border-box;
}



.s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aaeef508-56d5-4db1-845d-616c369158f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container {
      position: relative;
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-aaeef508-56d5-4db1-845d-616c369158f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-aaeef508-56d5-4db1-845d-616c369158f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aaeef508-56d5-4db1-845d-616c369158f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aaeef508-56d5-4db1-845d-616c369158f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaeef508-56d5-4db1-845d-616c369158f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aaeef508-56d5-4db1-845d-616c369158f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaeef508-56d5-4db1-845d-616c369158f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aaeef508-56d5-4db1-845d-616c369158f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aaeef508-56d5-4db1-845d-616c369158f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image {
  box-sizing: border-box;
}



.s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aaeef508-56d5-4db1-845d-616c369158f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container {
      position: relative;
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-aaeef508-56d5-4db1-845d-616c369158f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-aaeef508-56d5-4db1-845d-616c369158f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aaeef508-56d5-4db1-845d-616c369158f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aaeef508-56d5-4db1-845d-616c369158f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaeef508-56d5-4db1-845d-616c369158f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aaeef508-56d5-4db1-845d-616c369158f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaeef508-56d5-4db1-845d-616c369158f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aaeef508-56d5-4db1-845d-616c369158f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aaeef508-56d5-4db1-845d-616c369158f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image {
  box-sizing: border-box;
}



.s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aaeef508-56d5-4db1-845d-616c369158f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container {
      position: relative;
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaeef508-56d5-4db1-845d-616c369158f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-3e378282-7e53-46e4-bfa4-18af5a40e1a6 {
  padding-top: 22px;
}

#s-903bfd0d-a6b0-4ec3-8458-cb6920204678 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-903bfd0d-a6b0-4ec3-8458-cb6920204678"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-903bfd0d-a6b0-4ec3-8458-cb6920204678"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-903bfd0d-a6b0-4ec3-8458-cb6920204678"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-903bfd0d-a6b0-4ec3-8458-cb6920204678"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-903bfd0d-a6b0-4ec3-8458-cb6920204678"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-903bfd0d-a6b0-4ec3-8458-cb6920204678"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-903bfd0d-a6b0-4ec3-8458-cb6920204678"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d {
  max-width: 70px;
text-align: center;
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d {
  margin: 0 !important;
  overflow: visible;
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d img.shogun-image {
  /* Add background color handling */
  
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d .shogun-image-content {
  
    justify-content: center;
  
}

.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shogun-image {
  box-sizing: border-box;
}



.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d img.shogun-image {
  
}


@media (min-width: 1200px){#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d {
  margin: 0 !important;
  overflow: visible;
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d img.shogun-image {
  /* Add background color handling */
  
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d .shogun-image-content {
  
    justify-content: center;
  
}

.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shogun-image {
  box-sizing: border-box;
}



.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d {
  margin: 0 !important;
  overflow: visible;
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d img.shogun-image {
  /* Add background color handling */
  
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d .shogun-image-content {
  
    justify-content: center;
  
}

.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shogun-image {
  box-sizing: border-box;
}



.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d {
  margin: 0 !important;
  overflow: visible;
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d img.shogun-image {
  /* Add background color handling */
  
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d .shogun-image-content {
  
    justify-content: center;
  
}

.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shogun-image {
  box-sizing: border-box;
}



.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d img.shogun-image {
  
}


}@media (max-width: 767px){#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d {
  margin: 0 !important;
  overflow: visible;
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d img.shogun-image {
  /* Add background color handling */
  
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d .shogun-image-content {
  
    justify-content: center;
  
}

.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d.shogun-image {
  box-sizing: border-box;
}



.s-584bb1b1-fa53-4fa7-9c0e-41d0a972374d img.shogun-image {
  
}


}
#s-ba3a664e-c2ff-4496-a7f2-1d780e5affe6 {
  padding-top: 19px;
}

#s-cdb48337-7331-45d7-91d1-7527d95ab849 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-cdb48337-7331-45d7-91d1-7527d95ab849"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdb48337-7331-45d7-91d1-7527d95ab849"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cdb48337-7331-45d7-91d1-7527d95ab849"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cdb48337-7331-45d7-91d1-7527d95ab849"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cdb48337-7331-45d7-91d1-7527d95ab849"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdb48337-7331-45d7-91d1-7527d95ab849"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cdb48337-7331-45d7-91d1-7527d95ab849"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image {
  box-sizing: border-box;
}



.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container {
      position: relative;
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image {
  box-sizing: border-box;
}



.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container {
      position: relative;
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image {
  box-sizing: border-box;
}



.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container {
      position: relative;
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image {
  box-sizing: border-box;
}



.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container {
      position: relative;
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image {
  box-sizing: border-box;
}



.s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container {
      position: relative;
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f4ade6a-671b-4e3f-a6c6-300a13e6b103 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-5b2177f6-2ac5-4f6b-a39c-ec1d4c53e298 {
  padding-top: 19px;
}

#s-572d9fe5-909a-4ea3-9c8f-28c7c28ba248 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-572d9fe5-909a-4ea3-9c8f-28c7c28ba248"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-572d9fe5-909a-4ea3-9c8f-28c7c28ba248"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-572d9fe5-909a-4ea3-9c8f-28c7c28ba248"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-572d9fe5-909a-4ea3-9c8f-28c7c28ba248"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-572d9fe5-909a-4ea3-9c8f-28c7c28ba248"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-572d9fe5-909a-4ea3-9c8f-28c7c28ba248"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-572d9fe5-909a-4ea3-9c8f-28c7c28ba248"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f {
  max-width: 70px;
text-align: center;
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f {
  margin: 0 !important;
  overflow: visible;
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53cde1b9-7525-442a-ba2b-e6c0f10e547f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53cde1b9-7525-442a-ba2b-e6c0f10e547f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f img.shogun-image {
  /* Add background color handling */
  
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f .shogun-image-content {
  
    justify-content: center;
  
}

.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f.shogun-image {
  box-sizing: border-box;
}



.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f img.shogun-image {
  
}


@media (min-width: 1200px){#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f {
  margin: 0 !important;
  overflow: visible;
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53cde1b9-7525-442a-ba2b-e6c0f10e547f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53cde1b9-7525-442a-ba2b-e6c0f10e547f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f img.shogun-image {
  /* Add background color handling */
  
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f .shogun-image-content {
  
    justify-content: center;
  
}

.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f.shogun-image {
  box-sizing: border-box;
}



.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f {
  margin: 0 !important;
  overflow: visible;
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53cde1b9-7525-442a-ba2b-e6c0f10e547f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53cde1b9-7525-442a-ba2b-e6c0f10e547f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f img.shogun-image {
  /* Add background color handling */
  
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f .shogun-image-content {
  
    justify-content: center;
  
}

.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f.shogun-image {
  box-sizing: border-box;
}



.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f {
  margin: 0 !important;
  overflow: visible;
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53cde1b9-7525-442a-ba2b-e6c0f10e547f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53cde1b9-7525-442a-ba2b-e6c0f10e547f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f img.shogun-image {
  /* Add background color handling */
  
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f .shogun-image-content {
  
    justify-content: center;
  
}

.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f.shogun-image {
  box-sizing: border-box;
}



.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f img.shogun-image {
  
}


}@media (max-width: 767px){#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f {
  margin: 0 !important;
  overflow: visible;
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53cde1b9-7525-442a-ba2b-e6c0f10e547f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53cde1b9-7525-442a-ba2b-e6c0f10e547f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f img.shogun-image {
  /* Add background color handling */
  
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f .shogun-image-content {
  
    justify-content: center;
  
}

.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53cde1b9-7525-442a-ba2b-e6c0f10e547f.shogun-image {
  box-sizing: border-box;
}



.s-53cde1b9-7525-442a-ba2b-e6c0f10e547f img.shogun-image {
  
}


}
#s-673ef429-c9fa-4f27-b863-143f9dbaaac4 {
  padding-top: 19px;
}

#s-dc864dcf-5bee-4ad5-8faa-9cebf4d8c8bb {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-dc864dcf-5bee-4ad5-8faa-9cebf4d8c8bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc864dcf-5bee-4ad5-8faa-9cebf4d8c8bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc864dcf-5bee-4ad5-8faa-9cebf4d8c8bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc864dcf-5bee-4ad5-8faa-9cebf4d8c8bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc864dcf-5bee-4ad5-8faa-9cebf4d8c8bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc864dcf-5bee-4ad5-8faa-9cebf4d8c8bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc864dcf-5bee-4ad5-8faa-9cebf4d8c8bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 {
  max-width: 70px;
text-align: center;
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2.shogun-image {
  box-sizing: border-box;
}



.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2.shogun-image {
  box-sizing: border-box;
}



.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2.shogun-image {
  box-sizing: border-box;
}



.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2.shogun-image {
  box-sizing: border-box;
}



.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2.shogun-image {
  box-sizing: border-box;
}



.s-b25dd08d-fdf2-4a4d-b1b9-88fc968998e2 img.shogun-image {
  
}


}
#s-7407364b-7d09-4321-a90f-f3d4db11ac8e {
  padding-top: 19px;
}

#s-3dcf4587-79c5-484d-b20c-22e7e7491725 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-3dcf4587-79c5-484d-b20c-22e7e7491725"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dcf4587-79c5-484d-b20c-22e7e7491725"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3dcf4587-79c5-484d-b20c-22e7e7491725"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3dcf4587-79c5-484d-b20c-22e7e7491725"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3dcf4587-79c5-484d-b20c-22e7e7491725"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dcf4587-79c5-484d-b20c-22e7e7491725"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3dcf4587-79c5-484d-b20c-22e7e7491725"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a {
  max-width: 70px;
text-align: center;
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a {
  margin: 0 !important;
  overflow: visible;
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a img.shogun-image {
  /* Add background color handling */
  
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shogun-image {
  box-sizing: border-box;
}



.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a img.shogun-image {
  
}


@media (min-width: 1200px){#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a {
  margin: 0 !important;
  overflow: visible;
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a img.shogun-image {
  /* Add background color handling */
  
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shogun-image {
  box-sizing: border-box;
}



.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a {
  margin: 0 !important;
  overflow: visible;
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a img.shogun-image {
  /* Add background color handling */
  
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shogun-image {
  box-sizing: border-box;
}



.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a {
  margin: 0 !important;
  overflow: visible;
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a img.shogun-image {
  /* Add background color handling */
  
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shogun-image {
  box-sizing: border-box;
}



.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a img.shogun-image {
  
}


}@media (max-width: 767px){#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a {
  margin: 0 !important;
  overflow: visible;
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a img.shogun-image {
  /* Add background color handling */
  
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a.shogun-image {
  box-sizing: border-box;
}



.s-5b33f173-e54b-4a9a-b67b-bfdfacbca68a img.shogun-image {
  
}


}
#s-c9ff8987-8fe7-460b-b6ad-76fdd433c6ec {
  padding-top: 22px;
}

#s-f40baec9-0512-4dd9-85f9-4989b8d24bbe {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-f40baec9-0512-4dd9-85f9-4989b8d24bbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f40baec9-0512-4dd9-85f9-4989b8d24bbe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f40baec9-0512-4dd9-85f9-4989b8d24bbe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f40baec9-0512-4dd9-85f9-4989b8d24bbe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f40baec9-0512-4dd9-85f9-4989b8d24bbe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f40baec9-0512-4dd9-85f9-4989b8d24bbe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f40baec9-0512-4dd9-85f9-4989b8d24bbe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 {
  max-width: 70px;
text-align: center;
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shogun-image {
  box-sizing: border-box;
}



.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shogun-image {
  box-sizing: border-box;
}



.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shogun-image {
  box-sizing: border-box;
}



.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shogun-image {
  box-sizing: border-box;
}



.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4cb1374-4b9d-486c-8af9-aeef17f0a753.shogun-image {
  box-sizing: border-box;
}



.s-f4cb1374-4b9d-486c-8af9-aeef17f0a753 img.shogun-image {
  
}


}
#s-64830f37-df34-42f0-bfd1-d5ac868de767 {
  padding-top: 22px;
}

#s-64a93b43-13d7-4daf-b12b-e7feb5ae49f4 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-64a93b43-13d7-4daf-b12b-e7feb5ae49f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64a93b43-13d7-4daf-b12b-e7feb5ae49f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64a93b43-13d7-4daf-b12b-e7feb5ae49f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64a93b43-13d7-4daf-b12b-e7feb5ae49f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64a93b43-13d7-4daf-b12b-e7feb5ae49f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64a93b43-13d7-4daf-b12b-e7feb5ae49f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64a93b43-13d7-4daf-b12b-e7feb5ae49f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-19a2ac39-4611-422f-8130-cb2165baefaf {
  max-width: 70px;
text-align: center;
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf {
  margin: 0 !important;
  overflow: visible;
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19a2ac39-4611-422f-8130-cb2165baefaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19a2ac39-4611-422f-8130-cb2165baefaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf img.shogun-image {
  /* Add background color handling */
  
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-19a2ac39-4611-422f-8130-cb2165baefaf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-19a2ac39-4611-422f-8130-cb2165baefaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-19a2ac39-4611-422f-8130-cb2165baefaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19a2ac39-4611-422f-8130-cb2165baefaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf.shogun-image {
  box-sizing: border-box;
}



.s-19a2ac39-4611-422f-8130-cb2165baefaf img.shogun-image {
  
}


@media (min-width: 1200px){#s-19a2ac39-4611-422f-8130-cb2165baefaf {
  margin: 0 !important;
  overflow: visible;
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19a2ac39-4611-422f-8130-cb2165baefaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19a2ac39-4611-422f-8130-cb2165baefaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf img.shogun-image {
  /* Add background color handling */
  
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-19a2ac39-4611-422f-8130-cb2165baefaf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-19a2ac39-4611-422f-8130-cb2165baefaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-19a2ac39-4611-422f-8130-cb2165baefaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19a2ac39-4611-422f-8130-cb2165baefaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf.shogun-image {
  box-sizing: border-box;
}



.s-19a2ac39-4611-422f-8130-cb2165baefaf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-19a2ac39-4611-422f-8130-cb2165baefaf {
  margin: 0 !important;
  overflow: visible;
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19a2ac39-4611-422f-8130-cb2165baefaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19a2ac39-4611-422f-8130-cb2165baefaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf img.shogun-image {
  /* Add background color handling */
  
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-19a2ac39-4611-422f-8130-cb2165baefaf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-19a2ac39-4611-422f-8130-cb2165baefaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-19a2ac39-4611-422f-8130-cb2165baefaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19a2ac39-4611-422f-8130-cb2165baefaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf.shogun-image {
  box-sizing: border-box;
}



.s-19a2ac39-4611-422f-8130-cb2165baefaf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-19a2ac39-4611-422f-8130-cb2165baefaf {
  margin: 0 !important;
  overflow: visible;
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19a2ac39-4611-422f-8130-cb2165baefaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19a2ac39-4611-422f-8130-cb2165baefaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf img.shogun-image {
  /* Add background color handling */
  
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-19a2ac39-4611-422f-8130-cb2165baefaf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-19a2ac39-4611-422f-8130-cb2165baefaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-19a2ac39-4611-422f-8130-cb2165baefaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19a2ac39-4611-422f-8130-cb2165baefaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf.shogun-image {
  box-sizing: border-box;
}



.s-19a2ac39-4611-422f-8130-cb2165baefaf img.shogun-image {
  
}


}@media (max-width: 767px){#s-19a2ac39-4611-422f-8130-cb2165baefaf {
  margin: 0 !important;
  overflow: visible;
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19a2ac39-4611-422f-8130-cb2165baefaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19a2ac39-4611-422f-8130-cb2165baefaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf img.shogun-image {
  /* Add background color handling */
  
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-19a2ac39-4611-422f-8130-cb2165baefaf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-19a2ac39-4611-422f-8130-cb2165baefaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-19a2ac39-4611-422f-8130-cb2165baefaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19a2ac39-4611-422f-8130-cb2165baefaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19a2ac39-4611-422f-8130-cb2165baefaf.shogun-image {
  box-sizing: border-box;
}



.s-19a2ac39-4611-422f-8130-cb2165baefaf img.shogun-image {
  
}


}
#s-af8023e4-5c9e-4834-8378-b0a9b2de5ecd {
  padding-top: 22px;
}

#s-f9ed671c-73ca-4762-bcc3-c03d35131ec7 {
  padding-top: 22px;
}

#s-a5b8960b-7c94-45e6-86dc-29f881e45fd4 {
  padding-top: 22px;
}

#s-33b34ad6-692a-449c-a3dd-9daef4810760 {
  margin-left: auto;
margin-right: auto;
}

#s-33b34ad6-692a-449c-a3dd-9daef4810760 hr {
  border-top: 1px solid #ddd;
}

#s-1f00213c-bda0-4fc0-936f-945a8b427d44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f00213c-bda0-4fc0-936f-945a8b427d44 {
  display: none;
}
#s-1f00213c-bda0-4fc0-936f-945a8b427d44, #wrap-s-1f00213c-bda0-4fc0-936f-945a8b427d44, #wrap-content-s-1f00213c-bda0-4fc0-936f-945a8b427d44 { display: none !important; }}@media (max-width: 767px){#s-1f00213c-bda0-4fc0-936f-945a8b427d44 {
  display: none;
}
#s-1f00213c-bda0-4fc0-936f-945a8b427d44, #wrap-s-1f00213c-bda0-4fc0-936f-945a8b427d44, #wrap-content-s-1f00213c-bda0-4fc0-936f-945a8b427d44 { display: none !important; }}
#s-1f00213c-bda0-4fc0-936f-945a8b427d44 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4e11973b-5d53-4381-993a-3de92fac0f1a {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e11973b-5d53-4381-993a-3de92fac0f1a {
  display: none;
}
#s-4e11973b-5d53-4381-993a-3de92fac0f1a, #wrap-s-4e11973b-5d53-4381-993a-3de92fac0f1a, #wrap-content-s-4e11973b-5d53-4381-993a-3de92fac0f1a { display: none !important; }}@media (max-width: 767px){#s-4e11973b-5d53-4381-993a-3de92fac0f1a {
  display: none;
}
#s-4e11973b-5d53-4381-993a-3de92fac0f1a, #wrap-s-4e11973b-5d53-4381-993a-3de92fac0f1a, #wrap-content-s-4e11973b-5d53-4381-993a-3de92fac0f1a { display: none !important; }}
#s-4e11973b-5d53-4381-993a-3de92fac0f1a .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-4e11973b-5d53-4381-993a-3de92fac0f1a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4e11973b-5d53-4381-993a-3de92fac0f1a td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4e11973b-5d53-4381-993a-3de92fac0f1a td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-4e11973b-5d53-4381-993a-3de92fac0f1a td.shogun-table-column, #s-4e11973b-5d53-4381-993a-3de92fac0f1a td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

#s-d73cbf4a-f175-4b2f-828f-9a07c31cf515 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d73cbf4a-f175-4b2f-828f-9a07c31cf515"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d73cbf4a-f175-4b2f-828f-9a07c31cf515"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d73cbf4a-f175-4b2f-828f-9a07c31cf515"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d73cbf4a-f175-4b2f-828f-9a07c31cf515"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d73cbf4a-f175-4b2f-828f-9a07c31cf515"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d73cbf4a-f175-4b2f-828f-9a07c31cf515"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d73cbf4a-f175-4b2f-828f-9a07c31cf515"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image {
  box-sizing: border-box;
}



.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container {
      position: relative;
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image {
  box-sizing: border-box;
}



.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container {
      position: relative;
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image {
  box-sizing: border-box;
}



.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container {
      position: relative;
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image {
  box-sizing: border-box;
}



.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container {
      position: relative;
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image {
  box-sizing: border-box;
}



.s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container {
      position: relative;
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8be75b5-f616-4f2b-8e50-5ab5f0640690 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-26bbda33-6d25-4e78-b31a-1bc336f9c9ea {
  padding-top: 22px;
}

#s-bf99ecec-8fd1-4005-a573-26cbbcfe2252 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bf99ecec-8fd1-4005-a573-26cbbcfe2252"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf99ecec-8fd1-4005-a573-26cbbcfe2252"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf99ecec-8fd1-4005-a573-26cbbcfe2252"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf99ecec-8fd1-4005-a573-26cbbcfe2252"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf99ecec-8fd1-4005-a573-26cbbcfe2252"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf99ecec-8fd1-4005-a573-26cbbcfe2252"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf99ecec-8fd1-4005-a573-26cbbcfe2252"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image {
  box-sizing: border-box;
}



.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container {
      position: relative;
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image {
  box-sizing: border-box;
}



.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container {
      position: relative;
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image {
  box-sizing: border-box;
}



.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container {
      position: relative;
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image {
  box-sizing: border-box;
}



.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container {
      position: relative;
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image {
  box-sizing: border-box;
}



.s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container {
      position: relative;
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dea709ed-24eb-4b42-8835-4303ae3dc2d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-886b9e90-55c7-4e3b-82ff-6965dea4bcd9 {
  padding-top: 22px;
}

#s-06f8f74c-6d4b-405f-868b-23f5035fbddb {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-06f8f74c-6d4b-405f-868b-23f5035fbddb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06f8f74c-6d4b-405f-868b-23f5035fbddb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06f8f74c-6d4b-405f-868b-23f5035fbddb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06f8f74c-6d4b-405f-868b-23f5035fbddb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06f8f74c-6d4b-405f-868b-23f5035fbddb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06f8f74c-6d4b-405f-868b-23f5035fbddb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06f8f74c-6d4b-405f-868b-23f5035fbddb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
  margin: 0 !important;
  overflow: visible;
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
  /* Add background color handling */
  
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image {
  box-sizing: border-box;
}



.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container {
      position: relative;
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
  margin: 0 !important;
  overflow: visible;
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
  /* Add background color handling */
  
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image {
  box-sizing: border-box;
}



.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container {
      position: relative;
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
  margin: 0 !important;
  overflow: visible;
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
  /* Add background color handling */
  
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image {
  box-sizing: border-box;
}



.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container {
      position: relative;
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
  margin: 0 !important;
  overflow: visible;
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
  /* Add background color handling */
  
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image {
  box-sizing: border-box;
}



.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container {
      position: relative;
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
  margin: 0 !important;
  overflow: visible;
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
  /* Add background color handling */
  
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image {
  box-sizing: border-box;
}



.s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container {
      position: relative;
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95c2b13d-ffdd-40b7-b3d6-eca4599048dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-b4519ac3-1e71-462c-8eaa-ab12a8f9d64a {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-ba138fa4-bc44-4c39-aae3-34fae716f517"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba138fa4-bc44-4c39-aae3-34fae716f517"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba138fa4-bc44-4c39-aae3-34fae716f517"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba138fa4-bc44-4c39-aae3-34fae716f517"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba138fa4-bc44-4c39-aae3-34fae716f517"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba138fa4-bc44-4c39-aae3-34fae716f517"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba138fa4-bc44-4c39-aae3-34fae716f517"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-93ca5eb6-da45-487a-a961-682d73364427 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-93ca5eb6-da45-487a-a961-682d73364427 {
  margin: 0 !important;
  overflow: visible;
}

#s-93ca5eb6-da45-487a-a961-682d73364427-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93ca5eb6-da45-487a-a961-682d73364427 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93ca5eb6-da45-487a-a961-682d73364427 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
  /* Add background color handling */
  
}

#s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93ca5eb6-da45-487a-a961-682d73364427 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93ca5eb6-da45-487a-a961-682d73364427 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93ca5eb6-da45-487a-a961-682d73364427 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-93ca5eb6-da45-487a-a961-682d73364427 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93ca5eb6-da45-487a-a961-682d73364427.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image {
  box-sizing: border-box;
}



.s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93ca5eb6-da45-487a-a961-682d73364427 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container {
      position: relative;
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-93ca5eb6-da45-487a-a961-682d73364427 {
  margin: 0 !important;
  overflow: visible;
}

#s-93ca5eb6-da45-487a-a961-682d73364427-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93ca5eb6-da45-487a-a961-682d73364427 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93ca5eb6-da45-487a-a961-682d73364427 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
  /* Add background color handling */
  
}

#s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93ca5eb6-da45-487a-a961-682d73364427 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93ca5eb6-da45-487a-a961-682d73364427 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93ca5eb6-da45-487a-a961-682d73364427 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-93ca5eb6-da45-487a-a961-682d73364427 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93ca5eb6-da45-487a-a961-682d73364427.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image {
  box-sizing: border-box;
}



.s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93ca5eb6-da45-487a-a961-682d73364427 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container {
      position: relative;
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-93ca5eb6-da45-487a-a961-682d73364427 {
  margin: 0 !important;
  overflow: visible;
}

#s-93ca5eb6-da45-487a-a961-682d73364427-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93ca5eb6-da45-487a-a961-682d73364427 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93ca5eb6-da45-487a-a961-682d73364427 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
  /* Add background color handling */
  
}

#s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93ca5eb6-da45-487a-a961-682d73364427 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93ca5eb6-da45-487a-a961-682d73364427 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93ca5eb6-da45-487a-a961-682d73364427 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-93ca5eb6-da45-487a-a961-682d73364427 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93ca5eb6-da45-487a-a961-682d73364427.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image {
  box-sizing: border-box;
}



.s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93ca5eb6-da45-487a-a961-682d73364427 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container {
      position: relative;
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-93ca5eb6-da45-487a-a961-682d73364427 {
  margin: 0 !important;
  overflow: visible;
}

#s-93ca5eb6-da45-487a-a961-682d73364427-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93ca5eb6-da45-487a-a961-682d73364427 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93ca5eb6-da45-487a-a961-682d73364427 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
  /* Add background color handling */
  
}

#s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93ca5eb6-da45-487a-a961-682d73364427 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93ca5eb6-da45-487a-a961-682d73364427 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93ca5eb6-da45-487a-a961-682d73364427 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-93ca5eb6-da45-487a-a961-682d73364427 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93ca5eb6-da45-487a-a961-682d73364427.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image {
  box-sizing: border-box;
}



.s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93ca5eb6-da45-487a-a961-682d73364427 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container {
      position: relative;
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-93ca5eb6-da45-487a-a961-682d73364427 {
  margin: 0 !important;
  overflow: visible;
}

#s-93ca5eb6-da45-487a-a961-682d73364427-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93ca5eb6-da45-487a-a961-682d73364427 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93ca5eb6-da45-487a-a961-682d73364427 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
  /* Add background color handling */
  
}

#s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93ca5eb6-da45-487a-a961-682d73364427 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93ca5eb6-da45-487a-a961-682d73364427 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93ca5eb6-da45-487a-a961-682d73364427 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-93ca5eb6-da45-487a-a961-682d73364427 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93ca5eb6-da45-487a-a961-682d73364427.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image {
  box-sizing: border-box;
}



.s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93ca5eb6-da45-487a-a961-682d73364427 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container {
      position: relative;
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93ca5eb6-da45-487a-a961-682d73364427 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-da9f0338-5839-4a75-83a9-d97486c9b47c {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-7cef2724-6f4d-4448-bd83-4afdd5f7569a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cef2724-6f4d-4448-bd83-4afdd5f7569a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7cef2724-6f4d-4448-bd83-4afdd5f7569a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7cef2724-6f4d-4448-bd83-4afdd5f7569a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7cef2724-6f4d-4448-bd83-4afdd5f7569a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cef2724-6f4d-4448-bd83-4afdd5f7569a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7cef2724-6f4d-4448-bd83-4afdd5f7569a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd {
  max-width: 70px;
text-align: center;
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd {
  margin: 0 !important;
  overflow: visible;
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be6be346-bc5c-4ba2-8810-e28eac42dbfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be6be346-bc5c-4ba2-8810-e28eac42dbfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd img.shogun-image {
  /* Add background color handling */
  
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shogun-image {
  box-sizing: border-box;
}



.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd img.shogun-image {
  
}


@media (min-width: 1200px){#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd {
  margin: 0 !important;
  overflow: visible;
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be6be346-bc5c-4ba2-8810-e28eac42dbfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be6be346-bc5c-4ba2-8810-e28eac42dbfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd img.shogun-image {
  /* Add background color handling */
  
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shogun-image {
  box-sizing: border-box;
}



.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd {
  margin: 0 !important;
  overflow: visible;
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be6be346-bc5c-4ba2-8810-e28eac42dbfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be6be346-bc5c-4ba2-8810-e28eac42dbfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd img.shogun-image {
  /* Add background color handling */
  
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shogun-image {
  box-sizing: border-box;
}



.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd {
  margin: 0 !important;
  overflow: visible;
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be6be346-bc5c-4ba2-8810-e28eac42dbfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be6be346-bc5c-4ba2-8810-e28eac42dbfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd img.shogun-image {
  /* Add background color handling */
  
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shogun-image {
  box-sizing: border-box;
}



.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd img.shogun-image {
  
}


}@media (max-width: 767px){#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd {
  margin: 0 !important;
  overflow: visible;
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be6be346-bc5c-4ba2-8810-e28eac42dbfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be6be346-bc5c-4ba2-8810-e28eac42dbfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd img.shogun-image {
  /* Add background color handling */
  
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be6be346-bc5c-4ba2-8810-e28eac42dbfd.shogun-image {
  box-sizing: border-box;
}



.s-be6be346-bc5c-4ba2-8810-e28eac42dbfd img.shogun-image {
  
}


}
#s-74380898-3a7f-47df-93aa-ffd08f9de6af {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-bb19261b-a3cb-48e3-9285-857bf5b1da2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb19261b-a3cb-48e3-9285-857bf5b1da2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb19261b-a3cb-48e3-9285-857bf5b1da2f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb19261b-a3cb-48e3-9285-857bf5b1da2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb19261b-a3cb-48e3-9285-857bf5b1da2f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb19261b-a3cb-48e3-9285-857bf5b1da2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb19261b-a3cb-48e3-9285-857bf5b1da2f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
  margin: 0 !important;
  overflow: visible;
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
  /* Add background color handling */
  
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image {
  box-sizing: border-box;
}



.s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container {
      position: relative;
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
  margin: 0 !important;
  overflow: visible;
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
  /* Add background color handling */
  
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image {
  box-sizing: border-box;
}



.s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container {
      position: relative;
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
  margin: 0 !important;
  overflow: visible;
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
  /* Add background color handling */
  
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image {
  box-sizing: border-box;
}



.s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container {
      position: relative;
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
  margin: 0 !important;
  overflow: visible;
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
  /* Add background color handling */
  
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image {
  box-sizing: border-box;
}



.s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container {
      position: relative;
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
  margin: 0 !important;
  overflow: visible;
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
  /* Add background color handling */
  
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-26059102-8e56-4fcc-a98f-2f4bdad03a37 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image {
  box-sizing: border-box;
}



.s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container {
      position: relative;
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26059102-8e56-4fcc-a98f-2f4bdad03a37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-71c82609-b43c-44f9-a1d3-bb5d72fe36c9 {
  padding-top: 22px;
}

#s-a5dc2608-0df1-4359-a38f-36e27b177ee5 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-a5dc2608-0df1-4359-a38f-36e27b177ee5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5dc2608-0df1-4359-a38f-36e27b177ee5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5dc2608-0df1-4359-a38f-36e27b177ee5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5dc2608-0df1-4359-a38f-36e27b177ee5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5dc2608-0df1-4359-a38f-36e27b177ee5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5dc2608-0df1-4359-a38f-36e27b177ee5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5dc2608-0df1-4359-a38f-36e27b177ee5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 {
  max-width: 70px;
text-align: center;
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 {
  margin: 0 !important;
  overflow: visible;
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 img.shogun-image {
  /* Add background color handling */
  
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shogun-image {
  box-sizing: border-box;
}



.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 {
  margin: 0 !important;
  overflow: visible;
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 img.shogun-image {
  /* Add background color handling */
  
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shogun-image {
  box-sizing: border-box;
}



.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 {
  margin: 0 !important;
  overflow: visible;
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 img.shogun-image {
  /* Add background color handling */
  
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shogun-image {
  box-sizing: border-box;
}



.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 {
  margin: 0 !important;
  overflow: visible;
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 img.shogun-image {
  /* Add background color handling */
  
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shogun-image {
  box-sizing: border-box;
}



.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 {
  margin: 0 !important;
  overflow: visible;
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 img.shogun-image {
  /* Add background color handling */
  
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c654f0fd-e02d-4e47-adb7-5c074d5ed643.shogun-image {
  box-sizing: border-box;
}



.s-c654f0fd-e02d-4e47-adb7-5c074d5ed643 img.shogun-image {
  
}


}
#s-38f5215b-b1ce-4290-960b-f5384cb57de2 {
  padding-top: 19px;
}

#s-f8db4ec1-e1bd-44f1-b142-454bd8753312 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-f8db4ec1-e1bd-44f1-b142-454bd8753312"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8db4ec1-e1bd-44f1-b142-454bd8753312"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8db4ec1-e1bd-44f1-b142-454bd8753312"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f8db4ec1-e1bd-44f1-b142-454bd8753312"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8db4ec1-e1bd-44f1-b142-454bd8753312"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8db4ec1-e1bd-44f1-b142-454bd8753312"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8db4ec1-e1bd-44f1-b142-454bd8753312"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 {
  margin-top: 14px;
margin-bottom: 41px;
max-width: 70px;
text-align: center;
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shogun-image {
  box-sizing: border-box;
}



.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shogun-image {
  box-sizing: border-box;
}



.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shogun-image {
  box-sizing: border-box;
}



.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shogun-image {
  box-sizing: border-box;
}



.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9.shogun-image {
  box-sizing: border-box;
}



.s-a22a4246-dd51-42ba-b1c8-1e8a8c87d2c9 img.shogun-image {
  
}


}
#s-41423e28-ffbf-4b5c-804d-c8550300e035 {
  padding-top: 22px;
}

#s-551324d4-8e79-4b1c-98a5-78a3efdb250f {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-551324d4-8e79-4b1c-98a5-78a3efdb250f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-551324d4-8e79-4b1c-98a5-78a3efdb250f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-551324d4-8e79-4b1c-98a5-78a3efdb250f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-551324d4-8e79-4b1c-98a5-78a3efdb250f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-551324d4-8e79-4b1c-98a5-78a3efdb250f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-551324d4-8e79-4b1c-98a5-78a3efdb250f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-551324d4-8e79-4b1c-98a5-78a3efdb250f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 {
  margin-top: 32px;
margin-bottom: 32px;
max-width: 70px;
text-align: center;
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shogun-image {
  box-sizing: border-box;
}



.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shogun-image {
  box-sizing: border-box;
}



.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shogun-image {
  box-sizing: border-box;
}



.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shogun-image {
  box-sizing: border-box;
}



.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0.shogun-image {
  box-sizing: border-box;
}



.s-a62747a4-6961-4d27-b0d5-eac7c05a0cc0 img.shogun-image {
  
}


}
#s-f14ffad8-86c3-4404-a182-d8b3590678fd {
  margin-top: 17px;
margin-bottom: 17px;
padding-top: 22px;
}

#s-85ba167a-eeba-479c-a015-82f06ee2c80e {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-85ba167a-eeba-479c-a015-82f06ee2c80e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85ba167a-eeba-479c-a015-82f06ee2c80e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85ba167a-eeba-479c-a015-82f06ee2c80e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85ba167a-eeba-479c-a015-82f06ee2c80e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85ba167a-eeba-479c-a015-82f06ee2c80e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85ba167a-eeba-479c-a015-82f06ee2c80e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85ba167a-eeba-479c-a015-82f06ee2c80e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 {
  max-width: 70px;
text-align: center;
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shogun-image {
  box-sizing: border-box;
}



.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shogun-image {
  box-sizing: border-box;
}



.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shogun-image {
  box-sizing: border-box;
}



.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shogun-image {
  box-sizing: border-box;
}



.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ca58f0-6e02-4f76-b5d2-335c15316c27.shogun-image {
  box-sizing: border-box;
}



.s-a4ca58f0-6e02-4f76-b5d2-335c15316c27 img.shogun-image {
  
}


}
#s-a43619fe-e6e5-4a03-a44a-580ed231d1a5 {
  padding-top: 19px;
}

#s-b22637dc-23d0-4fb0-a59c-0507ebc40784 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-b22637dc-23d0-4fb0-a59c-0507ebc40784"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b22637dc-23d0-4fb0-a59c-0507ebc40784"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b22637dc-23d0-4fb0-a59c-0507ebc40784"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b22637dc-23d0-4fb0-a59c-0507ebc40784"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b22637dc-23d0-4fb0-a59c-0507ebc40784"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b22637dc-23d0-4fb0-a59c-0507ebc40784"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b22637dc-23d0-4fb0-a59c-0507ebc40784"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-67648a91-d13e-49c0-9385-98a681083129 {
  margin-top: 13px;
margin-bottom: 13px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-67648a91-d13e-49c0-9385-98a681083129 {
  margin: 0 !important;
  overflow: visible;
}

#s-67648a91-d13e-49c0-9385-98a681083129-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-67648a91-d13e-49c0-9385-98a681083129 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-67648a91-d13e-49c0-9385-98a681083129 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
  /* Add background color handling */
  
}

#s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
  /* Add padding handling */
  
  
  
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67648a91-d13e-49c0-9385-98a681083129 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67648a91-d13e-49c0-9385-98a681083129 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67648a91-d13e-49c0-9385-98a681083129 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-67648a91-d13e-49c0-9385-98a681083129.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-67648a91-d13e-49c0-9385-98a681083129 .shogun-image-content {
  
    justify-content: center;
  
}

.s-67648a91-d13e-49c0-9385-98a681083129.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67648a91-d13e-49c0-9385-98a681083129.shogun-image {
  box-sizing: border-box;
}



.s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-67648a91-d13e-49c0-9385-98a681083129 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container {
      position: relative;
    }

    .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-67648a91-d13e-49c0-9385-98a681083129 {
  margin: 0 !important;
  overflow: visible;
}

#s-67648a91-d13e-49c0-9385-98a681083129-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-67648a91-d13e-49c0-9385-98a681083129 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-67648a91-d13e-49c0-9385-98a681083129 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
  /* Add background color handling */
  
}

#s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67648a91-d13e-49c0-9385-98a681083129 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67648a91-d13e-49c0-9385-98a681083129 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67648a91-d13e-49c0-9385-98a681083129 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-67648a91-d13e-49c0-9385-98a681083129.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-67648a91-d13e-49c0-9385-98a681083129 .shogun-image-content {
  
    justify-content: center;
  
}

.s-67648a91-d13e-49c0-9385-98a681083129.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67648a91-d13e-49c0-9385-98a681083129.shogun-image {
  box-sizing: border-box;
}



.s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-67648a91-d13e-49c0-9385-98a681083129 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container {
      position: relative;
    }

    .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-67648a91-d13e-49c0-9385-98a681083129 {
  margin: 0 !important;
  overflow: visible;
}

#s-67648a91-d13e-49c0-9385-98a681083129-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-67648a91-d13e-49c0-9385-98a681083129 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-67648a91-d13e-49c0-9385-98a681083129 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
  /* Add background color handling */
  
}

#s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67648a91-d13e-49c0-9385-98a681083129 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67648a91-d13e-49c0-9385-98a681083129 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67648a91-d13e-49c0-9385-98a681083129 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-67648a91-d13e-49c0-9385-98a681083129.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-67648a91-d13e-49c0-9385-98a681083129 .shogun-image-content {
  
    justify-content: center;
  
}

.s-67648a91-d13e-49c0-9385-98a681083129.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67648a91-d13e-49c0-9385-98a681083129.shogun-image {
  box-sizing: border-box;
}



.s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-67648a91-d13e-49c0-9385-98a681083129 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container {
      position: relative;
    }

    .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-67648a91-d13e-49c0-9385-98a681083129 {
  margin: 0 !important;
  overflow: visible;
}

#s-67648a91-d13e-49c0-9385-98a681083129-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-67648a91-d13e-49c0-9385-98a681083129 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-67648a91-d13e-49c0-9385-98a681083129 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
  /* Add background color handling */
  
}

#s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67648a91-d13e-49c0-9385-98a681083129 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67648a91-d13e-49c0-9385-98a681083129 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67648a91-d13e-49c0-9385-98a681083129 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-67648a91-d13e-49c0-9385-98a681083129.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-67648a91-d13e-49c0-9385-98a681083129 .shogun-image-content {
  
    justify-content: center;
  
}

.s-67648a91-d13e-49c0-9385-98a681083129.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67648a91-d13e-49c0-9385-98a681083129.shogun-image {
  box-sizing: border-box;
}



.s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-67648a91-d13e-49c0-9385-98a681083129 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container {
      position: relative;
    }

    .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-67648a91-d13e-49c0-9385-98a681083129 {
  margin: 0 !important;
  overflow: visible;
}

#s-67648a91-d13e-49c0-9385-98a681083129-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-67648a91-d13e-49c0-9385-98a681083129 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-67648a91-d13e-49c0-9385-98a681083129 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
  /* Add background color handling */
  
}

#s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67648a91-d13e-49c0-9385-98a681083129 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67648a91-d13e-49c0-9385-98a681083129 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67648a91-d13e-49c0-9385-98a681083129 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-67648a91-d13e-49c0-9385-98a681083129.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-67648a91-d13e-49c0-9385-98a681083129 .shogun-image-content {
  
    justify-content: center;
  
}

.s-67648a91-d13e-49c0-9385-98a681083129.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67648a91-d13e-49c0-9385-98a681083129.shogun-image {
  box-sizing: border-box;
}



.s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-67648a91-d13e-49c0-9385-98a681083129 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container {
      position: relative;
    }

    .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67648a91-d13e-49c0-9385-98a681083129.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67648a91-d13e-49c0-9385-98a681083129 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-bd387f5b-37d0-4db7-91a6-e20cbaf9788b {
  padding-top: 22px;
}

#s-31dc0e76-55fa-4dec-a82d-24f1ebed6b19 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-31dc0e76-55fa-4dec-a82d-24f1ebed6b19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31dc0e76-55fa-4dec-a82d-24f1ebed6b19"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31dc0e76-55fa-4dec-a82d-24f1ebed6b19"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-31dc0e76-55fa-4dec-a82d-24f1ebed6b19"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31dc0e76-55fa-4dec-a82d-24f1ebed6b19"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-31dc0e76-55fa-4dec-a82d-24f1ebed6b19"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31dc0e76-55fa-4dec-a82d-24f1ebed6b19"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f {
  max-width: 70px;
text-align: center;
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shogun-image {
  box-sizing: border-box;
}



.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f img.shogun-image {
  
}


@media (min-width: 1200px){#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shogun-image {
  box-sizing: border-box;
}



.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shogun-image {
  box-sizing: border-box;
}



.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shogun-image {
  box-sizing: border-box;
}



.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f img.shogun-image {
  
}


}@media (max-width: 767px){#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f.shogun-image {
  box-sizing: border-box;
}



.s-0a6a5219-93ce-4ffa-ae6e-15b7598caa2f img.shogun-image {
  
}


}
#s-3c9ec51b-dbbd-47c3-a344-0c8c62cf8c84 {
  padding-top: 22px;
}

#s-c0f0653e-78ae-4dca-8559-9bae09c3d4f8 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-c0f0653e-78ae-4dca-8559-9bae09c3d4f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0f0653e-78ae-4dca-8559-9bae09c3d4f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c0f0653e-78ae-4dca-8559-9bae09c3d4f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c0f0653e-78ae-4dca-8559-9bae09c3d4f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c0f0653e-78ae-4dca-8559-9bae09c3d4f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0f0653e-78ae-4dca-8559-9bae09c3d4f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c0f0653e-78ae-4dca-8559-9bae09c3d4f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e436cde6-470c-4654-bcc1-cca22f29d655 {
  max-width: 70px;
text-align: center;
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655 {
  margin: 0 !important;
  overflow: visible;
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e436cde6-470c-4654-bcc1-cca22f29d655 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e436cde6-470c-4654-bcc1-cca22f29d655 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655 img.shogun-image {
  /* Add background color handling */
  
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e436cde6-470c-4654-bcc1-cca22f29d655.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e436cde6-470c-4654-bcc1-cca22f29d655 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e436cde6-470c-4654-bcc1-cca22f29d655.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e436cde6-470c-4654-bcc1-cca22f29d655.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655.shogun-image {
  box-sizing: border-box;
}



.s-e436cde6-470c-4654-bcc1-cca22f29d655 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e436cde6-470c-4654-bcc1-cca22f29d655 {
  margin: 0 !important;
  overflow: visible;
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e436cde6-470c-4654-bcc1-cca22f29d655 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e436cde6-470c-4654-bcc1-cca22f29d655 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655 img.shogun-image {
  /* Add background color handling */
  
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e436cde6-470c-4654-bcc1-cca22f29d655.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e436cde6-470c-4654-bcc1-cca22f29d655 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e436cde6-470c-4654-bcc1-cca22f29d655.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e436cde6-470c-4654-bcc1-cca22f29d655.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655.shogun-image {
  box-sizing: border-box;
}



.s-e436cde6-470c-4654-bcc1-cca22f29d655 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e436cde6-470c-4654-bcc1-cca22f29d655 {
  margin: 0 !important;
  overflow: visible;
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e436cde6-470c-4654-bcc1-cca22f29d655 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e436cde6-470c-4654-bcc1-cca22f29d655 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655 img.shogun-image {
  /* Add background color handling */
  
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e436cde6-470c-4654-bcc1-cca22f29d655.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e436cde6-470c-4654-bcc1-cca22f29d655 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e436cde6-470c-4654-bcc1-cca22f29d655.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e436cde6-470c-4654-bcc1-cca22f29d655.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655.shogun-image {
  box-sizing: border-box;
}



.s-e436cde6-470c-4654-bcc1-cca22f29d655 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e436cde6-470c-4654-bcc1-cca22f29d655 {
  margin: 0 !important;
  overflow: visible;
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e436cde6-470c-4654-bcc1-cca22f29d655 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e436cde6-470c-4654-bcc1-cca22f29d655 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655 img.shogun-image {
  /* Add background color handling */
  
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e436cde6-470c-4654-bcc1-cca22f29d655.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e436cde6-470c-4654-bcc1-cca22f29d655 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e436cde6-470c-4654-bcc1-cca22f29d655.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e436cde6-470c-4654-bcc1-cca22f29d655.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655.shogun-image {
  box-sizing: border-box;
}



.s-e436cde6-470c-4654-bcc1-cca22f29d655 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e436cde6-470c-4654-bcc1-cca22f29d655 {
  margin: 0 !important;
  overflow: visible;
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e436cde6-470c-4654-bcc1-cca22f29d655 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e436cde6-470c-4654-bcc1-cca22f29d655 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655 img.shogun-image {
  /* Add background color handling */
  
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e436cde6-470c-4654-bcc1-cca22f29d655.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e436cde6-470c-4654-bcc1-cca22f29d655 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e436cde6-470c-4654-bcc1-cca22f29d655.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e436cde6-470c-4654-bcc1-cca22f29d655.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e436cde6-470c-4654-bcc1-cca22f29d655.shogun-image {
  box-sizing: border-box;
}



.s-e436cde6-470c-4654-bcc1-cca22f29d655 img.shogun-image {
  
}


}
#s-88e3a88d-288b-47b8-b791-36014f9617a2 {
  padding-top: 22px;
}

#s-7c14b01e-257c-41c0-a2bf-c69062629f0a {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-7c14b01e-257c-41c0-a2bf-c69062629f0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c14b01e-257c-41c0-a2bf-c69062629f0a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c14b01e-257c-41c0-a2bf-c69062629f0a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c14b01e-257c-41c0-a2bf-c69062629f0a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c14b01e-257c-41c0-a2bf-c69062629f0a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c14b01e-257c-41c0-a2bf-c69062629f0a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c14b01e-257c-41c0-a2bf-c69062629f0a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 {
  max-width: 70px;
text-align: center;
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shogun-image {
  box-sizing: border-box;
}



.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shogun-image {
  box-sizing: border-box;
}



.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shogun-image {
  box-sizing: border-box;
}



.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shogun-image {
  box-sizing: border-box;
}



.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab683e76-fce6-462a-b54c-1d2b0fe9d785.shogun-image {
  box-sizing: border-box;
}



.s-ab683e76-fce6-462a-b54c-1d2b0fe9d785 img.shogun-image {
  
}


}
#s-3ab8951b-2d76-403b-a9ac-46779859e5b9 {
  padding-top: 22px;
}

#s-43609133-d0aa-4d67-9724-df2b402d8f4f {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-43609133-d0aa-4d67-9724-df2b402d8f4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43609133-d0aa-4d67-9724-df2b402d8f4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43609133-d0aa-4d67-9724-df2b402d8f4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43609133-d0aa-4d67-9724-df2b402d8f4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43609133-d0aa-4d67-9724-df2b402d8f4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43609133-d0aa-4d67-9724-df2b402d8f4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43609133-d0aa-4d67-9724-df2b402d8f4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 {
  max-width: 70px;
text-align: center;
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shogun-image {
  box-sizing: border-box;
}



.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shogun-image {
  box-sizing: border-box;
}



.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shogun-image {
  box-sizing: border-box;
}



.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shogun-image {
  box-sizing: border-box;
}



.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9caa528-5d6d-47dd-b077-a00fbabf0e55.shogun-image {
  box-sizing: border-box;
}



.s-b9caa528-5d6d-47dd-b077-a00fbabf0e55 img.shogun-image {
  
}


}
#s-16ee916e-72a3-4315-923e-3d66cdc05afc {
  padding-top: 19px;
}

#s-07296219-4776-4e6f-843a-27f2d41e48b5 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-07296219-4776-4e6f-843a-27f2d41e48b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07296219-4776-4e6f-843a-27f2d41e48b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07296219-4776-4e6f-843a-27f2d41e48b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07296219-4776-4e6f-843a-27f2d41e48b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07296219-4776-4e6f-843a-27f2d41e48b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07296219-4776-4e6f-843a-27f2d41e48b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07296219-4776-4e6f-843a-27f2d41e48b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712 {
  max-width: 70px;
text-align: center;
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcc16ab3-d145-41f1-baac-e9e42dfca712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcc16ab3-d145-41f1-baac-e9e42dfca712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcc16ab3-d145-41f1-baac-e9e42dfca712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcc16ab3-d145-41f1-baac-e9e42dfca712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcc16ab3-d145-41f1-baac-e9e42dfca712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712.shogun-image {
  box-sizing: border-box;
}



.s-bcc16ab3-d145-41f1-baac-e9e42dfca712 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bcc16ab3-d145-41f1-baac-e9e42dfca712 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcc16ab3-d145-41f1-baac-e9e42dfca712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcc16ab3-d145-41f1-baac-e9e42dfca712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcc16ab3-d145-41f1-baac-e9e42dfca712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcc16ab3-d145-41f1-baac-e9e42dfca712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcc16ab3-d145-41f1-baac-e9e42dfca712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712.shogun-image {
  box-sizing: border-box;
}



.s-bcc16ab3-d145-41f1-baac-e9e42dfca712 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bcc16ab3-d145-41f1-baac-e9e42dfca712 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcc16ab3-d145-41f1-baac-e9e42dfca712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcc16ab3-d145-41f1-baac-e9e42dfca712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcc16ab3-d145-41f1-baac-e9e42dfca712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcc16ab3-d145-41f1-baac-e9e42dfca712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcc16ab3-d145-41f1-baac-e9e42dfca712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712.shogun-image {
  box-sizing: border-box;
}



.s-bcc16ab3-d145-41f1-baac-e9e42dfca712 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bcc16ab3-d145-41f1-baac-e9e42dfca712 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcc16ab3-d145-41f1-baac-e9e42dfca712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcc16ab3-d145-41f1-baac-e9e42dfca712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcc16ab3-d145-41f1-baac-e9e42dfca712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcc16ab3-d145-41f1-baac-e9e42dfca712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcc16ab3-d145-41f1-baac-e9e42dfca712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712.shogun-image {
  box-sizing: border-box;
}



.s-bcc16ab3-d145-41f1-baac-e9e42dfca712 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bcc16ab3-d145-41f1-baac-e9e42dfca712 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcc16ab3-d145-41f1-baac-e9e42dfca712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcc16ab3-d145-41f1-baac-e9e42dfca712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcc16ab3-d145-41f1-baac-e9e42dfca712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcc16ab3-d145-41f1-baac-e9e42dfca712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcc16ab3-d145-41f1-baac-e9e42dfca712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcc16ab3-d145-41f1-baac-e9e42dfca712.shogun-image {
  box-sizing: border-box;
}



.s-bcc16ab3-d145-41f1-baac-e9e42dfca712 img.shogun-image {
  
}


}
#s-e140e597-dbfa-4161-8f84-f902ab833f5b {
  margin-top: 20px;
margin-bottom: 2px;
padding-top: 1px;
}

#s-00c5e53d-1689-44ba-9a82-1749a09f2590 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-00c5e53d-1689-44ba-9a82-1749a09f2590"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00c5e53d-1689-44ba-9a82-1749a09f2590"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00c5e53d-1689-44ba-9a82-1749a09f2590"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00c5e53d-1689-44ba-9a82-1749a09f2590"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00c5e53d-1689-44ba-9a82-1749a09f2590"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00c5e53d-1689-44ba-9a82-1749a09f2590"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00c5e53d-1689-44ba-9a82-1749a09f2590"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f648418b-0186-4a0f-975b-d74dbd08168a {
  max-width: 70px;
text-align: center;
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a {
  margin: 0 !important;
  overflow: visible;
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f648418b-0186-4a0f-975b-d74dbd08168a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f648418b-0186-4a0f-975b-d74dbd08168a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a img.shogun-image {
  /* Add background color handling */
  
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f648418b-0186-4a0f-975b-d74dbd08168a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f648418b-0186-4a0f-975b-d74dbd08168a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f648418b-0186-4a0f-975b-d74dbd08168a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f648418b-0186-4a0f-975b-d74dbd08168a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a.shogun-image {
  box-sizing: border-box;
}



.s-f648418b-0186-4a0f-975b-d74dbd08168a img.shogun-image {
  
}


@media (min-width: 1200px){#s-f648418b-0186-4a0f-975b-d74dbd08168a {
  margin: 0 !important;
  overflow: visible;
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f648418b-0186-4a0f-975b-d74dbd08168a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f648418b-0186-4a0f-975b-d74dbd08168a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a img.shogun-image {
  /* Add background color handling */
  
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f648418b-0186-4a0f-975b-d74dbd08168a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f648418b-0186-4a0f-975b-d74dbd08168a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f648418b-0186-4a0f-975b-d74dbd08168a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f648418b-0186-4a0f-975b-d74dbd08168a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a.shogun-image {
  box-sizing: border-box;
}



.s-f648418b-0186-4a0f-975b-d74dbd08168a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f648418b-0186-4a0f-975b-d74dbd08168a {
  margin: 0 !important;
  overflow: visible;
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f648418b-0186-4a0f-975b-d74dbd08168a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f648418b-0186-4a0f-975b-d74dbd08168a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a img.shogun-image {
  /* Add background color handling */
  
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f648418b-0186-4a0f-975b-d74dbd08168a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f648418b-0186-4a0f-975b-d74dbd08168a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f648418b-0186-4a0f-975b-d74dbd08168a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f648418b-0186-4a0f-975b-d74dbd08168a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a.shogun-image {
  box-sizing: border-box;
}



.s-f648418b-0186-4a0f-975b-d74dbd08168a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f648418b-0186-4a0f-975b-d74dbd08168a {
  margin: 0 !important;
  overflow: visible;
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f648418b-0186-4a0f-975b-d74dbd08168a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f648418b-0186-4a0f-975b-d74dbd08168a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a img.shogun-image {
  /* Add background color handling */
  
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f648418b-0186-4a0f-975b-d74dbd08168a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f648418b-0186-4a0f-975b-d74dbd08168a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f648418b-0186-4a0f-975b-d74dbd08168a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f648418b-0186-4a0f-975b-d74dbd08168a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a.shogun-image {
  box-sizing: border-box;
}



.s-f648418b-0186-4a0f-975b-d74dbd08168a img.shogun-image {
  
}


}@media (max-width: 767px){#s-f648418b-0186-4a0f-975b-d74dbd08168a {
  margin: 0 !important;
  overflow: visible;
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f648418b-0186-4a0f-975b-d74dbd08168a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f648418b-0186-4a0f-975b-d74dbd08168a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a img.shogun-image {
  /* Add background color handling */
  
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f648418b-0186-4a0f-975b-d74dbd08168a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f648418b-0186-4a0f-975b-d74dbd08168a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f648418b-0186-4a0f-975b-d74dbd08168a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f648418b-0186-4a0f-975b-d74dbd08168a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f648418b-0186-4a0f-975b-d74dbd08168a.shogun-image {
  box-sizing: border-box;
}



.s-f648418b-0186-4a0f-975b-d74dbd08168a img.shogun-image {
  
}


}
#s-48a1e746-6c05-45df-82ef-48a50137eab2 {
  padding-top: 22px;
}

#s-3f093c90-1140-47b8-b994-381391b8775a {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-3f093c90-1140-47b8-b994-381391b8775a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f093c90-1140-47b8-b994-381391b8775a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3f093c90-1140-47b8-b994-381391b8775a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3f093c90-1140-47b8-b994-381391b8775a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3f093c90-1140-47b8-b994-381391b8775a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f093c90-1140-47b8-b994-381391b8775a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3f093c90-1140-47b8-b994-381391b8775a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712 {
  max-width: 70px;
text-align: center;
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bb9c21a-5a87-4b06-8954-dad80a87d712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bb9c21a-5a87-4b06-8954-dad80a87d712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4bb9c21a-5a87-4b06-8954-dad80a87d712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shogun-image {
  box-sizing: border-box;
}



.s-4bb9c21a-5a87-4b06-8954-dad80a87d712 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4bb9c21a-5a87-4b06-8954-dad80a87d712 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bb9c21a-5a87-4b06-8954-dad80a87d712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bb9c21a-5a87-4b06-8954-dad80a87d712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4bb9c21a-5a87-4b06-8954-dad80a87d712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shogun-image {
  box-sizing: border-box;
}



.s-4bb9c21a-5a87-4b06-8954-dad80a87d712 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4bb9c21a-5a87-4b06-8954-dad80a87d712 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bb9c21a-5a87-4b06-8954-dad80a87d712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bb9c21a-5a87-4b06-8954-dad80a87d712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4bb9c21a-5a87-4b06-8954-dad80a87d712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shogun-image {
  box-sizing: border-box;
}



.s-4bb9c21a-5a87-4b06-8954-dad80a87d712 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4bb9c21a-5a87-4b06-8954-dad80a87d712 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bb9c21a-5a87-4b06-8954-dad80a87d712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bb9c21a-5a87-4b06-8954-dad80a87d712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4bb9c21a-5a87-4b06-8954-dad80a87d712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shogun-image {
  box-sizing: border-box;
}



.s-4bb9c21a-5a87-4b06-8954-dad80a87d712 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4bb9c21a-5a87-4b06-8954-dad80a87d712 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bb9c21a-5a87-4b06-8954-dad80a87d712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bb9c21a-5a87-4b06-8954-dad80a87d712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4bb9c21a-5a87-4b06-8954-dad80a87d712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bb9c21a-5a87-4b06-8954-dad80a87d712.shogun-image {
  box-sizing: border-box;
}



.s-4bb9c21a-5a87-4b06-8954-dad80a87d712 img.shogun-image {
  
}


}
#s-48322b64-425f-43b9-b5a3-dfa276a2eee3 {
  padding-top: 22px;
}

#s-cdde4a6c-3e01-48fa-ac3d-d5b69394c82d {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-cdde4a6c-3e01-48fa-ac3d-d5b69394c82d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdde4a6c-3e01-48fa-ac3d-d5b69394c82d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cdde4a6c-3e01-48fa-ac3d-d5b69394c82d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cdde4a6c-3e01-48fa-ac3d-d5b69394c82d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cdde4a6c-3e01-48fa-ac3d-d5b69394c82d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdde4a6c-3e01-48fa-ac3d-d5b69394c82d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cdde4a6c-3e01-48fa-ac3d-d5b69394c82d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
  margin: 0 !important;
  overflow: visible;
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
  /* Add background color handling */
  
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image {
  box-sizing: border-box;
}



.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container {
      position: relative;
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
  margin: 0 !important;
  overflow: visible;
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
  /* Add background color handling */
  
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image {
  box-sizing: border-box;
}



.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container {
      position: relative;
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
  margin: 0 !important;
  overflow: visible;
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
  /* Add background color handling */
  
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image {
  box-sizing: border-box;
}



.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container {
      position: relative;
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
  margin: 0 !important;
  overflow: visible;
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
  /* Add background color handling */
  
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image {
  box-sizing: border-box;
}



.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container {
      position: relative;
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
  margin: 0 !important;
  overflow: visible;
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
  /* Add background color handling */
  
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image {
  box-sizing: border-box;
}



.s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container {
      position: relative;
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-229aea23-29aa-449b-a4f9-0ba1e4e5fd79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-bf0d32b5-c4bc-4adc-a602-cdeea0685e1a {
  padding-top: 22px;
}

#s-85faf160-02e0-43a8-8d1c-9c6acbb1718e {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-85faf160-02e0-43a8-8d1c-9c6acbb1718e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85faf160-02e0-43a8-8d1c-9c6acbb1718e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85faf160-02e0-43a8-8d1c-9c6acbb1718e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85faf160-02e0-43a8-8d1c-9c6acbb1718e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85faf160-02e0-43a8-8d1c-9c6acbb1718e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85faf160-02e0-43a8-8d1c-9c6acbb1718e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85faf160-02e0-43a8-8d1c-9c6acbb1718e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 {
  max-width: 70px;
text-align: center;
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shogun-image {
  box-sizing: border-box;
}



.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shogun-image {
  box-sizing: border-box;
}



.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shogun-image {
  box-sizing: border-box;
}



.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shogun-image {
  box-sizing: border-box;
}



.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326.shogun-image {
  box-sizing: border-box;
}



.s-2a1ec2eb-5f45-4b1d-9a1d-4c1437a6e326 img.shogun-image {
  
}


}
#s-c1fca977-b651-45dc-93cd-f3c6fca96d13 {
  padding-top: 22px;
}

#s-8ec76928-c039-4d71-8952-584ccddbb453 {
  margin-left: auto;
margin-right: auto;
}

#s-8ec76928-c039-4d71-8952-584ccddbb453 hr {
  border-top: 1px solid #ddd;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
