.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-9f4a7399-fec5-4b9f-b319-7aca81a57f61 {
  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-9f4a7399-fec5-4b9f-b319-7aca81a57f61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f4a7399-fec5-4b9f-b319-7aca81a57f61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5bda02c-9044-4817-a8da-9e30e2868f9c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c5bda02c-9044-4817-a8da-9e30e2868f9c {
  display: none;
}
#s-c5bda02c-9044-4817-a8da-9e30e2868f9c, #wrap-s-c5bda02c-9044-4817-a8da-9e30e2868f9c, #wrap-content-s-c5bda02c-9044-4817-a8da-9e30e2868f9c { display: none !important; }}@media (max-width: 767px){#s-c5bda02c-9044-4817-a8da-9e30e2868f9c {
  display: none;
}
#s-c5bda02c-9044-4817-a8da-9e30e2868f9c, #wrap-s-c5bda02c-9044-4817-a8da-9e30e2868f9c, #wrap-content-s-c5bda02c-9044-4817-a8da-9e30e2868f9c { display: none !important; }}







#s-c5bda02c-9044-4817-a8da-9e30e2868f9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5bda02c-9044-4817-a8da-9e30e2868f9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-d847b49e-e2aa-4d57-aefb-4ad88e949168 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d847b49e-e2aa-4d57-aefb-4ad88e949168 {
  display: none;
}
#s-d847b49e-e2aa-4d57-aefb-4ad88e949168, #wrap-s-d847b49e-e2aa-4d57-aefb-4ad88e949168, #wrap-content-s-d847b49e-e2aa-4d57-aefb-4ad88e949168 { display: none !important; }}@media (max-width: 767px){#s-d847b49e-e2aa-4d57-aefb-4ad88e949168 {
  display: none;
}
#s-d847b49e-e2aa-4d57-aefb-4ad88e949168, #wrap-s-d847b49e-e2aa-4d57-aefb-4ad88e949168, #wrap-content-s-d847b49e-e2aa-4d57-aefb-4ad88e949168 { display: none !important; }}
#s-d847b49e-e2aa-4d57-aefb-4ad88e949168 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



.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-e3857228-0a0a-4e64-ac42-058e33e2a1d7 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e3857228-0a0a-4e64-ac42-058e33e2a1d7 {
  display: none;
}
#s-e3857228-0a0a-4e64-ac42-058e33e2a1d7, #wrap-s-e3857228-0a0a-4e64-ac42-058e33e2a1d7, #wrap-content-s-e3857228-0a0a-4e64-ac42-058e33e2a1d7 { display: none !important; }}@media (max-width: 767px){#s-e3857228-0a0a-4e64-ac42-058e33e2a1d7 {
  display: none;
}
#s-e3857228-0a0a-4e64-ac42-058e33e2a1d7, #wrap-s-e3857228-0a0a-4e64-ac42-058e33e2a1d7, #wrap-content-s-e3857228-0a0a-4e64-ac42-058e33e2a1d7 { display: none !important; }}
#s-e3857228-0a0a-4e64-ac42-058e33e2a1d7 .shg-proportional-font-size,
#s-e3857228-0a0a-4e64-ac42-058e33e2a1d7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e2109375-cf84-4519-9c33-2414de57cb7a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-e2109375-cf84-4519-9c33-2414de57cb7a {
  display: none;
}
#s-e2109375-cf84-4519-9c33-2414de57cb7a, #wrap-s-e2109375-cf84-4519-9c33-2414de57cb7a, #wrap-content-s-e2109375-cf84-4519-9c33-2414de57cb7a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2109375-cf84-4519-9c33-2414de57cb7a {
  display: none;
}
#s-e2109375-cf84-4519-9c33-2414de57cb7a, #wrap-s-e2109375-cf84-4519-9c33-2414de57cb7a, #wrap-content-s-e2109375-cf84-4519-9c33-2414de57cb7a { display: none !important; }}







#s-e2109375-cf84-4519-9c33-2414de57cb7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2109375-cf84-4519-9c33-2414de57cb7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bbd7bd0-9d84-47bc-a83a-a8d035343fdc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6bbd7bd0-9d84-47bc-a83a-a8d035343fdc {
  display: none;
}
#s-6bbd7bd0-9d84-47bc-a83a-a8d035343fdc, #wrap-s-6bbd7bd0-9d84-47bc-a83a-a8d035343fdc, #wrap-content-s-6bbd7bd0-9d84-47bc-a83a-a8d035343fdc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6bbd7bd0-9d84-47bc-a83a-a8d035343fdc {
  display: none;
}
#s-6bbd7bd0-9d84-47bc-a83a-a8d035343fdc, #wrap-s-6bbd7bd0-9d84-47bc-a83a-a8d035343fdc, #wrap-content-s-6bbd7bd0-9d84-47bc-a83a-a8d035343fdc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6bbd7bd0-9d84-47bc-a83a-a8d035343fdc {
  
}
}@media (max-width: 767px){#s-6bbd7bd0-9d84-47bc-a83a-a8d035343fdc {
  
}
}
#s-6bbd7bd0-9d84-47bc-a83a-a8d035343fdc .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-ae39714a-41e4-4480-94d7-9f167da48892 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 1200px){#s-ae39714a-41e4-4480-94d7-9f167da48892 {
  display: none;
}
#s-ae39714a-41e4-4480-94d7-9f167da48892, #wrap-s-ae39714a-41e4-4480-94d7-9f167da48892, #wrap-content-s-ae39714a-41e4-4480-94d7-9f167da48892 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae39714a-41e4-4480-94d7-9f167da48892 {
  display: none;
}
#s-ae39714a-41e4-4480-94d7-9f167da48892, #wrap-s-ae39714a-41e4-4480-94d7-9f167da48892, #wrap-content-s-ae39714a-41e4-4480-94d7-9f167da48892 { display: none !important; }}
#s-ae39714a-41e4-4480-94d7-9f167da48892 .shg-proportional-font-size,
#s-ae39714a-41e4-4480-94d7-9f167da48892 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6bc77fe8-0116-42d7-bbd7-e84cd6206dfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6bc77fe8-0116-42d7-bbd7-e84cd6206dfb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-83da3e93-905f-45d5-972a-08cee4907c40 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-83da3e93-905f-45d5-972a-08cee4907c40 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-83da3e93-905f-45d5-972a-08cee4907c40 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-83da3e93-905f-45d5-972a-08cee4907c40 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-83da3e93-905f-45d5-972a-08cee4907c40 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-83da3e93-905f-45d5-972a-08cee4907c40 td.shogun-table-column, #s-83da3e93-905f-45d5-972a-08cee4907c40 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

.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-f5a513cf-32ed-40ce-bc3b-9301070cc986 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f5a513cf-32ed-40ce-bc3b-9301070cc986"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5a513cf-32ed-40ce-bc3b-9301070cc986"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5a513cf-32ed-40ce-bc3b-9301070cc986"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5a513cf-32ed-40ce-bc3b-9301070cc986"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5a513cf-32ed-40ce-bc3b-9301070cc986"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5a513cf-32ed-40ce-bc3b-9301070cc986"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5a513cf-32ed-40ce-bc3b-9301070cc986"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

.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-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
  margin: 0 !important;
  overflow: visible;
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
  /* Add background color handling */
  
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image {
  box-sizing: border-box;
}



.s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container {
      position: relative;
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
  margin: 0 !important;
  overflow: visible;
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
  /* Add background color handling */
  
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image {
  box-sizing: border-box;
}



.s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container {
      position: relative;
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07 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-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
  margin: 0 !important;
  overflow: visible;
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
  /* Add background color handling */
  
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image {
  box-sizing: border-box;
}



.s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container {
      position: relative;
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07 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-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
  margin: 0 !important;
  overflow: visible;
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
  /* Add background color handling */
  
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image {
  box-sizing: border-box;
}



.s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container {
      position: relative;
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
  margin: 0 !important;
  overflow: visible;
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
  /* Add background color handling */
  
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-26a3636b-c2dc-42af-b9dd-818a929a4b07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image {
  box-sizing: border-box;
}



.s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container {
      position: relative;
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26a3636b-c2dc-42af-b9dd-818a929a4b07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
.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-ce34c5a1-7819-4bca-b448-f224830a7fee {
  padding-top: 22px;
}

#s-1118cb9c-4df3-4edd-a75b-84ba173bf195 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1118cb9c-4df3-4edd-a75b-84ba173bf195"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1118cb9c-4df3-4edd-a75b-84ba173bf195"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1118cb9c-4df3-4edd-a75b-84ba173bf195"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1118cb9c-4df3-4edd-a75b-84ba173bf195"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1118cb9c-4df3-4edd-a75b-84ba173bf195"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1118cb9c-4df3-4edd-a75b-84ba173bf195"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1118cb9c-4df3-4edd-a75b-84ba173bf195"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 {
  max-width: 70px;
text-align: center;
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shogun-image {
  box-sizing: border-box;
}



.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shogun-image {
  box-sizing: border-box;
}



.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shogun-image {
  box-sizing: border-box;
}



.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shogun-image {
  box-sizing: border-box;
}



.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7.shogun-image {
  box-sizing: border-box;
}



.s-d04b495a-ee57-4e1d-94f5-4f23b5de95f7 img.shogun-image {
  
}


}
#s-4ed113b0-8488-4854-a0ae-815d535ed74a {
  padding-top: 22px;
}

#s-bec610a1-d165-4c0d-80f8-520119039071 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bec610a1-d165-4c0d-80f8-520119039071"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bec610a1-d165-4c0d-80f8-520119039071"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bec610a1-d165-4c0d-80f8-520119039071"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bec610a1-d165-4c0d-80f8-520119039071"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bec610a1-d165-4c0d-80f8-520119039071"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bec610a1-d165-4c0d-80f8-520119039071"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bec610a1-d165-4c0d-80f8-520119039071"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
  margin: 0 !important;
  overflow: visible;
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
  /* Add background color handling */
  
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34b42b68-a9de-4342-8a47-28e5b424cc66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image {
  box-sizing: border-box;
}



.s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container {
      position: relative;
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
  margin: 0 !important;
  overflow: visible;
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
  /* Add background color handling */
  
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34b42b68-a9de-4342-8a47-28e5b424cc66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image {
  box-sizing: border-box;
}



.s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container {
      position: relative;
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66 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-34b42b68-a9de-4342-8a47-28e5b424cc66 {
  margin: 0 !important;
  overflow: visible;
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
  /* Add background color handling */
  
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34b42b68-a9de-4342-8a47-28e5b424cc66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image {
  box-sizing: border-box;
}



.s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container {
      position: relative;
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66 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-34b42b68-a9de-4342-8a47-28e5b424cc66 {
  margin: 0 !important;
  overflow: visible;
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
  /* Add background color handling */
  
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34b42b68-a9de-4342-8a47-28e5b424cc66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image {
  box-sizing: border-box;
}



.s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container {
      position: relative;
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
  margin: 0 !important;
  overflow: visible;
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
  /* Add background color handling */
  
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-34b42b68-a9de-4342-8a47-28e5b424cc66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34b42b68-a9de-4342-8a47-28e5b424cc66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image {
  box-sizing: border-box;
}



.s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-34b42b68-a9de-4342-8a47-28e5b424cc66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container {
      position: relative;
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34b42b68-a9de-4342-8a47-28e5b424cc66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-59ca7f4b-fc7f-4297-8f2c-bbc6341a9eed {
  padding-top: 22px;
}

#s-1be110a8-7515-42b2-a187-f793d248d15b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1be110a8-7515-42b2-a187-f793d248d15b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1be110a8-7515-42b2-a187-f793d248d15b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1be110a8-7515-42b2-a187-f793d248d15b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1be110a8-7515-42b2-a187-f793d248d15b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1be110a8-7515-42b2-a187-f793d248d15b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1be110a8-7515-42b2-a187-f793d248d15b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1be110a8-7515-42b2-a187-f793d248d15b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
  margin: 0 !important;
  overflow: visible;
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
  /* Add background color handling */
  
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image {
  box-sizing: border-box;
}



.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container {
      position: relative;
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
  margin: 0 !important;
  overflow: visible;
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
  /* Add background color handling */
  
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image {
  box-sizing: border-box;
}



.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container {
      position: relative;
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e 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-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
  margin: 0 !important;
  overflow: visible;
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
  /* Add background color handling */
  
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image {
  box-sizing: border-box;
}



.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container {
      position: relative;
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e 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-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
  margin: 0 !important;
  overflow: visible;
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
  /* Add background color handling */
  
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image {
  box-sizing: border-box;
}



.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container {
      position: relative;
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
  margin: 0 !important;
  overflow: visible;
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
  /* Add background color handling */
  
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image {
  box-sizing: border-box;
}



.s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container {
      position: relative;
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3204d57-990f-41f2-97e7-89ec6ea9b02e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-0e7acc5b-0746-4695-b205-da26d19c0870 {
  padding-top: 22px;
}

#s-57c5fff8-360b-4425-b958-cb5f8f1121db {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-57c5fff8-360b-4425-b958-cb5f8f1121db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57c5fff8-360b-4425-b958-cb5f8f1121db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57c5fff8-360b-4425-b958-cb5f8f1121db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57c5fff8-360b-4425-b958-cb5f8f1121db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57c5fff8-360b-4425-b958-cb5f8f1121db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57c5fff8-360b-4425-b958-cb5f8f1121db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57c5fff8-360b-4425-b958-cb5f8f1121db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
  margin-top: 7px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image {
  box-sizing: border-box;
}



.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container {
      position: relative;
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image {
  box-sizing: border-box;
}



.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container {
      position: relative;
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 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-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image {
  box-sizing: border-box;
}



.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container {
      position: relative;
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 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-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image {
  box-sizing: border-box;
}



.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container {
      position: relative;
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image {
  box-sizing: border-box;
}



.s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container {
      position: relative;
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c96b3061-3a6c-4a8a-9f2a-fed912cfc4c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-7e9d2467-10ce-4733-b34a-3a6663a3ba5b {
  padding-top: 22px;
}

#s-e28d3384-e3eb-4236-8d1a-110c3e0a02a5 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e28d3384-e3eb-4236-8d1a-110c3e0a02a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e28d3384-e3eb-4236-8d1a-110c3e0a02a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e28d3384-e3eb-4236-8d1a-110c3e0a02a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e28d3384-e3eb-4236-8d1a-110c3e0a02a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e28d3384-e3eb-4236-8d1a-110c3e0a02a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e28d3384-e3eb-4236-8d1a-110c3e0a02a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e28d3384-e3eb-4236-8d1a-110c3e0a02a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-98fab032-c439-4531-a361-de00d9d15438 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-98fab032-c439-4531-a361-de00d9d15438 {
  margin: 0 !important;
  overflow: visible;
}

#s-98fab032-c439-4531-a361-de00d9d15438-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98fab032-c439-4531-a361-de00d9d15438 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98fab032-c439-4531-a361-de00d9d15438 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
  /* Add background color handling */
  
}

#s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98fab032-c439-4531-a361-de00d9d15438 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98fab032-c439-4531-a361-de00d9d15438 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98fab032-c439-4531-a361-de00d9d15438 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-98fab032-c439-4531-a361-de00d9d15438.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-98fab032-c439-4531-a361-de00d9d15438 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98fab032-c439-4531-a361-de00d9d15438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fab032-c439-4531-a361-de00d9d15438.shogun-image {
  box-sizing: border-box;
}



.s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98fab032-c439-4531-a361-de00d9d15438 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container {
      position: relative;
    }

    .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-98fab032-c439-4531-a361-de00d9d15438 {
  margin: 0 !important;
  overflow: visible;
}

#s-98fab032-c439-4531-a361-de00d9d15438-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98fab032-c439-4531-a361-de00d9d15438 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98fab032-c439-4531-a361-de00d9d15438 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
  /* Add background color handling */
  
}

#s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98fab032-c439-4531-a361-de00d9d15438 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98fab032-c439-4531-a361-de00d9d15438 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98fab032-c439-4531-a361-de00d9d15438 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-98fab032-c439-4531-a361-de00d9d15438.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-98fab032-c439-4531-a361-de00d9d15438 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98fab032-c439-4531-a361-de00d9d15438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fab032-c439-4531-a361-de00d9d15438.shogun-image {
  box-sizing: border-box;
}



.s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98fab032-c439-4531-a361-de00d9d15438 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container {
      position: relative;
    }

    .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98fab032-c439-4531-a361-de00d9d15438 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-98fab032-c439-4531-a361-de00d9d15438 {
  margin: 0 !important;
  overflow: visible;
}

#s-98fab032-c439-4531-a361-de00d9d15438-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98fab032-c439-4531-a361-de00d9d15438 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98fab032-c439-4531-a361-de00d9d15438 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
  /* Add background color handling */
  
}

#s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98fab032-c439-4531-a361-de00d9d15438 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98fab032-c439-4531-a361-de00d9d15438 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98fab032-c439-4531-a361-de00d9d15438 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-98fab032-c439-4531-a361-de00d9d15438.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-98fab032-c439-4531-a361-de00d9d15438 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98fab032-c439-4531-a361-de00d9d15438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fab032-c439-4531-a361-de00d9d15438.shogun-image {
  box-sizing: border-box;
}



.s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98fab032-c439-4531-a361-de00d9d15438 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container {
      position: relative;
    }

    .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98fab032-c439-4531-a361-de00d9d15438 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-98fab032-c439-4531-a361-de00d9d15438 {
  margin: 0 !important;
  overflow: visible;
}

#s-98fab032-c439-4531-a361-de00d9d15438-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98fab032-c439-4531-a361-de00d9d15438 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98fab032-c439-4531-a361-de00d9d15438 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
  /* Add background color handling */
  
}

#s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98fab032-c439-4531-a361-de00d9d15438 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98fab032-c439-4531-a361-de00d9d15438 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98fab032-c439-4531-a361-de00d9d15438 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-98fab032-c439-4531-a361-de00d9d15438.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-98fab032-c439-4531-a361-de00d9d15438 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98fab032-c439-4531-a361-de00d9d15438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fab032-c439-4531-a361-de00d9d15438.shogun-image {
  box-sizing: border-box;
}



.s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98fab032-c439-4531-a361-de00d9d15438 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container {
      position: relative;
    }

    .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-98fab032-c439-4531-a361-de00d9d15438 {
  margin: 0 !important;
  overflow: visible;
}

#s-98fab032-c439-4531-a361-de00d9d15438-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98fab032-c439-4531-a361-de00d9d15438 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98fab032-c439-4531-a361-de00d9d15438 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
  /* Add background color handling */
  
}

#s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98fab032-c439-4531-a361-de00d9d15438 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98fab032-c439-4531-a361-de00d9d15438 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98fab032-c439-4531-a361-de00d9d15438 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-98fab032-c439-4531-a361-de00d9d15438.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-98fab032-c439-4531-a361-de00d9d15438 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98fab032-c439-4531-a361-de00d9d15438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fab032-c439-4531-a361-de00d9d15438.shogun-image {
  box-sizing: border-box;
}



.s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98fab032-c439-4531-a361-de00d9d15438 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container {
      position: relative;
    }

    .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98fab032-c439-4531-a361-de00d9d15438.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98fab032-c439-4531-a361-de00d9d15438 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-4ab627dc-9cdb-40a2-81a4-356865e1f7fa {
  padding-top: 22px;
}

#s-6cfb2655-3dee-4003-a01c-e06c48f437d0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6cfb2655-3dee-4003-a01c-e06c48f437d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cfb2655-3dee-4003-a01c-e06c48f437d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cfb2655-3dee-4003-a01c-e06c48f437d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6cfb2655-3dee-4003-a01c-e06c48f437d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cfb2655-3dee-4003-a01c-e06c48f437d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cfb2655-3dee-4003-a01c-e06c48f437d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cfb2655-3dee-4003-a01c-e06c48f437d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40 {
  margin-left: 0%;
max-width: 70px;
text-align: center;
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40 {
  margin: 0 !important;
  overflow: visible;
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-893fe09d-9398-4ddd-bc87-d885adcb7f40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-893fe09d-9398-4ddd-bc87-d885adcb7f40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40 img.shogun-image {
  /* Add background color handling */
  
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-893fe09d-9398-4ddd-bc87-d885adcb7f40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shogun-image {
  box-sizing: border-box;
}



.s-893fe09d-9398-4ddd-bc87-d885adcb7f40 img.shogun-image {
  
}


@media (min-width: 1200px){#s-893fe09d-9398-4ddd-bc87-d885adcb7f40 {
  margin: 0 !important;
  overflow: visible;
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-893fe09d-9398-4ddd-bc87-d885adcb7f40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-893fe09d-9398-4ddd-bc87-d885adcb7f40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40 img.shogun-image {
  /* Add background color handling */
  
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-893fe09d-9398-4ddd-bc87-d885adcb7f40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shogun-image {
  box-sizing: border-box;
}



.s-893fe09d-9398-4ddd-bc87-d885adcb7f40 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-893fe09d-9398-4ddd-bc87-d885adcb7f40 {
  margin: 0 !important;
  overflow: visible;
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-893fe09d-9398-4ddd-bc87-d885adcb7f40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-893fe09d-9398-4ddd-bc87-d885adcb7f40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40 img.shogun-image {
  /* Add background color handling */
  
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-893fe09d-9398-4ddd-bc87-d885adcb7f40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shogun-image {
  box-sizing: border-box;
}



.s-893fe09d-9398-4ddd-bc87-d885adcb7f40 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-893fe09d-9398-4ddd-bc87-d885adcb7f40 {
  margin: 0 !important;
  overflow: visible;
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-893fe09d-9398-4ddd-bc87-d885adcb7f40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-893fe09d-9398-4ddd-bc87-d885adcb7f40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40 img.shogun-image {
  /* Add background color handling */
  
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-893fe09d-9398-4ddd-bc87-d885adcb7f40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shogun-image {
  box-sizing: border-box;
}



.s-893fe09d-9398-4ddd-bc87-d885adcb7f40 img.shogun-image {
  
}


}@media (max-width: 767px){#s-893fe09d-9398-4ddd-bc87-d885adcb7f40 {
  margin: 0 !important;
  overflow: visible;
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-893fe09d-9398-4ddd-bc87-d885adcb7f40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-893fe09d-9398-4ddd-bc87-d885adcb7f40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40 img.shogun-image {
  /* Add background color handling */
  
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-893fe09d-9398-4ddd-bc87-d885adcb7f40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-893fe09d-9398-4ddd-bc87-d885adcb7f40.shogun-image {
  box-sizing: border-box;
}



.s-893fe09d-9398-4ddd-bc87-d885adcb7f40 img.shogun-image {
  
}


}
#s-2648a0df-6925-411d-bc46-a16a2fcb8efa {
  padding-top: 22px;
}

#s-8d7e7abc-794f-464b-99ca-eb7a65803517 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8d7e7abc-794f-464b-99ca-eb7a65803517"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d7e7abc-794f-464b-99ca-eb7a65803517"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d7e7abc-794f-464b-99ca-eb7a65803517"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d7e7abc-794f-464b-99ca-eb7a65803517"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d7e7abc-794f-464b-99ca-eb7a65803517"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d7e7abc-794f-464b-99ca-eb7a65803517"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d7e7abc-794f-464b-99ca-eb7a65803517"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  margin-top: 8px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  margin: 0 !important;
  overflow: visible;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add background color handling */
  
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
  box-sizing: border-box;
}



.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
      position: relative;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  margin: 0 !important;
  overflow: visible;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add background color handling */
  
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
  box-sizing: border-box;
}



.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
      position: relative;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff 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-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  margin: 0 !important;
  overflow: visible;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add background color handling */
  
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
  box-sizing: border-box;
}



.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
      position: relative;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff 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-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  margin: 0 !important;
  overflow: visible;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add background color handling */
  
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
  box-sizing: border-box;
}



.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
      position: relative;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  margin: 0 !important;
  overflow: visible;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add background color handling */
  
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
  box-sizing: border-box;
}



.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
      position: relative;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-abe7bb73-481c-403e-af74-c0934e00e7b6 {
  padding-top: 22px;
}

#s-42c564a1-422b-4527-ab79-4ebae3071cf8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-42c564a1-422b-4527-ab79-4ebae3071cf8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42c564a1-422b-4527-ab79-4ebae3071cf8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-42c564a1-422b-4527-ab79-4ebae3071cf8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42c564a1-422b-4527-ab79-4ebae3071cf8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-42c564a1-422b-4527-ab79-4ebae3071cf8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42c564a1-422b-4527-ab79-4ebae3071cf8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-42c564a1-422b-4527-ab79-4ebae3071cf8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
  margin-top: 3px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
  margin: 0 !important;
  overflow: visible;
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
  /* Add background color handling */
  
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image {
  box-sizing: border-box;
}



.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container {
      position: relative;
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
  margin: 0 !important;
  overflow: visible;
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
  /* Add background color handling */
  
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image {
  box-sizing: border-box;
}



.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container {
      position: relative;
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c 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-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
  margin: 0 !important;
  overflow: visible;
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
  /* Add background color handling */
  
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image {
  box-sizing: border-box;
}



.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container {
      position: relative;
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c 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-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
  margin: 0 !important;
  overflow: visible;
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
  /* Add background color handling */
  
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image {
  box-sizing: border-box;
}



.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container {
      position: relative;
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
  margin: 0 !important;
  overflow: visible;
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
  /* Add background color handling */
  
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image {
  box-sizing: border-box;
}



.s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container {
      position: relative;
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9860a16-726f-4083-8b7f-b6dc2bfb0b9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-e104a8e4-d761-4c16-aaaf-fbe38cb2b287 {
  padding-top: 22px;
}

#s-e51c93e9-aa08-4bb1-9562-e3a05a9eec05 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e51c93e9-aa08-4bb1-9562-e3a05a9eec05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e51c93e9-aa08-4bb1-9562-e3a05a9eec05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e51c93e9-aa08-4bb1-9562-e3a05a9eec05"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e51c93e9-aa08-4bb1-9562-e3a05a9eec05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e51c93e9-aa08-4bb1-9562-e3a05a9eec05"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e51c93e9-aa08-4bb1-9562-e3a05a9eec05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e51c93e9-aa08-4bb1-9562-e3a05a9eec05"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-72f28376-3081-4211-8074-4ac3f15c9145 {
  margin-top: 10px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 {
  margin: 0 !important;
  overflow: visible;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72f28376-3081-4211-8074-4ac3f15c9145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-72f28376-3081-4211-8074-4ac3f15c9145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add background color handling */
  
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
  box-sizing: border-box;
}



.s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72f28376-3081-4211-8074-4ac3f15c9145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
      position: relative;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-72f28376-3081-4211-8074-4ac3f15c9145 {
  margin: 0 !important;
  overflow: visible;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72f28376-3081-4211-8074-4ac3f15c9145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72f28376-3081-4211-8074-4ac3f15c9145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add background color handling */
  
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
  box-sizing: border-box;
}



.s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72f28376-3081-4211-8074-4ac3f15c9145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
      position: relative;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145 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-72f28376-3081-4211-8074-4ac3f15c9145 {
  margin: 0 !important;
  overflow: visible;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72f28376-3081-4211-8074-4ac3f15c9145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72f28376-3081-4211-8074-4ac3f15c9145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add background color handling */
  
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
  box-sizing: border-box;
}



.s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72f28376-3081-4211-8074-4ac3f15c9145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
      position: relative;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145 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-72f28376-3081-4211-8074-4ac3f15c9145 {
  margin: 0 !important;
  overflow: visible;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72f28376-3081-4211-8074-4ac3f15c9145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72f28376-3081-4211-8074-4ac3f15c9145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add background color handling */
  
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
  box-sizing: border-box;
}



.s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72f28376-3081-4211-8074-4ac3f15c9145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
      position: relative;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-72f28376-3081-4211-8074-4ac3f15c9145 {
  margin: 0 !important;
  overflow: visible;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72f28376-3081-4211-8074-4ac3f15c9145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72f28376-3081-4211-8074-4ac3f15c9145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add background color handling */
  
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
  box-sizing: border-box;
}



.s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72f28376-3081-4211-8074-4ac3f15c9145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
      position: relative;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-33a9b947-e290-42aa-b6a1-749f373e1302 {
  padding-top: 22px;
}

#s-35864039-a002-4709-8bfd-a876c00f7358 {
  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-35864039-a002-4709-8bfd-a876c00f7358"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35864039-a002-4709-8bfd-a876c00f7358"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35864039-a002-4709-8bfd-a876c00f7358"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35864039-a002-4709-8bfd-a876c00f7358"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35864039-a002-4709-8bfd-a876c00f7358"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35864039-a002-4709-8bfd-a876c00f7358"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35864039-a002-4709-8bfd-a876c00f7358"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
  box-sizing: border-box;
}



.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
      position: relative;
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
  box-sizing: border-box;
}



.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
      position: relative;
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921 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-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
  box-sizing: border-box;
}



.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
      position: relative;
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921 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-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
  box-sizing: border-box;
}



.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
      position: relative;
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
  box-sizing: border-box;
}



.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
      position: relative;
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-a154b6c6-2d6b-431f-9e7d-6625f65c7e05 {
  padding-top: 22px;
}

#s-85c62657-2f92-43d3-9e67-53b9f950e050 {
  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-85c62657-2f92-43d3-9e67-53b9f950e050"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85c62657-2f92-43d3-9e67-53b9f950e050"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85c62657-2f92-43d3-9e67-53b9f950e050"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85c62657-2f92-43d3-9e67-53b9f950e050"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85c62657-2f92-43d3-9e67-53b9f950e050"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85c62657-2f92-43d3-9e67-53b9f950e050"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85c62657-2f92-43d3-9e67-53b9f950e050"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  max-width: 70px;
text-align: center;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  margin: 0 !important;
  overflow: visible;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add background color handling */
  
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-169b55a3-6509-4f51-8011-7a5bae4f4834 .shogun-image-content {
  
    justify-content: center;
  
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image {
  box-sizing: border-box;
}



.s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  
}


@media (min-width: 1200px){#s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  margin: 0 !important;
  overflow: visible;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add background color handling */
  
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-169b55a3-6509-4f51-8011-7a5bae4f4834 .shogun-image-content {
  
    justify-content: center;
  
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image {
  box-sizing: border-box;
}



.s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  margin: 0 !important;
  overflow: visible;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add background color handling */
  
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-169b55a3-6509-4f51-8011-7a5bae4f4834 .shogun-image-content {
  
    justify-content: center;
  
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image {
  box-sizing: border-box;
}



.s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  margin: 0 !important;
  overflow: visible;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add background color handling */
  
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-169b55a3-6509-4f51-8011-7a5bae4f4834 .shogun-image-content {
  
    justify-content: center;
  
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image {
  box-sizing: border-box;
}



.s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  
}


}@media (max-width: 767px){#s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  margin: 0 !important;
  overflow: visible;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add background color handling */
  
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-169b55a3-6509-4f51-8011-7a5bae4f4834 .shogun-image-content {
  
    justify-content: center;
  
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image {
  box-sizing: border-box;
}



.s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  
}


}
#s-31eed6b1-a88a-4c47-b220-ecf1526b285f {
  padding-top: 22px;
}

#s-927546c4-8243-4b3c-a900-c2277eb248a9 {
  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-927546c4-8243-4b3c-a900-c2277eb248a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-927546c4-8243-4b3c-a900-c2277eb248a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-927546c4-8243-4b3c-a900-c2277eb248a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-927546c4-8243-4b3c-a900-c2277eb248a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-927546c4-8243-4b3c-a900-c2277eb248a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-927546c4-8243-4b3c-a900-c2277eb248a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-927546c4-8243-4b3c-a900-c2277eb248a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  max-width: 70px;
text-align: center;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  margin: 0 !important;
  overflow: visible;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add background color handling */
  
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-df31c2d6-2ae4-4766-a483-81dbb15413bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
  box-sizing: border-box;
}



.s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  
}


@media (min-width: 1200px){#s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  margin: 0 !important;
  overflow: visible;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add background color handling */
  
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-df31c2d6-2ae4-4766-a483-81dbb15413bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
  box-sizing: border-box;
}



.s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  margin: 0 !important;
  overflow: visible;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add background color handling */
  
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-df31c2d6-2ae4-4766-a483-81dbb15413bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
  box-sizing: border-box;
}



.s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  margin: 0 !important;
  overflow: visible;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add background color handling */
  
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-df31c2d6-2ae4-4766-a483-81dbb15413bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
  box-sizing: border-box;
}



.s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  
}


}@media (max-width: 767px){#s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  margin: 0 !important;
  overflow: visible;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add background color handling */
  
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-df31c2d6-2ae4-4766-a483-81dbb15413bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
  box-sizing: border-box;
}



.s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  
}


}
#s-a06cfcdd-2090-4147-aaaa-d63553d548ff {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-b220b367-d160-4d70-b6e6-e1f3904e2fb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b220b367-d160-4d70-b6e6-e1f3904e2fb5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b220b367-d160-4d70-b6e6-e1f3904e2fb5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b220b367-d160-4d70-b6e6-e1f3904e2fb5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b220b367-d160-4d70-b6e6-e1f3904e2fb5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b220b367-d160-4d70-b6e6-e1f3904e2fb5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b220b367-d160-4d70-b6e6-e1f3904e2fb5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-fbf68a2b-35ba-470d-bf55-331ca523bfbd {
  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-fbf68a2b-35ba-470d-bf55-331ca523bfbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbf68a2b-35ba-470d-bf55-331ca523bfbd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbf68a2b-35ba-470d-bf55-331ca523bfbd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbf68a2b-35ba-470d-bf55-331ca523bfbd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbf68a2b-35ba-470d-bf55-331ca523bfbd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbf68a2b-35ba-470d-bf55-331ca523bfbd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbf68a2b-35ba-470d-bf55-331ca523bfbd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-41de3cab-a523-4087-8b0f-d6ee156d8167"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41de3cab-a523-4087-8b0f-d6ee156d8167"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41de3cab-a523-4087-8b0f-d6ee156d8167"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41de3cab-a523-4087-8b0f-d6ee156d8167"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41de3cab-a523-4087-8b0f-d6ee156d8167"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41de3cab-a523-4087-8b0f-d6ee156d8167"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41de3cab-a523-4087-8b0f-d6ee156d8167"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  max-width: 70px;
text-align: center;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  margin: 0 !important;
  overflow: visible;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add background color handling */
  
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
  box-sizing: border-box;
}



.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  margin: 0 !important;
  overflow: visible;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add background color handling */
  
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
  box-sizing: border-box;
}



.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  margin: 0 !important;
  overflow: visible;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add background color handling */
  
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
  box-sizing: border-box;
}



.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  margin: 0 !important;
  overflow: visible;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add background color handling */
  
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
  box-sizing: border-box;
}



.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  margin: 0 !important;
  overflow: visible;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add background color handling */
  
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
  box-sizing: border-box;
}



.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  
}


}
#s-a3f98224-5aa8-4ddd-8da5-9668f7bae375 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-da6aea6f-c40b-4700-adcc-322f765995e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da6aea6f-c40b-4700-adcc-322f765995e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da6aea6f-c40b-4700-adcc-322f765995e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da6aea6f-c40b-4700-adcc-322f765995e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da6aea6f-c40b-4700-adcc-322f765995e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da6aea6f-c40b-4700-adcc-322f765995e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da6aea6f-c40b-4700-adcc-322f765995e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  max-width: 70px;
text-align: center;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  margin: 0 !important;
  overflow: visible;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add background color handling */
  
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
  box-sizing: border-box;
}



.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  
}


@media (min-width: 1200px){#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  margin: 0 !important;
  overflow: visible;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add background color handling */
  
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
  box-sizing: border-box;
}



.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  margin: 0 !important;
  overflow: visible;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add background color handling */
  
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
  box-sizing: border-box;
}



.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  margin: 0 !important;
  overflow: visible;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add background color handling */
  
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
  box-sizing: border-box;
}



.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  
}


}@media (max-width: 767px){#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  margin: 0 !important;
  overflow: visible;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add background color handling */
  
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
  box-sizing: border-box;
}



.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  
}


}
#s-52d8b20d-d6a4-4dda-a5b8-5d73cd65fbf7 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-43108e5e-b214-44ef-9321-57016960c2ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43108e5e-b214-44ef-9321-57016960c2ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43108e5e-b214-44ef-9321-57016960c2ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43108e5e-b214-44ef-9321-57016960c2ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43108e5e-b214-44ef-9321-57016960c2ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43108e5e-b214-44ef-9321-57016960c2ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43108e5e-b214-44ef-9321-57016960c2ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-7af3f3e8-fe59-467d-a5cc-47a0524f5398"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7af3f3e8-fe59-467d-a5cc-47a0524f5398"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7af3f3e8-fe59-467d-a5cc-47a0524f5398"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7af3f3e8-fe59-467d-a5cc-47a0524f5398"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7af3f3e8-fe59-467d-a5cc-47a0524f5398"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7af3f3e8-fe59-467d-a5cc-47a0524f5398"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7af3f3e8-fe59-467d-a5cc-47a0524f5398"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-9befba5f-cd27-41a8-9aa4-94f50a2732bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9befba5f-cd27-41a8-9aa4-94f50a2732bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9befba5f-cd27-41a8-9aa4-94f50a2732bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9befba5f-cd27-41a8-9aa4-94f50a2732bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9befba5f-cd27-41a8-9aa4-94f50a2732bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9befba5f-cd27-41a8-9aa4-94f50a2732bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9befba5f-cd27-41a8-9aa4-94f50a2732bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-6309a69a-4548-4f44-92cb-61dc63551eeb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6309a69a-4548-4f44-92cb-61dc63551eeb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6309a69a-4548-4f44-92cb-61dc63551eeb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6309a69a-4548-4f44-92cb-61dc63551eeb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6309a69a-4548-4f44-92cb-61dc63551eeb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6309a69a-4548-4f44-92cb-61dc63551eeb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6309a69a-4548-4f44-92cb-61dc63551eeb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-cd525375-c441-46aa-9ffb-4dc9a4e8f99e {
  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-cd525375-c441-46aa-9ffb-4dc9a4e8f99e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd525375-c441-46aa-9ffb-4dc9a4e8f99e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd525375-c441-46aa-9ffb-4dc9a4e8f99e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd525375-c441-46aa-9ffb-4dc9a4e8f99e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd525375-c441-46aa-9ffb-4dc9a4e8f99e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd525375-c441-46aa-9ffb-4dc9a4e8f99e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd525375-c441-46aa-9ffb-4dc9a4e8f99e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  max-width: 70px;
text-align: center;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  margin: 0 !important;
  overflow: visible;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add background color handling */
  
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a5626b26-0f6f-4481-a037-a25b7163e41e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
  box-sizing: border-box;
}



.s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  
}


@media (min-width: 1200px){#s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  margin: 0 !important;
  overflow: visible;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add background color handling */
  
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a5626b26-0f6f-4481-a037-a25b7163e41e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
  box-sizing: border-box;
}



.s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  margin: 0 !important;
  overflow: visible;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add background color handling */
  
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a5626b26-0f6f-4481-a037-a25b7163e41e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
  box-sizing: border-box;
}



.s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  margin: 0 !important;
  overflow: visible;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add background color handling */
  
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a5626b26-0f6f-4481-a037-a25b7163e41e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
  box-sizing: border-box;
}



.s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  
}


}@media (max-width: 767px){#s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  margin: 0 !important;
  overflow: visible;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add background color handling */
  
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a5626b26-0f6f-4481-a037-a25b7163e41e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
  box-sizing: border-box;
}



.s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  
}


}
#s-8f25bbdb-c2f2-4e46-8e85-0146a3da2840 {
  padding-top: 22px;
}

#s-9debfd13-d9b6-4c06-a554-377f0ffbe6ae {
  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-9debfd13-d9b6-4c06-a554-377f0ffbe6ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9debfd13-d9b6-4c06-a554-377f0ffbe6ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9debfd13-d9b6-4c06-a554-377f0ffbe6ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9debfd13-d9b6-4c06-a554-377f0ffbe6ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9debfd13-d9b6-4c06-a554-377f0ffbe6ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9debfd13-d9b6-4c06-a554-377f0ffbe6ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9debfd13-d9b6-4c06-a554-377f0ffbe6ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f86be652-db02-46e2-9ac7-d7964403f941 {
  max-width: 70px;
text-align: center;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 {
  margin: 0 !important;
  overflow: visible;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f86be652-db02-46e2-9ac7-d7964403f941 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f86be652-db02-46e2-9ac7-d7964403f941 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add background color handling */
  
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 15px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f86be652-db02-46e2-9ac7-d7964403f941 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
  box-sizing: border-box;
}



.s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f86be652-db02-46e2-9ac7-d7964403f941 {
  margin: 0 !important;
  overflow: visible;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f86be652-db02-46e2-9ac7-d7964403f941 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f86be652-db02-46e2-9ac7-d7964403f941 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add background color handling */
  
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f86be652-db02-46e2-9ac7-d7964403f941 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
  box-sizing: border-box;
}



.s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f86be652-db02-46e2-9ac7-d7964403f941 {
  margin: 0 !important;
  overflow: visible;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f86be652-db02-46e2-9ac7-d7964403f941 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f86be652-db02-46e2-9ac7-d7964403f941 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add background color handling */
  
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f86be652-db02-46e2-9ac7-d7964403f941 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
  box-sizing: border-box;
}



.s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f86be652-db02-46e2-9ac7-d7964403f941 {
  margin: 0 !important;
  overflow: visible;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f86be652-db02-46e2-9ac7-d7964403f941 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f86be652-db02-46e2-9ac7-d7964403f941 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add background color handling */
  
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f86be652-db02-46e2-9ac7-d7964403f941 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
  box-sizing: border-box;
}



.s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f86be652-db02-46e2-9ac7-d7964403f941 {
  margin: 0 !important;
  overflow: visible;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f86be652-db02-46e2-9ac7-d7964403f941 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f86be652-db02-46e2-9ac7-d7964403f941 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add background color handling */
  
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f86be652-db02-46e2-9ac7-d7964403f941 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
  box-sizing: border-box;
}



.s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  
}


}
#s-760c94f3-ed5b-43a1-b7e6-7b5e36134556 {
  padding-top: 22px;
}

#s-3b68a3db-0cb5-47ab-9fd8-f2753f83d628 {
  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-3b68a3db-0cb5-47ab-9fd8-f2753f83d628"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b68a3db-0cb5-47ab-9fd8-f2753f83d628"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b68a3db-0cb5-47ab-9fd8-f2753f83d628"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b68a3db-0cb5-47ab-9fd8-f2753f83d628"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b68a3db-0cb5-47ab-9fd8-f2753f83d628"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b68a3db-0cb5-47ab-9fd8-f2753f83d628"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b68a3db-0cb5-47ab-9fd8-f2753f83d628"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  max-width: 70px;
text-align: center;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  margin: 0 !important;
  overflow: visible;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add background color handling */
  
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
  box-sizing: border-box;
}



.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  margin: 0 !important;
  overflow: visible;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add background color handling */
  
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
  box-sizing: border-box;
}



.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  margin: 0 !important;
  overflow: visible;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add background color handling */
  
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
  box-sizing: border-box;
}



.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  margin: 0 !important;
  overflow: visible;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add background color handling */
  
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
  box-sizing: border-box;
}



.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  margin: 0 !important;
  overflow: visible;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add background color handling */
  
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
  box-sizing: border-box;
}



.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  
}


}
#s-2eb07df2-ffb5-4e2d-90c7-e6a82a5c55f6 {
  padding-top: 20px;
}

#s-9a637597-ad4c-4ff4-876f-6de37f7370a8 {
  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-9a637597-ad4c-4ff4-876f-6de37f7370a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a637597-ad4c-4ff4-876f-6de37f7370a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a637597-ad4c-4ff4-876f-6de37f7370a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a637597-ad4c-4ff4-876f-6de37f7370a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a637597-ad4c-4ff4-876f-6de37f7370a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a637597-ad4c-4ff4-876f-6de37f7370a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a637597-ad4c-4ff4-876f-6de37f7370a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-39932490-a106-4613-bec7-ad68c9d90204 {
  max-width: 70px;
text-align: center;
}

#s-39932490-a106-4613-bec7-ad68c9d90204 {
  margin: 0 !important;
  overflow: visible;
}

#s-39932490-a106-4613-bec7-ad68c9d90204-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39932490-a106-4613-bec7-ad68c9d90204 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39932490-a106-4613-bec7-ad68c9d90204 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add background color handling */
  
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 30px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39932490-a106-4613-bec7-ad68c9d90204 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
  box-sizing: border-box;
}



.s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  
}


@media (min-width: 1200px){#s-39932490-a106-4613-bec7-ad68c9d90204 {
  margin: 0 !important;
  overflow: visible;
}

#s-39932490-a106-4613-bec7-ad68c9d90204-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39932490-a106-4613-bec7-ad68c9d90204 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39932490-a106-4613-bec7-ad68c9d90204 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add background color handling */
  
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39932490-a106-4613-bec7-ad68c9d90204 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
  box-sizing: border-box;
}



.s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-39932490-a106-4613-bec7-ad68c9d90204 {
  margin: 0 !important;
  overflow: visible;
}

#s-39932490-a106-4613-bec7-ad68c9d90204-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39932490-a106-4613-bec7-ad68c9d90204 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39932490-a106-4613-bec7-ad68c9d90204 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add background color handling */
  
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39932490-a106-4613-bec7-ad68c9d90204 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
  box-sizing: border-box;
}



.s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-39932490-a106-4613-bec7-ad68c9d90204 {
  margin: 0 !important;
  overflow: visible;
}

#s-39932490-a106-4613-bec7-ad68c9d90204-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39932490-a106-4613-bec7-ad68c9d90204 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39932490-a106-4613-bec7-ad68c9d90204 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add background color handling */
  
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39932490-a106-4613-bec7-ad68c9d90204 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
  box-sizing: border-box;
}



.s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  
}


}@media (max-width: 767px){#s-39932490-a106-4613-bec7-ad68c9d90204 {
  margin: 0 !important;
  overflow: visible;
}

#s-39932490-a106-4613-bec7-ad68c9d90204-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39932490-a106-4613-bec7-ad68c9d90204 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39932490-a106-4613-bec7-ad68c9d90204 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add background color handling */
  
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39932490-a106-4613-bec7-ad68c9d90204 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
  box-sizing: border-box;
}



.s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  
}


}
#s-10833f65-3a91-4b1a-80cc-1cc155fd9c2f {
  padding-top: 22px;
}

#s-1aaa1bcd-9a6d-47d4-9f19-54156e23384c {
  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-1aaa1bcd-9a6d-47d4-9f19-54156e23384c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1aaa1bcd-9a6d-47d4-9f19-54156e23384c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1aaa1bcd-9a6d-47d4-9f19-54156e23384c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1aaa1bcd-9a6d-47d4-9f19-54156e23384c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1aaa1bcd-9a6d-47d4-9f19-54156e23384c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1aaa1bcd-9a6d-47d4-9f19-54156e23384c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1aaa1bcd-9a6d-47d4-9f19-54156e23384c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-069dd189-948b-44c2-9f05-77cbd986df3e {
  margin-top: 7px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e {
  margin: 0 !important;
  overflow: visible;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-069dd189-948b-44c2-9f05-77cbd986df3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-069dd189-948b-44c2-9f05-77cbd986df3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add background color handling */
  
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 4px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-069dd189-948b-44c2-9f05-77cbd986df3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-069dd189-948b-44c2-9f05-77cbd986df3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-069dd189-948b-44c2-9f05-77cbd986df3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-069dd189-948b-44c2-9f05-77cbd986df3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
  box-sizing: border-box;
}



.s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-069dd189-948b-44c2-9f05-77cbd986df3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
      position: relative;
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-069dd189-948b-44c2-9f05-77cbd986df3e {
  margin: 0 !important;
  overflow: visible;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-069dd189-948b-44c2-9f05-77cbd986df3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-069dd189-948b-44c2-9f05-77cbd986df3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add background color handling */
  
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-069dd189-948b-44c2-9f05-77cbd986df3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-069dd189-948b-44c2-9f05-77cbd986df3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-069dd189-948b-44c2-9f05-77cbd986df3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-069dd189-948b-44c2-9f05-77cbd986df3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
  box-sizing: border-box;
}



.s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-069dd189-948b-44c2-9f05-77cbd986df3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
      position: relative;
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e 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-069dd189-948b-44c2-9f05-77cbd986df3e {
  margin: 0 !important;
  overflow: visible;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-069dd189-948b-44c2-9f05-77cbd986df3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-069dd189-948b-44c2-9f05-77cbd986df3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add background color handling */
  
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-069dd189-948b-44c2-9f05-77cbd986df3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-069dd189-948b-44c2-9f05-77cbd986df3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-069dd189-948b-44c2-9f05-77cbd986df3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-069dd189-948b-44c2-9f05-77cbd986df3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
  box-sizing: border-box;
}



.s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-069dd189-948b-44c2-9f05-77cbd986df3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
      position: relative;
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e 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-069dd189-948b-44c2-9f05-77cbd986df3e {
  margin: 0 !important;
  overflow: visible;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-069dd189-948b-44c2-9f05-77cbd986df3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-069dd189-948b-44c2-9f05-77cbd986df3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add background color handling */
  
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-069dd189-948b-44c2-9f05-77cbd986df3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-069dd189-948b-44c2-9f05-77cbd986df3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-069dd189-948b-44c2-9f05-77cbd986df3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-069dd189-948b-44c2-9f05-77cbd986df3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
  box-sizing: border-box;
}



.s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-069dd189-948b-44c2-9f05-77cbd986df3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
      position: relative;
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-069dd189-948b-44c2-9f05-77cbd986df3e {
  margin: 0 !important;
  overflow: visible;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-069dd189-948b-44c2-9f05-77cbd986df3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-069dd189-948b-44c2-9f05-77cbd986df3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add background color handling */
  
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-069dd189-948b-44c2-9f05-77cbd986df3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-069dd189-948b-44c2-9f05-77cbd986df3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-069dd189-948b-44c2-9f05-77cbd986df3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-069dd189-948b-44c2-9f05-77cbd986df3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
  box-sizing: border-box;
}



.s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-069dd189-948b-44c2-9f05-77cbd986df3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
      position: relative;
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-f18c9929-e046-42f4-897b-e9bcb05c90de {
  padding-top: 19px;
}

#s-9adda9ae-7648-46d6-bc08-01f2fe03dd72 {
  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-9adda9ae-7648-46d6-bc08-01f2fe03dd72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9adda9ae-7648-46d6-bc08-01f2fe03dd72"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9adda9ae-7648-46d6-bc08-01f2fe03dd72"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9adda9ae-7648-46d6-bc08-01f2fe03dd72"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9adda9ae-7648-46d6-bc08-01f2fe03dd72"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9adda9ae-7648-46d6-bc08-01f2fe03dd72"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9adda9ae-7648-46d6-bc08-01f2fe03dd72"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  max-width: 70px;
text-align: center;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 6px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
  box-sizing: border-box;
}



.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
  box-sizing: border-box;
}



.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
  box-sizing: border-box;
}



.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
  box-sizing: border-box;
}



.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
  box-sizing: border-box;
}



.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  
}


}
#s-2118e2a2-9b6a-4731-842a-24b4cdd21d67 {
  padding-top: 19px;
}

#s-5c5505e8-9209-48ed-b8b2-02526e2a99ad {
  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-5c5505e8-9209-48ed-b8b2-02526e2a99ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c5505e8-9209-48ed-b8b2-02526e2a99ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c5505e8-9209-48ed-b8b2-02526e2a99ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c5505e8-9209-48ed-b8b2-02526e2a99ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c5505e8-9209-48ed-b8b2-02526e2a99ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c5505e8-9209-48ed-b8b2-02526e2a99ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c5505e8-9209-48ed-b8b2-02526e2a99ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  max-width: 70px;
text-align: center;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  margin: 0 !important;
  overflow: visible;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add background color handling */
  
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73ddae12-82f6-4470-8915-4aab0a79b511 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
  box-sizing: border-box;
}



.s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  
}


@media (min-width: 1200px){#s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  margin: 0 !important;
  overflow: visible;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add background color handling */
  
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73ddae12-82f6-4470-8915-4aab0a79b511 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
  box-sizing: border-box;
}



.s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  margin: 0 !important;
  overflow: visible;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add background color handling */
  
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73ddae12-82f6-4470-8915-4aab0a79b511 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
  box-sizing: border-box;
}



.s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  margin: 0 !important;
  overflow: visible;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add background color handling */
  
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73ddae12-82f6-4470-8915-4aab0a79b511 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
  box-sizing: border-box;
}



.s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  
}


}@media (max-width: 767px){#s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  margin: 0 !important;
  overflow: visible;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add background color handling */
  
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73ddae12-82f6-4470-8915-4aab0a79b511 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
  box-sizing: border-box;
}



.s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  
}


}
#s-f4f7ac15-eac1-4ecc-95d0-68e3e28e0b5b {
  padding-top: 22px;
}

#s-95f92eb0-9302-4810-9d2f-a5b333e3bf48 {
  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-95f92eb0-9302-4810-9d2f-a5b333e3bf48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95f92eb0-9302-4810-9d2f-a5b333e3bf48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95f92eb0-9302-4810-9d2f-a5b333e3bf48"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95f92eb0-9302-4810-9d2f-a5b333e3bf48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95f92eb0-9302-4810-9d2f-a5b333e3bf48"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95f92eb0-9302-4810-9d2f-a5b333e3bf48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95f92eb0-9302-4810-9d2f-a5b333e3bf48"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  max-width: 70px;
text-align: center;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
  box-sizing: border-box;
}



.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
  box-sizing: border-box;
}



.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
  box-sizing: border-box;
}



.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
  box-sizing: border-box;
}



.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
  box-sizing: border-box;
}



.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  
}


}
#s-d7a6c30d-1003-4831-a535-f4f4a5ee3590 {
  padding-top: 22px;
}

#s-0ac4928c-db78-4483-93e6-3c3fb471108b {
  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-0ac4928c-db78-4483-93e6-3c3fb471108b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ac4928c-db78-4483-93e6-3c3fb471108b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ac4928c-db78-4483-93e6-3c3fb471108b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ac4928c-db78-4483-93e6-3c3fb471108b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ac4928c-db78-4483-93e6-3c3fb471108b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ac4928c-db78-4483-93e6-3c3fb471108b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ac4928c-db78-4483-93e6-3c3fb471108b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  margin-top: 42px;
margin-bottom: 0px;
max-width: 70px;
text-align: center;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  margin: 0 !important;
  overflow: visible;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add background color handling */
  
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
  box-sizing: border-box;
}



.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  margin: 0 !important;
  overflow: visible;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add background color handling */
  
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
  box-sizing: border-box;
}



.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  margin: 0 !important;
  overflow: visible;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add background color handling */
  
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
  box-sizing: border-box;
}



.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  margin: 0 !important;
  overflow: visible;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add background color handling */
  
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
  box-sizing: border-box;
}



.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  margin: 0 !important;
  overflow: visible;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add background color handling */
  
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
  box-sizing: border-box;
}



.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  
}


}
#s-b6b481b8-d5ce-40e2-8ebc-7c6e17b5a0f7 {
  padding-top: 22px;
}

/*
  $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;
}
