.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-c742e641-17ec-49ea-9598-b27cbc3d4568 {
  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-c742e641-17ec-49ea-9598-b27cbc3d4568 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c742e641-17ec-49ea-9598-b27cbc3d4568.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-8a0ede0b-8c4a-4f2e-ac9c-5c7eee0835a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a0ede0b-8c4a-4f2e-ac9c-5c7eee0835a8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-1ab90965-e0a9-4d29-927a-bd0e240778ad {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad {
  margin: 0 !important;
  overflow: visible;
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ab90965-e0a9-4d29-927a-bd0e240778ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ab90965-e0a9-4d29-927a-bd0e240778ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad img.shogun-image {
  /* Add background color handling */
  
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1ab90965-e0a9-4d29-927a-bd0e240778ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ab90965-e0a9-4d29-927a-bd0e240778ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ab90965-e0a9-4d29-927a-bd0e240778ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad.shogun-image {
  box-sizing: border-box;
}



.s-1ab90965-e0a9-4d29-927a-bd0e240778ad img.shogun-image {
  
}


@media (min-width: 1200px){#s-1ab90965-e0a9-4d29-927a-bd0e240778ad {
  margin: 0 !important;
  overflow: visible;
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ab90965-e0a9-4d29-927a-bd0e240778ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ab90965-e0a9-4d29-927a-bd0e240778ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad img.shogun-image {
  /* Add background color handling */
  
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1ab90965-e0a9-4d29-927a-bd0e240778ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ab90965-e0a9-4d29-927a-bd0e240778ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ab90965-e0a9-4d29-927a-bd0e240778ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad.shogun-image {
  box-sizing: border-box;
}



.s-1ab90965-e0a9-4d29-927a-bd0e240778ad img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1ab90965-e0a9-4d29-927a-bd0e240778ad {
  margin: 0 !important;
  overflow: visible;
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ab90965-e0a9-4d29-927a-bd0e240778ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ab90965-e0a9-4d29-927a-bd0e240778ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad img.shogun-image {
  /* Add background color handling */
  
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1ab90965-e0a9-4d29-927a-bd0e240778ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ab90965-e0a9-4d29-927a-bd0e240778ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ab90965-e0a9-4d29-927a-bd0e240778ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad.shogun-image {
  box-sizing: border-box;
}



.s-1ab90965-e0a9-4d29-927a-bd0e240778ad img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1ab90965-e0a9-4d29-927a-bd0e240778ad {
  margin: 0 !important;
  overflow: visible;
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ab90965-e0a9-4d29-927a-bd0e240778ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ab90965-e0a9-4d29-927a-bd0e240778ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad img.shogun-image {
  /* Add background color handling */
  
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1ab90965-e0a9-4d29-927a-bd0e240778ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ab90965-e0a9-4d29-927a-bd0e240778ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ab90965-e0a9-4d29-927a-bd0e240778ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad.shogun-image {
  box-sizing: border-box;
}



.s-1ab90965-e0a9-4d29-927a-bd0e240778ad img.shogun-image {
  
}


}@media (max-width: 767px){#s-1ab90965-e0a9-4d29-927a-bd0e240778ad {
  margin: 0 !important;
  overflow: visible;
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ab90965-e0a9-4d29-927a-bd0e240778ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ab90965-e0a9-4d29-927a-bd0e240778ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad img.shogun-image {
  /* Add background color handling */
  
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1ab90965-e0a9-4d29-927a-bd0e240778ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ab90965-e0a9-4d29-927a-bd0e240778ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ab90965-e0a9-4d29-927a-bd0e240778ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ab90965-e0a9-4d29-927a-bd0e240778ad.shogun-image {
  box-sizing: border-box;
}



.s-1ab90965-e0a9-4d29-927a-bd0e240778ad img.shogun-image {
  
}


}
#s-ccdba414-c12b-41a6-af96-811bf0c0fa7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccdba414-c12b-41a6-af96-811bf0c0fa7d .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-b4ae5129-adaf-400b-ae5d-b206663d3c2e {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b4ae5129-adaf-400b-ae5d-b206663d3c2e .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-b4ae5129-adaf-400b-ae5d-b206663d3c2e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b4ae5129-adaf-400b-ae5d-b206663d3c2e 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-b4ae5129-adaf-400b-ae5d-b206663d3c2e td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-b4ae5129-adaf-400b-ae5d-b206663d3c2e td.shogun-table-column, #s-b4ae5129-adaf-400b-ae5d-b206663d3c2e 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-841eddba-73dc-4216-aa2a-05b84038179b {
  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-841eddba-73dc-4216-aa2a-05b84038179b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-841eddba-73dc-4216-aa2a-05b84038179b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-841eddba-73dc-4216-aa2a-05b84038179b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-841eddba-73dc-4216-aa2a-05b84038179b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-841eddba-73dc-4216-aa2a-05b84038179b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-841eddba-73dc-4216-aa2a-05b84038179b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-841eddba-73dc-4216-aa2a-05b84038179b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-5c6458e3-028e-4d33-b331-23228af3279a {
  max-width: 70px;
text-align: center;
}

#s-5c6458e3-028e-4d33-b331-23228af3279a {
  margin: 0 !important;
  overflow: visible;
}

#s-5c6458e3-028e-4d33-b331-23228af3279a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c6458e3-028e-4d33-b331-23228af3279a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c6458e3-028e-4d33-b331-23228af3279a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c6458e3-028e-4d33-b331-23228af3279a img.shogun-image {
  /* Add background color handling */
  
}

#s-5c6458e3-028e-4d33-b331-23228af3279a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5c6458e3-028e-4d33-b331-23228af3279a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5c6458e3-028e-4d33-b331-23228af3279a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c6458e3-028e-4d33-b331-23228af3279a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c6458e3-028e-4d33-b331-23228af3279a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c6458e3-028e-4d33-b331-23228af3279a.shogun-image {
  box-sizing: border-box;
}



.s-5c6458e3-028e-4d33-b331-23228af3279a img.shogun-image {
  
}


@media (min-width: 1200px){#s-5c6458e3-028e-4d33-b331-23228af3279a {
  margin: 0 !important;
  overflow: visible;
}

#s-5c6458e3-028e-4d33-b331-23228af3279a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c6458e3-028e-4d33-b331-23228af3279a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c6458e3-028e-4d33-b331-23228af3279a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c6458e3-028e-4d33-b331-23228af3279a img.shogun-image {
  /* Add background color handling */
  
}

#s-5c6458e3-028e-4d33-b331-23228af3279a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5c6458e3-028e-4d33-b331-23228af3279a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5c6458e3-028e-4d33-b331-23228af3279a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c6458e3-028e-4d33-b331-23228af3279a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c6458e3-028e-4d33-b331-23228af3279a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c6458e3-028e-4d33-b331-23228af3279a.shogun-image {
  box-sizing: border-box;
}



.s-5c6458e3-028e-4d33-b331-23228af3279a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5c6458e3-028e-4d33-b331-23228af3279a {
  margin: 0 !important;
  overflow: visible;
}

#s-5c6458e3-028e-4d33-b331-23228af3279a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c6458e3-028e-4d33-b331-23228af3279a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c6458e3-028e-4d33-b331-23228af3279a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c6458e3-028e-4d33-b331-23228af3279a img.shogun-image {
  /* Add background color handling */
  
}

#s-5c6458e3-028e-4d33-b331-23228af3279a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5c6458e3-028e-4d33-b331-23228af3279a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5c6458e3-028e-4d33-b331-23228af3279a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c6458e3-028e-4d33-b331-23228af3279a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c6458e3-028e-4d33-b331-23228af3279a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c6458e3-028e-4d33-b331-23228af3279a.shogun-image {
  box-sizing: border-box;
}



.s-5c6458e3-028e-4d33-b331-23228af3279a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5c6458e3-028e-4d33-b331-23228af3279a {
  margin: 0 !important;
  overflow: visible;
}

#s-5c6458e3-028e-4d33-b331-23228af3279a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c6458e3-028e-4d33-b331-23228af3279a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c6458e3-028e-4d33-b331-23228af3279a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c6458e3-028e-4d33-b331-23228af3279a img.shogun-image {
  /* Add background color handling */
  
}

#s-5c6458e3-028e-4d33-b331-23228af3279a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5c6458e3-028e-4d33-b331-23228af3279a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5c6458e3-028e-4d33-b331-23228af3279a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c6458e3-028e-4d33-b331-23228af3279a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c6458e3-028e-4d33-b331-23228af3279a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c6458e3-028e-4d33-b331-23228af3279a.shogun-image {
  box-sizing: border-box;
}



.s-5c6458e3-028e-4d33-b331-23228af3279a img.shogun-image {
  
}


}@media (max-width: 767px){#s-5c6458e3-028e-4d33-b331-23228af3279a {
  margin: 0 !important;
  overflow: visible;
}

#s-5c6458e3-028e-4d33-b331-23228af3279a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c6458e3-028e-4d33-b331-23228af3279a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c6458e3-028e-4d33-b331-23228af3279a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c6458e3-028e-4d33-b331-23228af3279a img.shogun-image {
  /* Add background color handling */
  
}

#s-5c6458e3-028e-4d33-b331-23228af3279a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5c6458e3-028e-4d33-b331-23228af3279a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5c6458e3-028e-4d33-b331-23228af3279a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c6458e3-028e-4d33-b331-23228af3279a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c6458e3-028e-4d33-b331-23228af3279a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c6458e3-028e-4d33-b331-23228af3279a.shogun-image {
  box-sizing: border-box;
}



.s-5c6458e3-028e-4d33-b331-23228af3279a img.shogun-image {
  
}


}
.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-92704c30-7142-41c3-9821-6a6f9ad982d1 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-10d4d9b3-4458-4eee-ab34-bb91077a2560"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10d4d9b3-4458-4eee-ab34-bb91077a2560"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10d4d9b3-4458-4eee-ab34-bb91077a2560"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10d4d9b3-4458-4eee-ab34-bb91077a2560"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10d4d9b3-4458-4eee-ab34-bb91077a2560"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10d4d9b3-4458-4eee-ab34-bb91077a2560"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10d4d9b3-4458-4eee-ab34-bb91077a2560"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-aa0a299c-7f7e-41e9-a132-8644f1c3828c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa0a299c-7f7e-41e9-a132-8644f1c3828c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aa0a299c-7f7e-41e9-a132-8644f1c3828c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa0a299c-7f7e-41e9-a132-8644f1c3828c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aa0a299c-7f7e-41e9-a132-8644f1c3828c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa0a299c-7f7e-41e9-a132-8644f1c3828c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aa0a299c-7f7e-41e9-a132-8644f1c3828c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-49cbb14a-26a5-48bd-b46b-1f9e8d1b7474"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49cbb14a-26a5-48bd-b46b-1f9e8d1b7474"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49cbb14a-26a5-48bd-b46b-1f9e8d1b7474"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49cbb14a-26a5-48bd-b46b-1f9e8d1b7474"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49cbb14a-26a5-48bd-b46b-1f9e8d1b7474"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49cbb14a-26a5-48bd-b46b-1f9e8d1b7474"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49cbb14a-26a5-48bd-b46b-1f9e8d1b7474"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-daaed7de-9287-467d-86fe-9f5e493bf15b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-daaed7de-9287-467d-86fe-9f5e493bf15b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-daaed7de-9287-467d-86fe-9f5e493bf15b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-daaed7de-9287-467d-86fe-9f5e493bf15b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-daaed7de-9287-467d-86fe-9f5e493bf15b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-daaed7de-9287-467d-86fe-9f5e493bf15b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-daaed7de-9287-467d-86fe-9f5e493bf15b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-3a4681e3-5ac9-41fd-b3ca-bcc8efb5366a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a4681e3-5ac9-41fd-b3ca-bcc8efb5366a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a4681e3-5ac9-41fd-b3ca-bcc8efb5366a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a4681e3-5ac9-41fd-b3ca-bcc8efb5366a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a4681e3-5ac9-41fd-b3ca-bcc8efb5366a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a4681e3-5ac9-41fd-b3ca-bcc8efb5366a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a4681e3-5ac9-41fd-b3ca-bcc8efb5366a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-79753997-5682-40e9-bdf7-e590e2849f79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79753997-5682-40e9-bdf7-e590e2849f79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79753997-5682-40e9-bdf7-e590e2849f79"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79753997-5682-40e9-bdf7-e590e2849f79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79753997-5682-40e9-bdf7-e590e2849f79"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79753997-5682-40e9-bdf7-e590e2849f79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79753997-5682-40e9-bdf7-e590e2849f79"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-4adc08e6-d00b-4225-8849-c7f3735d03f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4adc08e6-d00b-4225-8849-c7f3735d03f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4adc08e6-d00b-4225-8849-c7f3735d03f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4adc08e6-d00b-4225-8849-c7f3735d03f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4adc08e6-d00b-4225-8849-c7f3735d03f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4adc08e6-d00b-4225-8849-c7f3735d03f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4adc08e6-d00b-4225-8849-c7f3735d03f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-026f1c2a-6cb7-4457-b713-779661842e48 {
  max-width: 70px;
text-align: center;
}

#s-026f1c2a-6cb7-4457-b713-779661842e48 {
  margin: 0 !important;
  overflow: visible;
}

#s-026f1c2a-6cb7-4457-b713-779661842e48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-026f1c2a-6cb7-4457-b713-779661842e48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-026f1c2a-6cb7-4457-b713-779661842e48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-026f1c2a-6cb7-4457-b713-779661842e48 img.shogun-image {
  /* Add background color handling */
  
}

#s-026f1c2a-6cb7-4457-b713-779661842e48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-026f1c2a-6cb7-4457-b713-779661842e48.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-026f1c2a-6cb7-4457-b713-779661842e48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-026f1c2a-6cb7-4457-b713-779661842e48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-026f1c2a-6cb7-4457-b713-779661842e48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-026f1c2a-6cb7-4457-b713-779661842e48.shogun-image {
  box-sizing: border-box;
}



.s-026f1c2a-6cb7-4457-b713-779661842e48 img.shogun-image {
  
}


@media (min-width: 1200px){#s-026f1c2a-6cb7-4457-b713-779661842e48 {
  margin: 0 !important;
  overflow: visible;
}

#s-026f1c2a-6cb7-4457-b713-779661842e48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-026f1c2a-6cb7-4457-b713-779661842e48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-026f1c2a-6cb7-4457-b713-779661842e48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-026f1c2a-6cb7-4457-b713-779661842e48 img.shogun-image {
  /* Add background color handling */
  
}

#s-026f1c2a-6cb7-4457-b713-779661842e48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-026f1c2a-6cb7-4457-b713-779661842e48.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-026f1c2a-6cb7-4457-b713-779661842e48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-026f1c2a-6cb7-4457-b713-779661842e48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-026f1c2a-6cb7-4457-b713-779661842e48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-026f1c2a-6cb7-4457-b713-779661842e48.shogun-image {
  box-sizing: border-box;
}



.s-026f1c2a-6cb7-4457-b713-779661842e48 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-026f1c2a-6cb7-4457-b713-779661842e48 {
  margin: 0 !important;
  overflow: visible;
}

#s-026f1c2a-6cb7-4457-b713-779661842e48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-026f1c2a-6cb7-4457-b713-779661842e48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-026f1c2a-6cb7-4457-b713-779661842e48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-026f1c2a-6cb7-4457-b713-779661842e48 img.shogun-image {
  /* Add background color handling */
  
}

#s-026f1c2a-6cb7-4457-b713-779661842e48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-026f1c2a-6cb7-4457-b713-779661842e48.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-026f1c2a-6cb7-4457-b713-779661842e48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-026f1c2a-6cb7-4457-b713-779661842e48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-026f1c2a-6cb7-4457-b713-779661842e48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-026f1c2a-6cb7-4457-b713-779661842e48.shogun-image {
  box-sizing: border-box;
}



.s-026f1c2a-6cb7-4457-b713-779661842e48 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-026f1c2a-6cb7-4457-b713-779661842e48 {
  margin: 0 !important;
  overflow: visible;
}

#s-026f1c2a-6cb7-4457-b713-779661842e48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-026f1c2a-6cb7-4457-b713-779661842e48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-026f1c2a-6cb7-4457-b713-779661842e48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-026f1c2a-6cb7-4457-b713-779661842e48 img.shogun-image {
  /* Add background color handling */
  
}

#s-026f1c2a-6cb7-4457-b713-779661842e48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-026f1c2a-6cb7-4457-b713-779661842e48.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-026f1c2a-6cb7-4457-b713-779661842e48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-026f1c2a-6cb7-4457-b713-779661842e48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-026f1c2a-6cb7-4457-b713-779661842e48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-026f1c2a-6cb7-4457-b713-779661842e48.shogun-image {
  box-sizing: border-box;
}



.s-026f1c2a-6cb7-4457-b713-779661842e48 img.shogun-image {
  
}


}@media (max-width: 767px){#s-026f1c2a-6cb7-4457-b713-779661842e48 {
  margin: 0 !important;
  overflow: visible;
}

#s-026f1c2a-6cb7-4457-b713-779661842e48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-026f1c2a-6cb7-4457-b713-779661842e48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-026f1c2a-6cb7-4457-b713-779661842e48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-026f1c2a-6cb7-4457-b713-779661842e48 img.shogun-image {
  /* Add background color handling */
  
}

#s-026f1c2a-6cb7-4457-b713-779661842e48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-026f1c2a-6cb7-4457-b713-779661842e48.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-026f1c2a-6cb7-4457-b713-779661842e48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-026f1c2a-6cb7-4457-b713-779661842e48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-026f1c2a-6cb7-4457-b713-779661842e48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-026f1c2a-6cb7-4457-b713-779661842e48.shogun-image {
  box-sizing: border-box;
}



.s-026f1c2a-6cb7-4457-b713-779661842e48 img.shogun-image {
  
}


}
#s-440e3e3d-3fb6-4f6c-8e48-69a7ee1f4f8f {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-3c28a86a-df37-4d40-a206-88eb8add281f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c28a86a-df37-4d40-a206-88eb8add281f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c28a86a-df37-4d40-a206-88eb8add281f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c28a86a-df37-4d40-a206-88eb8add281f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c28a86a-df37-4d40-a206-88eb8add281f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c28a86a-df37-4d40-a206-88eb8add281f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c28a86a-df37-4d40-a206-88eb8add281f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 {
  max-width: 70px;
text-align: center;
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shogun-image {
  box-sizing: border-box;
}



.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shogun-image {
  box-sizing: border-box;
}



.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shogun-image {
  box-sizing: border-box;
}



.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shogun-image {
  box-sizing: border-box;
}



.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9.shogun-image {
  box-sizing: border-box;
}



.s-ba9b9de8-cb7d-4fcb-8ca3-71f95c975ae9 img.shogun-image {
  
}


}
#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc {
  max-width: 70px;
text-align: center;
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc {
  margin: 0 !important;
  overflow: visible;
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63af0de7-7786-4d82-ab01-e79ad68ed4dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63af0de7-7786-4d82-ab01-e79ad68ed4dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc img.shogun-image {
  /* Add background color handling */
  
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shogun-image {
  box-sizing: border-box;
}



.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc img.shogun-image {
  
}


@media (min-width: 1200px){#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc {
  margin: 0 !important;
  overflow: visible;
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63af0de7-7786-4d82-ab01-e79ad68ed4dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63af0de7-7786-4d82-ab01-e79ad68ed4dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc img.shogun-image {
  /* Add background color handling */
  
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shogun-image {
  box-sizing: border-box;
}



.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc {
  margin: 0 !important;
  overflow: visible;
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63af0de7-7786-4d82-ab01-e79ad68ed4dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63af0de7-7786-4d82-ab01-e79ad68ed4dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc img.shogun-image {
  /* Add background color handling */
  
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shogun-image {
  box-sizing: border-box;
}



.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc {
  margin: 0 !important;
  overflow: visible;
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63af0de7-7786-4d82-ab01-e79ad68ed4dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63af0de7-7786-4d82-ab01-e79ad68ed4dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc img.shogun-image {
  /* Add background color handling */
  
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shogun-image {
  box-sizing: border-box;
}



.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc img.shogun-image {
  
}


}@media (max-width: 767px){#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc {
  margin: 0 !important;
  overflow: visible;
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63af0de7-7786-4d82-ab01-e79ad68ed4dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63af0de7-7786-4d82-ab01-e79ad68ed4dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc img.shogun-image {
  /* Add background color handling */
  
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63af0de7-7786-4d82-ab01-e79ad68ed4dc.shogun-image {
  box-sizing: border-box;
}



.s-63af0de7-7786-4d82-ab01-e79ad68ed4dc img.shogun-image {
  
}


}
#s-98539063-2aa3-46c8-ade8-8518ee154c96 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-e0516056-052f-468f-a8a5-6d2fd98b6d4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0516056-052f-468f-a8a5-6d2fd98b6d4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e0516056-052f-468f-a8a5-6d2fd98b6d4b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e0516056-052f-468f-a8a5-6d2fd98b6d4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e0516056-052f-468f-a8a5-6d2fd98b6d4b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0516056-052f-468f-a8a5-6d2fd98b6d4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e0516056-052f-468f-a8a5-6d2fd98b6d4b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd {
  max-width: 70px;
text-align: center;
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd {
  margin: 0 !important;
  overflow: visible;
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd img.shogun-image {
  /* Add background color handling */
  
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shogun-image {
  box-sizing: border-box;
}



.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd img.shogun-image {
  
}


@media (min-width: 1200px){#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd {
  margin: 0 !important;
  overflow: visible;
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd img.shogun-image {
  /* Add background color handling */
  
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shogun-image {
  box-sizing: border-box;
}



.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd {
  margin: 0 !important;
  overflow: visible;
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd img.shogun-image {
  /* Add background color handling */
  
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shogun-image {
  box-sizing: border-box;
}



.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd {
  margin: 0 !important;
  overflow: visible;
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd img.shogun-image {
  /* Add background color handling */
  
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shogun-image {
  box-sizing: border-box;
}



.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd img.shogun-image {
  
}


}@media (max-width: 767px){#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd {
  margin: 0 !important;
  overflow: visible;
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd img.shogun-image {
  /* Add background color handling */
  
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd.shogun-image {
  box-sizing: border-box;
}



.s-3932a5a2-56a6-40cd-889e-7e5b5bcf9cfd img.shogun-image {
  
}


}
#s-5811063d-f445-43de-be4a-3d84cc212121 {
  max-width: 70px;
text-align: center;
}

#s-5811063d-f445-43de-be4a-3d84cc212121 {
  margin: 0 !important;
  overflow: visible;
}

#s-5811063d-f445-43de-be4a-3d84cc212121-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5811063d-f445-43de-be4a-3d84cc212121 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5811063d-f445-43de-be4a-3d84cc212121 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5811063d-f445-43de-be4a-3d84cc212121 img.shogun-image {
  /* Add background color handling */
  
}

#s-5811063d-f445-43de-be4a-3d84cc212121 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5811063d-f445-43de-be4a-3d84cc212121.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5811063d-f445-43de-be4a-3d84cc212121 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5811063d-f445-43de-be4a-3d84cc212121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5811063d-f445-43de-be4a-3d84cc212121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5811063d-f445-43de-be4a-3d84cc212121.shogun-image {
  box-sizing: border-box;
}



.s-5811063d-f445-43de-be4a-3d84cc212121 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5811063d-f445-43de-be4a-3d84cc212121 {
  margin: 0 !important;
  overflow: visible;
}

#s-5811063d-f445-43de-be4a-3d84cc212121-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5811063d-f445-43de-be4a-3d84cc212121 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5811063d-f445-43de-be4a-3d84cc212121 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5811063d-f445-43de-be4a-3d84cc212121 img.shogun-image {
  /* Add background color handling */
  
}

#s-5811063d-f445-43de-be4a-3d84cc212121 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5811063d-f445-43de-be4a-3d84cc212121.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5811063d-f445-43de-be4a-3d84cc212121 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5811063d-f445-43de-be4a-3d84cc212121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5811063d-f445-43de-be4a-3d84cc212121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5811063d-f445-43de-be4a-3d84cc212121.shogun-image {
  box-sizing: border-box;
}



.s-5811063d-f445-43de-be4a-3d84cc212121 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5811063d-f445-43de-be4a-3d84cc212121 {
  margin: 0 !important;
  overflow: visible;
}

#s-5811063d-f445-43de-be4a-3d84cc212121-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5811063d-f445-43de-be4a-3d84cc212121 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5811063d-f445-43de-be4a-3d84cc212121 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5811063d-f445-43de-be4a-3d84cc212121 img.shogun-image {
  /* Add background color handling */
  
}

#s-5811063d-f445-43de-be4a-3d84cc212121 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5811063d-f445-43de-be4a-3d84cc212121.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5811063d-f445-43de-be4a-3d84cc212121 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5811063d-f445-43de-be4a-3d84cc212121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5811063d-f445-43de-be4a-3d84cc212121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5811063d-f445-43de-be4a-3d84cc212121.shogun-image {
  box-sizing: border-box;
}



.s-5811063d-f445-43de-be4a-3d84cc212121 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5811063d-f445-43de-be4a-3d84cc212121 {
  margin: 0 !important;
  overflow: visible;
}

#s-5811063d-f445-43de-be4a-3d84cc212121-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5811063d-f445-43de-be4a-3d84cc212121 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5811063d-f445-43de-be4a-3d84cc212121 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5811063d-f445-43de-be4a-3d84cc212121 img.shogun-image {
  /* Add background color handling */
  
}

#s-5811063d-f445-43de-be4a-3d84cc212121 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5811063d-f445-43de-be4a-3d84cc212121.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5811063d-f445-43de-be4a-3d84cc212121 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5811063d-f445-43de-be4a-3d84cc212121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5811063d-f445-43de-be4a-3d84cc212121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5811063d-f445-43de-be4a-3d84cc212121.shogun-image {
  box-sizing: border-box;
}



.s-5811063d-f445-43de-be4a-3d84cc212121 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5811063d-f445-43de-be4a-3d84cc212121 {
  margin: 0 !important;
  overflow: visible;
}

#s-5811063d-f445-43de-be4a-3d84cc212121-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5811063d-f445-43de-be4a-3d84cc212121 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5811063d-f445-43de-be4a-3d84cc212121 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5811063d-f445-43de-be4a-3d84cc212121 img.shogun-image {
  /* Add background color handling */
  
}

#s-5811063d-f445-43de-be4a-3d84cc212121 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5811063d-f445-43de-be4a-3d84cc212121.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5811063d-f445-43de-be4a-3d84cc212121 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5811063d-f445-43de-be4a-3d84cc212121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5811063d-f445-43de-be4a-3d84cc212121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5811063d-f445-43de-be4a-3d84cc212121.shogun-image {
  box-sizing: border-box;
}



.s-5811063d-f445-43de-be4a-3d84cc212121 img.shogun-image {
  
}


}
#s-3cf36d54-d481-488c-8ce3-46285f1a0a74 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-274c9259-066d-4ccc-a3a5-d8f2ed2a1573"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-274c9259-066d-4ccc-a3a5-d8f2ed2a1573"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-274c9259-066d-4ccc-a3a5-d8f2ed2a1573"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-274c9259-066d-4ccc-a3a5-d8f2ed2a1573"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-274c9259-066d-4ccc-a3a5-d8f2ed2a1573"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-274c9259-066d-4ccc-a3a5-d8f2ed2a1573"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-274c9259-066d-4ccc-a3a5-d8f2ed2a1573"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d {
  max-width: 70px;
text-align: center;
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d {
  margin: 0 !important;
  overflow: visible;
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28831c39-b69e-44a4-b6e3-220a6f98700d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28831c39-b69e-44a4-b6e3-220a6f98700d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d img.shogun-image {
  /* Add background color handling */
  
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-28831c39-b69e-44a4-b6e3-220a6f98700d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-28831c39-b69e-44a4-b6e3-220a6f98700d .shogun-image-content {
  
    justify-content: center;
  
}

.s-28831c39-b69e-44a4-b6e3-220a6f98700d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28831c39-b69e-44a4-b6e3-220a6f98700d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d.shogun-image {
  box-sizing: border-box;
}



.s-28831c39-b69e-44a4-b6e3-220a6f98700d img.shogun-image {
  
}


@media (min-width: 1200px){#s-28831c39-b69e-44a4-b6e3-220a6f98700d {
  margin: 0 !important;
  overflow: visible;
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28831c39-b69e-44a4-b6e3-220a6f98700d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28831c39-b69e-44a4-b6e3-220a6f98700d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d img.shogun-image {
  /* Add background color handling */
  
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-28831c39-b69e-44a4-b6e3-220a6f98700d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-28831c39-b69e-44a4-b6e3-220a6f98700d .shogun-image-content {
  
    justify-content: center;
  
}

.s-28831c39-b69e-44a4-b6e3-220a6f98700d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28831c39-b69e-44a4-b6e3-220a6f98700d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d.shogun-image {
  box-sizing: border-box;
}



.s-28831c39-b69e-44a4-b6e3-220a6f98700d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-28831c39-b69e-44a4-b6e3-220a6f98700d {
  margin: 0 !important;
  overflow: visible;
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28831c39-b69e-44a4-b6e3-220a6f98700d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28831c39-b69e-44a4-b6e3-220a6f98700d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d img.shogun-image {
  /* Add background color handling */
  
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-28831c39-b69e-44a4-b6e3-220a6f98700d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-28831c39-b69e-44a4-b6e3-220a6f98700d .shogun-image-content {
  
    justify-content: center;
  
}

.s-28831c39-b69e-44a4-b6e3-220a6f98700d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28831c39-b69e-44a4-b6e3-220a6f98700d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d.shogun-image {
  box-sizing: border-box;
}



.s-28831c39-b69e-44a4-b6e3-220a6f98700d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-28831c39-b69e-44a4-b6e3-220a6f98700d {
  margin: 0 !important;
  overflow: visible;
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28831c39-b69e-44a4-b6e3-220a6f98700d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28831c39-b69e-44a4-b6e3-220a6f98700d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d img.shogun-image {
  /* Add background color handling */
  
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-28831c39-b69e-44a4-b6e3-220a6f98700d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-28831c39-b69e-44a4-b6e3-220a6f98700d .shogun-image-content {
  
    justify-content: center;
  
}

.s-28831c39-b69e-44a4-b6e3-220a6f98700d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28831c39-b69e-44a4-b6e3-220a6f98700d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d.shogun-image {
  box-sizing: border-box;
}



.s-28831c39-b69e-44a4-b6e3-220a6f98700d img.shogun-image {
  
}


}@media (max-width: 767px){#s-28831c39-b69e-44a4-b6e3-220a6f98700d {
  margin: 0 !important;
  overflow: visible;
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28831c39-b69e-44a4-b6e3-220a6f98700d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28831c39-b69e-44a4-b6e3-220a6f98700d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d img.shogun-image {
  /* Add background color handling */
  
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-28831c39-b69e-44a4-b6e3-220a6f98700d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-28831c39-b69e-44a4-b6e3-220a6f98700d .shogun-image-content {
  
    justify-content: center;
  
}

.s-28831c39-b69e-44a4-b6e3-220a6f98700d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28831c39-b69e-44a4-b6e3-220a6f98700d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28831c39-b69e-44a4-b6e3-220a6f98700d.shogun-image {
  box-sizing: border-box;
}



.s-28831c39-b69e-44a4-b6e3-220a6f98700d img.shogun-image {
  
}


}
#s-5a9622b5-314b-45c0-bf85-b010a06740fd {
  padding-top: 22px;
}

#s-6196212e-2fc0-46dd-b941-b25528f6477d {
  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-6196212e-2fc0-46dd-b941-b25528f6477d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6196212e-2fc0-46dd-b941-b25528f6477d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6196212e-2fc0-46dd-b941-b25528f6477d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6196212e-2fc0-46dd-b941-b25528f6477d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6196212e-2fc0-46dd-b941-b25528f6477d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6196212e-2fc0-46dd-b941-b25528f6477d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6196212e-2fc0-46dd-b941-b25528f6477d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-95520f58-03a7-4139-86e9-33d520114684 {
  max-width: 70px;
text-align: center;
}

#s-95520f58-03a7-4139-86e9-33d520114684 {
  margin: 0 !important;
  overflow: visible;
}

#s-95520f58-03a7-4139-86e9-33d520114684-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95520f58-03a7-4139-86e9-33d520114684 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95520f58-03a7-4139-86e9-33d520114684 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95520f58-03a7-4139-86e9-33d520114684 img.shogun-image {
  /* Add background color handling */
  
}

#s-95520f58-03a7-4139-86e9-33d520114684 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-95520f58-03a7-4139-86e9-33d520114684.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-95520f58-03a7-4139-86e9-33d520114684 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95520f58-03a7-4139-86e9-33d520114684.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95520f58-03a7-4139-86e9-33d520114684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95520f58-03a7-4139-86e9-33d520114684.shogun-image {
  box-sizing: border-box;
}



.s-95520f58-03a7-4139-86e9-33d520114684 img.shogun-image {
  
}


@media (min-width: 1200px){#s-95520f58-03a7-4139-86e9-33d520114684 {
  margin: 0 !important;
  overflow: visible;
}

#s-95520f58-03a7-4139-86e9-33d520114684-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95520f58-03a7-4139-86e9-33d520114684 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95520f58-03a7-4139-86e9-33d520114684 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95520f58-03a7-4139-86e9-33d520114684 img.shogun-image {
  /* Add background color handling */
  
}

#s-95520f58-03a7-4139-86e9-33d520114684 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-95520f58-03a7-4139-86e9-33d520114684.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-95520f58-03a7-4139-86e9-33d520114684 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95520f58-03a7-4139-86e9-33d520114684.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95520f58-03a7-4139-86e9-33d520114684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95520f58-03a7-4139-86e9-33d520114684.shogun-image {
  box-sizing: border-box;
}



.s-95520f58-03a7-4139-86e9-33d520114684 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-95520f58-03a7-4139-86e9-33d520114684 {
  margin: 0 !important;
  overflow: visible;
}

#s-95520f58-03a7-4139-86e9-33d520114684-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95520f58-03a7-4139-86e9-33d520114684 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95520f58-03a7-4139-86e9-33d520114684 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95520f58-03a7-4139-86e9-33d520114684 img.shogun-image {
  /* Add background color handling */
  
}

#s-95520f58-03a7-4139-86e9-33d520114684 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-95520f58-03a7-4139-86e9-33d520114684.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-95520f58-03a7-4139-86e9-33d520114684 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95520f58-03a7-4139-86e9-33d520114684.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95520f58-03a7-4139-86e9-33d520114684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95520f58-03a7-4139-86e9-33d520114684.shogun-image {
  box-sizing: border-box;
}



.s-95520f58-03a7-4139-86e9-33d520114684 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-95520f58-03a7-4139-86e9-33d520114684 {
  margin: 0 !important;
  overflow: visible;
}

#s-95520f58-03a7-4139-86e9-33d520114684-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95520f58-03a7-4139-86e9-33d520114684 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95520f58-03a7-4139-86e9-33d520114684 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95520f58-03a7-4139-86e9-33d520114684 img.shogun-image {
  /* Add background color handling */
  
}

#s-95520f58-03a7-4139-86e9-33d520114684 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-95520f58-03a7-4139-86e9-33d520114684.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-95520f58-03a7-4139-86e9-33d520114684 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95520f58-03a7-4139-86e9-33d520114684.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95520f58-03a7-4139-86e9-33d520114684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95520f58-03a7-4139-86e9-33d520114684.shogun-image {
  box-sizing: border-box;
}



.s-95520f58-03a7-4139-86e9-33d520114684 img.shogun-image {
  
}


}@media (max-width: 767px){#s-95520f58-03a7-4139-86e9-33d520114684 {
  margin: 0 !important;
  overflow: visible;
}

#s-95520f58-03a7-4139-86e9-33d520114684-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95520f58-03a7-4139-86e9-33d520114684 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95520f58-03a7-4139-86e9-33d520114684 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95520f58-03a7-4139-86e9-33d520114684 img.shogun-image {
  /* Add background color handling */
  
}

#s-95520f58-03a7-4139-86e9-33d520114684 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-95520f58-03a7-4139-86e9-33d520114684.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-95520f58-03a7-4139-86e9-33d520114684 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95520f58-03a7-4139-86e9-33d520114684.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95520f58-03a7-4139-86e9-33d520114684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95520f58-03a7-4139-86e9-33d520114684.shogun-image {
  box-sizing: border-box;
}



.s-95520f58-03a7-4139-86e9-33d520114684 img.shogun-image {
  
}


}
#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 {
  max-width: 70px;
text-align: center;
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 {
  margin: 0 !important;
  overflow: visible;
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 img.shogun-image {
  /* Add background color handling */
  
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shogun-image {
  box-sizing: border-box;
}



.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 img.shogun-image {
  
}


@media (min-width: 1200px){#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 {
  margin: 0 !important;
  overflow: visible;
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 img.shogun-image {
  /* Add background color handling */
  
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shogun-image {
  box-sizing: border-box;
}



.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 {
  margin: 0 !important;
  overflow: visible;
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 img.shogun-image {
  /* Add background color handling */
  
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shogun-image {
  box-sizing: border-box;
}



.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 {
  margin: 0 !important;
  overflow: visible;
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 img.shogun-image {
  /* Add background color handling */
  
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shogun-image {
  box-sizing: border-box;
}



.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 img.shogun-image {
  
}


}@media (max-width: 767px){#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 {
  margin: 0 !important;
  overflow: visible;
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 img.shogun-image {
  /* Add background color handling */
  
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930.shogun-image {
  box-sizing: border-box;
}



.s-77096bdb-6d2a-44cd-bd87-ee3c15c0c930 img.shogun-image {
  
}


}
#s-5fdffbde-d49d-42cd-83d0-d1ba1b90e849 {
  padding-top: 22px;
}

#s-159b7702-b42f-4568-921d-cb09b88d95fd {
  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-159b7702-b42f-4568-921d-cb09b88d95fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-159b7702-b42f-4568-921d-cb09b88d95fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-159b7702-b42f-4568-921d-cb09b88d95fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-159b7702-b42f-4568-921d-cb09b88d95fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-159b7702-b42f-4568-921d-cb09b88d95fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-159b7702-b42f-4568-921d-cb09b88d95fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-159b7702-b42f-4568-921d-cb09b88d95fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f {
  max-width: 70px;
text-align: center;
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f {
  margin: 0 !important;
  overflow: visible;
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a126099-80f0-41b5-9773-7fe90a6e799f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a126099-80f0-41b5-9773-7fe90a6e799f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f img.shogun-image {
  /* Add background color handling */
  
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1a126099-80f0-41b5-9773-7fe90a6e799f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1a126099-80f0-41b5-9773-7fe90a6e799f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a126099-80f0-41b5-9773-7fe90a6e799f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a126099-80f0-41b5-9773-7fe90a6e799f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f.shogun-image {
  box-sizing: border-box;
}



.s-1a126099-80f0-41b5-9773-7fe90a6e799f img.shogun-image {
  
}


@media (min-width: 1200px){#s-1a126099-80f0-41b5-9773-7fe90a6e799f {
  margin: 0 !important;
  overflow: visible;
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a126099-80f0-41b5-9773-7fe90a6e799f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a126099-80f0-41b5-9773-7fe90a6e799f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f img.shogun-image {
  /* Add background color handling */
  
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1a126099-80f0-41b5-9773-7fe90a6e799f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1a126099-80f0-41b5-9773-7fe90a6e799f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a126099-80f0-41b5-9773-7fe90a6e799f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a126099-80f0-41b5-9773-7fe90a6e799f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f.shogun-image {
  box-sizing: border-box;
}



.s-1a126099-80f0-41b5-9773-7fe90a6e799f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1a126099-80f0-41b5-9773-7fe90a6e799f {
  margin: 0 !important;
  overflow: visible;
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a126099-80f0-41b5-9773-7fe90a6e799f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a126099-80f0-41b5-9773-7fe90a6e799f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f img.shogun-image {
  /* Add background color handling */
  
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1a126099-80f0-41b5-9773-7fe90a6e799f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1a126099-80f0-41b5-9773-7fe90a6e799f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a126099-80f0-41b5-9773-7fe90a6e799f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a126099-80f0-41b5-9773-7fe90a6e799f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f.shogun-image {
  box-sizing: border-box;
}



.s-1a126099-80f0-41b5-9773-7fe90a6e799f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1a126099-80f0-41b5-9773-7fe90a6e799f {
  margin: 0 !important;
  overflow: visible;
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a126099-80f0-41b5-9773-7fe90a6e799f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a126099-80f0-41b5-9773-7fe90a6e799f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f img.shogun-image {
  /* Add background color handling */
  
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1a126099-80f0-41b5-9773-7fe90a6e799f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1a126099-80f0-41b5-9773-7fe90a6e799f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a126099-80f0-41b5-9773-7fe90a6e799f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a126099-80f0-41b5-9773-7fe90a6e799f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f.shogun-image {
  box-sizing: border-box;
}



.s-1a126099-80f0-41b5-9773-7fe90a6e799f img.shogun-image {
  
}


}@media (max-width: 767px){#s-1a126099-80f0-41b5-9773-7fe90a6e799f {
  margin: 0 !important;
  overflow: visible;
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a126099-80f0-41b5-9773-7fe90a6e799f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a126099-80f0-41b5-9773-7fe90a6e799f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f img.shogun-image {
  /* Add background color handling */
  
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1a126099-80f0-41b5-9773-7fe90a6e799f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1a126099-80f0-41b5-9773-7fe90a6e799f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a126099-80f0-41b5-9773-7fe90a6e799f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a126099-80f0-41b5-9773-7fe90a6e799f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a126099-80f0-41b5-9773-7fe90a6e799f.shogun-image {
  box-sizing: border-box;
}



.s-1a126099-80f0-41b5-9773-7fe90a6e799f img.shogun-image {
  
}


}
#s-ea76e669-b6b1-40ee-b36c-ed2d57211b76 {
  padding-top: 22px;
}

#s-526e2fd2-9c38-4a1b-b6ee-c372befab0db {
  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-526e2fd2-9c38-4a1b-b6ee-c372befab0db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-526e2fd2-9c38-4a1b-b6ee-c372befab0db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-526e2fd2-9c38-4a1b-b6ee-c372befab0db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-526e2fd2-9c38-4a1b-b6ee-c372befab0db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-526e2fd2-9c38-4a1b-b6ee-c372befab0db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-526e2fd2-9c38-4a1b-b6ee-c372befab0db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-526e2fd2-9c38-4a1b-b6ee-c372befab0db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b {
  max-width: 70px;
text-align: center;
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b {
  margin: 0 !important;
  overflow: visible;
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a8b79c6-3c71-464a-8342-29b85c6afa8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a8b79c6-3c71-464a-8342-29b85c6afa8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b img.shogun-image {
  /* Add background color handling */
  
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shogun-image {
  box-sizing: border-box;
}



.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b img.shogun-image {
  
}


@media (min-width: 1200px){#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b {
  margin: 0 !important;
  overflow: visible;
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a8b79c6-3c71-464a-8342-29b85c6afa8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a8b79c6-3c71-464a-8342-29b85c6afa8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b img.shogun-image {
  /* Add background color handling */
  
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shogun-image {
  box-sizing: border-box;
}



.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b {
  margin: 0 !important;
  overflow: visible;
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a8b79c6-3c71-464a-8342-29b85c6afa8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a8b79c6-3c71-464a-8342-29b85c6afa8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b img.shogun-image {
  /* Add background color handling */
  
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shogun-image {
  box-sizing: border-box;
}



.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b {
  margin: 0 !important;
  overflow: visible;
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a8b79c6-3c71-464a-8342-29b85c6afa8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a8b79c6-3c71-464a-8342-29b85c6afa8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b img.shogun-image {
  /* Add background color handling */
  
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shogun-image {
  box-sizing: border-box;
}



.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b img.shogun-image {
  
}


}@media (max-width: 767px){#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b {
  margin: 0 !important;
  overflow: visible;
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a8b79c6-3c71-464a-8342-29b85c6afa8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a8b79c6-3c71-464a-8342-29b85c6afa8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b img.shogun-image {
  /* Add background color handling */
  
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a8b79c6-3c71-464a-8342-29b85c6afa8b.shogun-image {
  box-sizing: border-box;
}



.s-7a8b79c6-3c71-464a-8342-29b85c6afa8b img.shogun-image {
  
}


}
#s-9a2780ef-8222-414c-998b-c924122b5adf {
  padding-top: 22px;
}

#s-eb34a7d9-4382-4373-af6b-8c8e83098b5e {
  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-eb34a7d9-4382-4373-af6b-8c8e83098b5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb34a7d9-4382-4373-af6b-8c8e83098b5e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb34a7d9-4382-4373-af6b-8c8e83098b5e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb34a7d9-4382-4373-af6b-8c8e83098b5e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb34a7d9-4382-4373-af6b-8c8e83098b5e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb34a7d9-4382-4373-af6b-8c8e83098b5e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb34a7d9-4382-4373-af6b-8c8e83098b5e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711 {
  max-width: 70px;
text-align: center;
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711 {
  margin: 0 !important;
  overflow: visible;
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47a0fb1d-47e1-42bf-92bc-a6618213d711 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47a0fb1d-47e1-42bf-92bc-a6618213d711 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711 img.shogun-image {
  /* Add background color handling */
  
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47a0fb1d-47e1-42bf-92bc-a6618213d711 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shogun-image {
  box-sizing: border-box;
}



.s-47a0fb1d-47e1-42bf-92bc-a6618213d711 img.shogun-image {
  
}


@media (min-width: 1200px){#s-47a0fb1d-47e1-42bf-92bc-a6618213d711 {
  margin: 0 !important;
  overflow: visible;
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47a0fb1d-47e1-42bf-92bc-a6618213d711 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47a0fb1d-47e1-42bf-92bc-a6618213d711 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711 img.shogun-image {
  /* Add background color handling */
  
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47a0fb1d-47e1-42bf-92bc-a6618213d711 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shogun-image {
  box-sizing: border-box;
}



.s-47a0fb1d-47e1-42bf-92bc-a6618213d711 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-47a0fb1d-47e1-42bf-92bc-a6618213d711 {
  margin: 0 !important;
  overflow: visible;
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47a0fb1d-47e1-42bf-92bc-a6618213d711 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47a0fb1d-47e1-42bf-92bc-a6618213d711 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711 img.shogun-image {
  /* Add background color handling */
  
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47a0fb1d-47e1-42bf-92bc-a6618213d711 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shogun-image {
  box-sizing: border-box;
}



.s-47a0fb1d-47e1-42bf-92bc-a6618213d711 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-47a0fb1d-47e1-42bf-92bc-a6618213d711 {
  margin: 0 !important;
  overflow: visible;
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47a0fb1d-47e1-42bf-92bc-a6618213d711 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47a0fb1d-47e1-42bf-92bc-a6618213d711 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711 img.shogun-image {
  /* Add background color handling */
  
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47a0fb1d-47e1-42bf-92bc-a6618213d711 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shogun-image {
  box-sizing: border-box;
}



.s-47a0fb1d-47e1-42bf-92bc-a6618213d711 img.shogun-image {
  
}


}@media (max-width: 767px){#s-47a0fb1d-47e1-42bf-92bc-a6618213d711 {
  margin: 0 !important;
  overflow: visible;
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47a0fb1d-47e1-42bf-92bc-a6618213d711 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47a0fb1d-47e1-42bf-92bc-a6618213d711 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711 img.shogun-image {
  /* Add background color handling */
  
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47a0fb1d-47e1-42bf-92bc-a6618213d711 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a0fb1d-47e1-42bf-92bc-a6618213d711.shogun-image {
  box-sizing: border-box;
}



.s-47a0fb1d-47e1-42bf-92bc-a6618213d711 img.shogun-image {
  
}


}
#s-581458fc-05ad-4e53-bfea-92e97eaaff0f {
  padding-top: 22px;
}

#s-462fbeee-960f-4298-8469-1be7f1c52332 {
  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-462fbeee-960f-4298-8469-1be7f1c52332"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-462fbeee-960f-4298-8469-1be7f1c52332"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-462fbeee-960f-4298-8469-1be7f1c52332"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-462fbeee-960f-4298-8469-1be7f1c52332"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-462fbeee-960f-4298-8469-1be7f1c52332"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-462fbeee-960f-4298-8469-1be7f1c52332"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-462fbeee-960f-4298-8469-1be7f1c52332"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-2104071b-6c82-41a6-a021-39d909f26466 {
  max-width: 70px;
text-align: center;
}

#s-2104071b-6c82-41a6-a021-39d909f26466 {
  margin: 0 !important;
  overflow: visible;
}

#s-2104071b-6c82-41a6-a021-39d909f26466-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2104071b-6c82-41a6-a021-39d909f26466 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2104071b-6c82-41a6-a021-39d909f26466 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2104071b-6c82-41a6-a021-39d909f26466 img.shogun-image {
  /* Add background color handling */
  
}

#s-2104071b-6c82-41a6-a021-39d909f26466 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2104071b-6c82-41a6-a021-39d909f26466.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2104071b-6c82-41a6-a021-39d909f26466 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2104071b-6c82-41a6-a021-39d909f26466.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2104071b-6c82-41a6-a021-39d909f26466.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2104071b-6c82-41a6-a021-39d909f26466.shogun-image {
  box-sizing: border-box;
}



.s-2104071b-6c82-41a6-a021-39d909f26466 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2104071b-6c82-41a6-a021-39d909f26466 {
  margin: 0 !important;
  overflow: visible;
}

#s-2104071b-6c82-41a6-a021-39d909f26466-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2104071b-6c82-41a6-a021-39d909f26466 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2104071b-6c82-41a6-a021-39d909f26466 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2104071b-6c82-41a6-a021-39d909f26466 img.shogun-image {
  /* Add background color handling */
  
}

#s-2104071b-6c82-41a6-a021-39d909f26466 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2104071b-6c82-41a6-a021-39d909f26466.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2104071b-6c82-41a6-a021-39d909f26466 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2104071b-6c82-41a6-a021-39d909f26466.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2104071b-6c82-41a6-a021-39d909f26466.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2104071b-6c82-41a6-a021-39d909f26466.shogun-image {
  box-sizing: border-box;
}



.s-2104071b-6c82-41a6-a021-39d909f26466 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2104071b-6c82-41a6-a021-39d909f26466 {
  margin: 0 !important;
  overflow: visible;
}

#s-2104071b-6c82-41a6-a021-39d909f26466-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2104071b-6c82-41a6-a021-39d909f26466 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2104071b-6c82-41a6-a021-39d909f26466 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2104071b-6c82-41a6-a021-39d909f26466 img.shogun-image {
  /* Add background color handling */
  
}

#s-2104071b-6c82-41a6-a021-39d909f26466 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2104071b-6c82-41a6-a021-39d909f26466.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2104071b-6c82-41a6-a021-39d909f26466 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2104071b-6c82-41a6-a021-39d909f26466.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2104071b-6c82-41a6-a021-39d909f26466.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2104071b-6c82-41a6-a021-39d909f26466.shogun-image {
  box-sizing: border-box;
}



.s-2104071b-6c82-41a6-a021-39d909f26466 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2104071b-6c82-41a6-a021-39d909f26466 {
  margin: 0 !important;
  overflow: visible;
}

#s-2104071b-6c82-41a6-a021-39d909f26466-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2104071b-6c82-41a6-a021-39d909f26466 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2104071b-6c82-41a6-a021-39d909f26466 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2104071b-6c82-41a6-a021-39d909f26466 img.shogun-image {
  /* Add background color handling */
  
}

#s-2104071b-6c82-41a6-a021-39d909f26466 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2104071b-6c82-41a6-a021-39d909f26466.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2104071b-6c82-41a6-a021-39d909f26466 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2104071b-6c82-41a6-a021-39d909f26466.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2104071b-6c82-41a6-a021-39d909f26466.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2104071b-6c82-41a6-a021-39d909f26466.shogun-image {
  box-sizing: border-box;
}



.s-2104071b-6c82-41a6-a021-39d909f26466 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2104071b-6c82-41a6-a021-39d909f26466 {
  margin: 0 !important;
  overflow: visible;
}

#s-2104071b-6c82-41a6-a021-39d909f26466-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2104071b-6c82-41a6-a021-39d909f26466 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2104071b-6c82-41a6-a021-39d909f26466 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2104071b-6c82-41a6-a021-39d909f26466 img.shogun-image {
  /* Add background color handling */
  
}

#s-2104071b-6c82-41a6-a021-39d909f26466 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2104071b-6c82-41a6-a021-39d909f26466.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2104071b-6c82-41a6-a021-39d909f26466 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2104071b-6c82-41a6-a021-39d909f26466.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2104071b-6c82-41a6-a021-39d909f26466.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2104071b-6c82-41a6-a021-39d909f26466.shogun-image {
  box-sizing: border-box;
}



.s-2104071b-6c82-41a6-a021-39d909f26466 img.shogun-image {
  
}


}
#s-f10161d3-b223-4e68-8397-5f4536631af2 {
  max-width: 70px;
text-align: center;
}

#s-f10161d3-b223-4e68-8397-5f4536631af2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f10161d3-b223-4e68-8397-5f4536631af2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f10161d3-b223-4e68-8397-5f4536631af2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f10161d3-b223-4e68-8397-5f4536631af2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f10161d3-b223-4e68-8397-5f4536631af2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f10161d3-b223-4e68-8397-5f4536631af2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f10161d3-b223-4e68-8397-5f4536631af2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f10161d3-b223-4e68-8397-5f4536631af2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f10161d3-b223-4e68-8397-5f4536631af2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10161d3-b223-4e68-8397-5f4536631af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10161d3-b223-4e68-8397-5f4536631af2.shogun-image {
  box-sizing: border-box;
}



.s-f10161d3-b223-4e68-8397-5f4536631af2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f10161d3-b223-4e68-8397-5f4536631af2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f10161d3-b223-4e68-8397-5f4536631af2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f10161d3-b223-4e68-8397-5f4536631af2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f10161d3-b223-4e68-8397-5f4536631af2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f10161d3-b223-4e68-8397-5f4536631af2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f10161d3-b223-4e68-8397-5f4536631af2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f10161d3-b223-4e68-8397-5f4536631af2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f10161d3-b223-4e68-8397-5f4536631af2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f10161d3-b223-4e68-8397-5f4536631af2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10161d3-b223-4e68-8397-5f4536631af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10161d3-b223-4e68-8397-5f4536631af2.shogun-image {
  box-sizing: border-box;
}



.s-f10161d3-b223-4e68-8397-5f4536631af2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f10161d3-b223-4e68-8397-5f4536631af2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f10161d3-b223-4e68-8397-5f4536631af2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f10161d3-b223-4e68-8397-5f4536631af2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f10161d3-b223-4e68-8397-5f4536631af2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f10161d3-b223-4e68-8397-5f4536631af2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f10161d3-b223-4e68-8397-5f4536631af2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f10161d3-b223-4e68-8397-5f4536631af2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f10161d3-b223-4e68-8397-5f4536631af2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f10161d3-b223-4e68-8397-5f4536631af2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10161d3-b223-4e68-8397-5f4536631af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10161d3-b223-4e68-8397-5f4536631af2.shogun-image {
  box-sizing: border-box;
}



.s-f10161d3-b223-4e68-8397-5f4536631af2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f10161d3-b223-4e68-8397-5f4536631af2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f10161d3-b223-4e68-8397-5f4536631af2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f10161d3-b223-4e68-8397-5f4536631af2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f10161d3-b223-4e68-8397-5f4536631af2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f10161d3-b223-4e68-8397-5f4536631af2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f10161d3-b223-4e68-8397-5f4536631af2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f10161d3-b223-4e68-8397-5f4536631af2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f10161d3-b223-4e68-8397-5f4536631af2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f10161d3-b223-4e68-8397-5f4536631af2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10161d3-b223-4e68-8397-5f4536631af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10161d3-b223-4e68-8397-5f4536631af2.shogun-image {
  box-sizing: border-box;
}



.s-f10161d3-b223-4e68-8397-5f4536631af2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f10161d3-b223-4e68-8397-5f4536631af2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f10161d3-b223-4e68-8397-5f4536631af2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f10161d3-b223-4e68-8397-5f4536631af2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f10161d3-b223-4e68-8397-5f4536631af2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f10161d3-b223-4e68-8397-5f4536631af2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f10161d3-b223-4e68-8397-5f4536631af2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f10161d3-b223-4e68-8397-5f4536631af2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f10161d3-b223-4e68-8397-5f4536631af2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f10161d3-b223-4e68-8397-5f4536631af2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10161d3-b223-4e68-8397-5f4536631af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10161d3-b223-4e68-8397-5f4536631af2.shogun-image {
  box-sizing: border-box;
}



.s-f10161d3-b223-4e68-8397-5f4536631af2 img.shogun-image {
  
}


}
#s-e946b857-4628-4969-b98f-5d10b625d07c {
  padding-top: 22px;
}

#s-6ed4a8a5-13c7-49eb-a8fe-7ff27815d136 {
  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-6ed4a8a5-13c7-49eb-a8fe-7ff27815d136"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ed4a8a5-13c7-49eb-a8fe-7ff27815d136"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ed4a8a5-13c7-49eb-a8fe-7ff27815d136"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ed4a8a5-13c7-49eb-a8fe-7ff27815d136"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ed4a8a5-13c7-49eb-a8fe-7ff27815d136"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ed4a8a5-13c7-49eb-a8fe-7ff27815d136"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ed4a8a5-13c7-49eb-a8fe-7ff27815d136"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa {
  max-width: 70px;
text-align: center;
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa {
  margin: 0 !important;
  overflow: visible;
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-999fc5de-36a0-4404-9624-ca1aee114ffa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-999fc5de-36a0-4404-9624-ca1aee114ffa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa img.shogun-image {
  /* Add background color handling */
  
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-999fc5de-36a0-4404-9624-ca1aee114ffa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-999fc5de-36a0-4404-9624-ca1aee114ffa .shogun-image-content {
  
    justify-content: center;
  
}

.s-999fc5de-36a0-4404-9624-ca1aee114ffa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999fc5de-36a0-4404-9624-ca1aee114ffa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa.shogun-image {
  box-sizing: border-box;
}



.s-999fc5de-36a0-4404-9624-ca1aee114ffa img.shogun-image {
  
}


@media (min-width: 1200px){#s-999fc5de-36a0-4404-9624-ca1aee114ffa {
  margin: 0 !important;
  overflow: visible;
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-999fc5de-36a0-4404-9624-ca1aee114ffa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-999fc5de-36a0-4404-9624-ca1aee114ffa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa img.shogun-image {
  /* Add background color handling */
  
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-999fc5de-36a0-4404-9624-ca1aee114ffa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-999fc5de-36a0-4404-9624-ca1aee114ffa .shogun-image-content {
  
    justify-content: center;
  
}

.s-999fc5de-36a0-4404-9624-ca1aee114ffa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999fc5de-36a0-4404-9624-ca1aee114ffa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa.shogun-image {
  box-sizing: border-box;
}



.s-999fc5de-36a0-4404-9624-ca1aee114ffa img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-999fc5de-36a0-4404-9624-ca1aee114ffa {
  margin: 0 !important;
  overflow: visible;
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-999fc5de-36a0-4404-9624-ca1aee114ffa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-999fc5de-36a0-4404-9624-ca1aee114ffa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa img.shogun-image {
  /* Add background color handling */
  
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-999fc5de-36a0-4404-9624-ca1aee114ffa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-999fc5de-36a0-4404-9624-ca1aee114ffa .shogun-image-content {
  
    justify-content: center;
  
}

.s-999fc5de-36a0-4404-9624-ca1aee114ffa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999fc5de-36a0-4404-9624-ca1aee114ffa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa.shogun-image {
  box-sizing: border-box;
}



.s-999fc5de-36a0-4404-9624-ca1aee114ffa img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-999fc5de-36a0-4404-9624-ca1aee114ffa {
  margin: 0 !important;
  overflow: visible;
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-999fc5de-36a0-4404-9624-ca1aee114ffa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-999fc5de-36a0-4404-9624-ca1aee114ffa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa img.shogun-image {
  /* Add background color handling */
  
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-999fc5de-36a0-4404-9624-ca1aee114ffa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-999fc5de-36a0-4404-9624-ca1aee114ffa .shogun-image-content {
  
    justify-content: center;
  
}

.s-999fc5de-36a0-4404-9624-ca1aee114ffa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999fc5de-36a0-4404-9624-ca1aee114ffa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa.shogun-image {
  box-sizing: border-box;
}



.s-999fc5de-36a0-4404-9624-ca1aee114ffa img.shogun-image {
  
}


}@media (max-width: 767px){#s-999fc5de-36a0-4404-9624-ca1aee114ffa {
  margin: 0 !important;
  overflow: visible;
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-999fc5de-36a0-4404-9624-ca1aee114ffa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-999fc5de-36a0-4404-9624-ca1aee114ffa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa img.shogun-image {
  /* Add background color handling */
  
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-999fc5de-36a0-4404-9624-ca1aee114ffa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-999fc5de-36a0-4404-9624-ca1aee114ffa .shogun-image-content {
  
    justify-content: center;
  
}

.s-999fc5de-36a0-4404-9624-ca1aee114ffa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999fc5de-36a0-4404-9624-ca1aee114ffa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999fc5de-36a0-4404-9624-ca1aee114ffa.shogun-image {
  box-sizing: border-box;
}



.s-999fc5de-36a0-4404-9624-ca1aee114ffa img.shogun-image {
  
}


}
#s-77e80a81-1294-4be7-94f2-3888e4876b3c {
  padding-top: 22px;
}

#s-2edc706c-12ff-47c9-8a0c-f51ccce5fdb0 {
  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-2edc706c-12ff-47c9-8a0c-f51ccce5fdb0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2edc706c-12ff-47c9-8a0c-f51ccce5fdb0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2edc706c-12ff-47c9-8a0c-f51ccce5fdb0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2edc706c-12ff-47c9-8a0c-f51ccce5fdb0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2edc706c-12ff-47c9-8a0c-f51ccce5fdb0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2edc706c-12ff-47c9-8a0c-f51ccce5fdb0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2edc706c-12ff-47c9-8a0c-f51ccce5fdb0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-8a263e4d-fc05-431b-a050-85f01f4823df {
  max-width: 70px;
text-align: center;
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df {
  margin: 0 !important;
  overflow: visible;
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a263e4d-fc05-431b-a050-85f01f4823df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a263e4d-fc05-431b-a050-85f01f4823df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df img.shogun-image {
  /* Add background color handling */
  
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8a263e4d-fc05-431b-a050-85f01f4823df.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8a263e4d-fc05-431b-a050-85f01f4823df .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a263e4d-fc05-431b-a050-85f01f4823df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a263e4d-fc05-431b-a050-85f01f4823df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df.shogun-image {
  box-sizing: border-box;
}



.s-8a263e4d-fc05-431b-a050-85f01f4823df img.shogun-image {
  
}


@media (min-width: 1200px){#s-8a263e4d-fc05-431b-a050-85f01f4823df {
  margin: 0 !important;
  overflow: visible;
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a263e4d-fc05-431b-a050-85f01f4823df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a263e4d-fc05-431b-a050-85f01f4823df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df img.shogun-image {
  /* Add background color handling */
  
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8a263e4d-fc05-431b-a050-85f01f4823df.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8a263e4d-fc05-431b-a050-85f01f4823df .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a263e4d-fc05-431b-a050-85f01f4823df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a263e4d-fc05-431b-a050-85f01f4823df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df.shogun-image {
  box-sizing: border-box;
}



.s-8a263e4d-fc05-431b-a050-85f01f4823df img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8a263e4d-fc05-431b-a050-85f01f4823df {
  margin: 0 !important;
  overflow: visible;
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a263e4d-fc05-431b-a050-85f01f4823df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a263e4d-fc05-431b-a050-85f01f4823df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df img.shogun-image {
  /* Add background color handling */
  
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8a263e4d-fc05-431b-a050-85f01f4823df.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8a263e4d-fc05-431b-a050-85f01f4823df .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a263e4d-fc05-431b-a050-85f01f4823df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a263e4d-fc05-431b-a050-85f01f4823df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df.shogun-image {
  box-sizing: border-box;
}



.s-8a263e4d-fc05-431b-a050-85f01f4823df img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8a263e4d-fc05-431b-a050-85f01f4823df {
  margin: 0 !important;
  overflow: visible;
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a263e4d-fc05-431b-a050-85f01f4823df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a263e4d-fc05-431b-a050-85f01f4823df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df img.shogun-image {
  /* Add background color handling */
  
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8a263e4d-fc05-431b-a050-85f01f4823df.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8a263e4d-fc05-431b-a050-85f01f4823df .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a263e4d-fc05-431b-a050-85f01f4823df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a263e4d-fc05-431b-a050-85f01f4823df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df.shogun-image {
  box-sizing: border-box;
}



.s-8a263e4d-fc05-431b-a050-85f01f4823df img.shogun-image {
  
}


}@media (max-width: 767px){#s-8a263e4d-fc05-431b-a050-85f01f4823df {
  margin: 0 !important;
  overflow: visible;
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a263e4d-fc05-431b-a050-85f01f4823df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a263e4d-fc05-431b-a050-85f01f4823df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df img.shogun-image {
  /* Add background color handling */
  
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8a263e4d-fc05-431b-a050-85f01f4823df.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8a263e4d-fc05-431b-a050-85f01f4823df .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a263e4d-fc05-431b-a050-85f01f4823df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a263e4d-fc05-431b-a050-85f01f4823df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a263e4d-fc05-431b-a050-85f01f4823df.shogun-image {
  box-sizing: border-box;
}



.s-8a263e4d-fc05-431b-a050-85f01f4823df img.shogun-image {
  
}


}
#s-15f45d04-81bc-4487-9e8f-a22f768a765a {
  padding-top: 22px;
}

#s-64ca23d7-39b9-4451-8e79-efdfae60b8b0 {
  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-64ca23d7-39b9-4451-8e79-efdfae60b8b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64ca23d7-39b9-4451-8e79-efdfae60b8b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64ca23d7-39b9-4451-8e79-efdfae60b8b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64ca23d7-39b9-4451-8e79-efdfae60b8b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64ca23d7-39b9-4451-8e79-efdfae60b8b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64ca23d7-39b9-4451-8e79-efdfae60b8b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64ca23d7-39b9-4451-8e79-efdfae60b8b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09 {
  max-width: 70px;
text-align: center;
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09 {
  margin: 0 !important;
  overflow: visible;
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f89f4940-7c58-4839-8d21-996e8a9f9c09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f89f4940-7c58-4839-8d21-996e8a9f9c09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09 img.shogun-image {
  /* Add background color handling */
  
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f89f4940-7c58-4839-8d21-996e8a9f9c09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shogun-image {
  box-sizing: border-box;
}



.s-f89f4940-7c58-4839-8d21-996e8a9f9c09 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f89f4940-7c58-4839-8d21-996e8a9f9c09 {
  margin: 0 !important;
  overflow: visible;
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f89f4940-7c58-4839-8d21-996e8a9f9c09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f89f4940-7c58-4839-8d21-996e8a9f9c09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09 img.shogun-image {
  /* Add background color handling */
  
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f89f4940-7c58-4839-8d21-996e8a9f9c09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shogun-image {
  box-sizing: border-box;
}



.s-f89f4940-7c58-4839-8d21-996e8a9f9c09 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f89f4940-7c58-4839-8d21-996e8a9f9c09 {
  margin: 0 !important;
  overflow: visible;
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f89f4940-7c58-4839-8d21-996e8a9f9c09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f89f4940-7c58-4839-8d21-996e8a9f9c09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09 img.shogun-image {
  /* Add background color handling */
  
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f89f4940-7c58-4839-8d21-996e8a9f9c09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shogun-image {
  box-sizing: border-box;
}



.s-f89f4940-7c58-4839-8d21-996e8a9f9c09 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f89f4940-7c58-4839-8d21-996e8a9f9c09 {
  margin: 0 !important;
  overflow: visible;
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f89f4940-7c58-4839-8d21-996e8a9f9c09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f89f4940-7c58-4839-8d21-996e8a9f9c09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09 img.shogun-image {
  /* Add background color handling */
  
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f89f4940-7c58-4839-8d21-996e8a9f9c09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shogun-image {
  box-sizing: border-box;
}



.s-f89f4940-7c58-4839-8d21-996e8a9f9c09 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f89f4940-7c58-4839-8d21-996e8a9f9c09 {
  margin: 0 !important;
  overflow: visible;
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f89f4940-7c58-4839-8d21-996e8a9f9c09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f89f4940-7c58-4839-8d21-996e8a9f9c09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09 img.shogun-image {
  /* Add background color handling */
  
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f89f4940-7c58-4839-8d21-996e8a9f9c09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f89f4940-7c58-4839-8d21-996e8a9f9c09.shogun-image {
  box-sizing: border-box;
}



.s-f89f4940-7c58-4839-8d21-996e8a9f9c09 img.shogun-image {
  
}


}
#s-42db7a59-34fc-4af5-b725-f69ec7dfb377 {
  max-width: 70px;
text-align: center;
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377 {
  margin: 0 !important;
  overflow: visible;
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42db7a59-34fc-4af5-b725-f69ec7dfb377 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42db7a59-34fc-4af5-b725-f69ec7dfb377 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377 img.shogun-image {
  /* Add background color handling */
  
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-42db7a59-34fc-4af5-b725-f69ec7dfb377 .shogun-image-content {
  
    justify-content: center;
  
}

.s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shogun-image {
  box-sizing: border-box;
}



.s-42db7a59-34fc-4af5-b725-f69ec7dfb377 img.shogun-image {
  
}


@media (min-width: 1200px){#s-42db7a59-34fc-4af5-b725-f69ec7dfb377 {
  margin: 0 !important;
  overflow: visible;
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42db7a59-34fc-4af5-b725-f69ec7dfb377 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42db7a59-34fc-4af5-b725-f69ec7dfb377 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377 img.shogun-image {
  /* Add background color handling */
  
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-42db7a59-34fc-4af5-b725-f69ec7dfb377 .shogun-image-content {
  
    justify-content: center;
  
}

.s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shogun-image {
  box-sizing: border-box;
}



.s-42db7a59-34fc-4af5-b725-f69ec7dfb377 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-42db7a59-34fc-4af5-b725-f69ec7dfb377 {
  margin: 0 !important;
  overflow: visible;
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42db7a59-34fc-4af5-b725-f69ec7dfb377 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42db7a59-34fc-4af5-b725-f69ec7dfb377 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377 img.shogun-image {
  /* Add background color handling */
  
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-42db7a59-34fc-4af5-b725-f69ec7dfb377 .shogun-image-content {
  
    justify-content: center;
  
}

.s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shogun-image {
  box-sizing: border-box;
}



.s-42db7a59-34fc-4af5-b725-f69ec7dfb377 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-42db7a59-34fc-4af5-b725-f69ec7dfb377 {
  margin: 0 !important;
  overflow: visible;
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42db7a59-34fc-4af5-b725-f69ec7dfb377 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42db7a59-34fc-4af5-b725-f69ec7dfb377 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377 img.shogun-image {
  /* Add background color handling */
  
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-42db7a59-34fc-4af5-b725-f69ec7dfb377 .shogun-image-content {
  
    justify-content: center;
  
}

.s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shogun-image {
  box-sizing: border-box;
}



.s-42db7a59-34fc-4af5-b725-f69ec7dfb377 img.shogun-image {
  
}


}@media (max-width: 767px){#s-42db7a59-34fc-4af5-b725-f69ec7dfb377 {
  margin: 0 !important;
  overflow: visible;
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42db7a59-34fc-4af5-b725-f69ec7dfb377 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42db7a59-34fc-4af5-b725-f69ec7dfb377 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377 img.shogun-image {
  /* Add background color handling */
  
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-42db7a59-34fc-4af5-b725-f69ec7dfb377 .shogun-image-content {
  
    justify-content: center;
  
}

.s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42db7a59-34fc-4af5-b725-f69ec7dfb377.shogun-image {
  box-sizing: border-box;
}



.s-42db7a59-34fc-4af5-b725-f69ec7dfb377 img.shogun-image {
  
}


}
#s-0800e330-390c-49e4-8ce5-f1291d68bb18 {
  padding-top: 22px;
}

#s-d0f24927-3e1f-4023-80c9-ae5cfd9dcc29 {
  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-d0f24927-3e1f-4023-80c9-ae5cfd9dcc29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0f24927-3e1f-4023-80c9-ae5cfd9dcc29"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0f24927-3e1f-4023-80c9-ae5cfd9dcc29"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0f24927-3e1f-4023-80c9-ae5cfd9dcc29"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0f24927-3e1f-4023-80c9-ae5cfd9dcc29"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0f24927-3e1f-4023-80c9-ae5cfd9dcc29"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0f24927-3e1f-4023-80c9-ae5cfd9dcc29"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0 {
  max-width: 70px;
text-align: center;
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-347f2b4a-6eac-4316-afbb-ab368dc978d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-347f2b4a-6eac-4316-afbb-ab368dc978d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-347f2b4a-6eac-4316-afbb-ab368dc978d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shogun-image {
  box-sizing: border-box;
}



.s-347f2b4a-6eac-4316-afbb-ab368dc978d0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-347f2b4a-6eac-4316-afbb-ab368dc978d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-347f2b4a-6eac-4316-afbb-ab368dc978d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-347f2b4a-6eac-4316-afbb-ab368dc978d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-347f2b4a-6eac-4316-afbb-ab368dc978d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shogun-image {
  box-sizing: border-box;
}



.s-347f2b4a-6eac-4316-afbb-ab368dc978d0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-347f2b4a-6eac-4316-afbb-ab368dc978d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-347f2b4a-6eac-4316-afbb-ab368dc978d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-347f2b4a-6eac-4316-afbb-ab368dc978d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-347f2b4a-6eac-4316-afbb-ab368dc978d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shogun-image {
  box-sizing: border-box;
}



.s-347f2b4a-6eac-4316-afbb-ab368dc978d0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-347f2b4a-6eac-4316-afbb-ab368dc978d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-347f2b4a-6eac-4316-afbb-ab368dc978d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-347f2b4a-6eac-4316-afbb-ab368dc978d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-347f2b4a-6eac-4316-afbb-ab368dc978d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shogun-image {
  box-sizing: border-box;
}



.s-347f2b4a-6eac-4316-afbb-ab368dc978d0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-347f2b4a-6eac-4316-afbb-ab368dc978d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-347f2b4a-6eac-4316-afbb-ab368dc978d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-347f2b4a-6eac-4316-afbb-ab368dc978d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-347f2b4a-6eac-4316-afbb-ab368dc978d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-347f2b4a-6eac-4316-afbb-ab368dc978d0.shogun-image {
  box-sizing: border-box;
}



.s-347f2b4a-6eac-4316-afbb-ab368dc978d0 img.shogun-image {
  
}


}
#s-6ae4a874-6cca-4e64-8504-d659089a3261 {
  padding-top: 19px;
}

#s-b5611590-0254-4ec6-8248-dfcaff899ce9 {
  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-b5611590-0254-4ec6-8248-dfcaff899ce9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5611590-0254-4ec6-8248-dfcaff899ce9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5611590-0254-4ec6-8248-dfcaff899ce9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b5611590-0254-4ec6-8248-dfcaff899ce9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5611590-0254-4ec6-8248-dfcaff899ce9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5611590-0254-4ec6-8248-dfcaff899ce9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5611590-0254-4ec6-8248-dfcaff899ce9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd {
  max-width: 70px;
text-align: center;
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd {
  margin: 0 !important;
  overflow: visible;
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd img.shogun-image {
  /* Add background color handling */
  
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shogun-image {
  box-sizing: border-box;
}



.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd img.shogun-image {
  
}


@media (min-width: 1200px){#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd {
  margin: 0 !important;
  overflow: visible;
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd img.shogun-image {
  /* Add background color handling */
  
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shogun-image {
  box-sizing: border-box;
}



.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd {
  margin: 0 !important;
  overflow: visible;
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd img.shogun-image {
  /* Add background color handling */
  
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shogun-image {
  box-sizing: border-box;
}



.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd {
  margin: 0 !important;
  overflow: visible;
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd img.shogun-image {
  /* Add background color handling */
  
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shogun-image {
  box-sizing: border-box;
}



.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd img.shogun-image {
  
}


}@media (max-width: 767px){#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd {
  margin: 0 !important;
  overflow: visible;
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd img.shogun-image {
  /* Add background color handling */
  
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd.shogun-image {
  box-sizing: border-box;
}



.s-e495e9f5-2ae7-40b3-83c3-4cb7679f86cd img.shogun-image {
  
}


}
#s-98317fef-3055-4ff2-a3f9-63012058ca88 {
  padding-top: 19px;
}

#s-403285bc-b54d-436e-bcf1-5d3a5babb8e6 {
  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-403285bc-b54d-436e-bcf1-5d3a5babb8e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-403285bc-b54d-436e-bcf1-5d3a5babb8e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-403285bc-b54d-436e-bcf1-5d3a5babb8e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-403285bc-b54d-436e-bcf1-5d3a5babb8e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-403285bc-b54d-436e-bcf1-5d3a5babb8e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-403285bc-b54d-436e-bcf1-5d3a5babb8e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-403285bc-b54d-436e-bcf1-5d3a5babb8e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba {
  max-width: 70px;
text-align: center;
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba {
  margin: 0 !important;
  overflow: visible;
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba img.shogun-image {
  /* Add background color handling */
  
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shogun-image {
  box-sizing: border-box;
}



.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba img.shogun-image {
  
}


@media (min-width: 1200px){#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba {
  margin: 0 !important;
  overflow: visible;
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba img.shogun-image {
  /* Add background color handling */
  
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shogun-image {
  box-sizing: border-box;
}



.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba {
  margin: 0 !important;
  overflow: visible;
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba img.shogun-image {
  /* Add background color handling */
  
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shogun-image {
  box-sizing: border-box;
}



.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba {
  margin: 0 !important;
  overflow: visible;
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba img.shogun-image {
  /* Add background color handling */
  
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shogun-image {
  box-sizing: border-box;
}



.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba img.shogun-image {
  
}


}@media (max-width: 767px){#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba {
  margin: 0 !important;
  overflow: visible;
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba img.shogun-image {
  /* Add background color handling */
  
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba.shogun-image {
  box-sizing: border-box;
}



.s-c8c886c7-602d-4c21-9e93-5be3f1bec0ba img.shogun-image {
  
}


}
#s-391202d5-60e4-4139-8483-dd853e5224e7 {
  padding-top: 19px;
}

#s-6b231e3c-ab04-4575-a852-eaf14e0dce7b {
  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-6b231e3c-ab04-4575-a852-eaf14e0dce7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b231e3c-ab04-4575-a852-eaf14e0dce7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6b231e3c-ab04-4575-a852-eaf14e0dce7b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b231e3c-ab04-4575-a852-eaf14e0dce7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6b231e3c-ab04-4575-a852-eaf14e0dce7b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b231e3c-ab04-4575-a852-eaf14e0dce7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6b231e3c-ab04-4575-a852-eaf14e0dce7b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f {
  max-width: 70px;
text-align: center;
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f {
  margin: 0 !important;
  overflow: visible;
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f868ce94-b4bd-4fe0-8812-0898904e318f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f868ce94-b4bd-4fe0-8812-0898904e318f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f img.shogun-image {
  /* Add background color handling */
  
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f868ce94-b4bd-4fe0-8812-0898904e318f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f868ce94-b4bd-4fe0-8812-0898904e318f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f868ce94-b4bd-4fe0-8812-0898904e318f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f868ce94-b4bd-4fe0-8812-0898904e318f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f.shogun-image {
  box-sizing: border-box;
}



.s-f868ce94-b4bd-4fe0-8812-0898904e318f img.shogun-image {
  
}


@media (min-width: 1200px){#s-f868ce94-b4bd-4fe0-8812-0898904e318f {
  margin: 0 !important;
  overflow: visible;
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f868ce94-b4bd-4fe0-8812-0898904e318f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f868ce94-b4bd-4fe0-8812-0898904e318f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f img.shogun-image {
  /* Add background color handling */
  
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f868ce94-b4bd-4fe0-8812-0898904e318f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f868ce94-b4bd-4fe0-8812-0898904e318f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f868ce94-b4bd-4fe0-8812-0898904e318f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f868ce94-b4bd-4fe0-8812-0898904e318f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f.shogun-image {
  box-sizing: border-box;
}



.s-f868ce94-b4bd-4fe0-8812-0898904e318f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f868ce94-b4bd-4fe0-8812-0898904e318f {
  margin: 0 !important;
  overflow: visible;
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f868ce94-b4bd-4fe0-8812-0898904e318f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f868ce94-b4bd-4fe0-8812-0898904e318f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f img.shogun-image {
  /* Add background color handling */
  
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f868ce94-b4bd-4fe0-8812-0898904e318f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f868ce94-b4bd-4fe0-8812-0898904e318f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f868ce94-b4bd-4fe0-8812-0898904e318f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f868ce94-b4bd-4fe0-8812-0898904e318f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f.shogun-image {
  box-sizing: border-box;
}



.s-f868ce94-b4bd-4fe0-8812-0898904e318f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f868ce94-b4bd-4fe0-8812-0898904e318f {
  margin: 0 !important;
  overflow: visible;
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f868ce94-b4bd-4fe0-8812-0898904e318f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f868ce94-b4bd-4fe0-8812-0898904e318f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f img.shogun-image {
  /* Add background color handling */
  
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f868ce94-b4bd-4fe0-8812-0898904e318f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f868ce94-b4bd-4fe0-8812-0898904e318f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f868ce94-b4bd-4fe0-8812-0898904e318f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f868ce94-b4bd-4fe0-8812-0898904e318f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f.shogun-image {
  box-sizing: border-box;
}



.s-f868ce94-b4bd-4fe0-8812-0898904e318f img.shogun-image {
  
}


}@media (max-width: 767px){#s-f868ce94-b4bd-4fe0-8812-0898904e318f {
  margin: 0 !important;
  overflow: visible;
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f868ce94-b4bd-4fe0-8812-0898904e318f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f868ce94-b4bd-4fe0-8812-0898904e318f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f img.shogun-image {
  /* Add background color handling */
  
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f868ce94-b4bd-4fe0-8812-0898904e318f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f868ce94-b4bd-4fe0-8812-0898904e318f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f868ce94-b4bd-4fe0-8812-0898904e318f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f868ce94-b4bd-4fe0-8812-0898904e318f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f868ce94-b4bd-4fe0-8812-0898904e318f.shogun-image {
  box-sizing: border-box;
}



.s-f868ce94-b4bd-4fe0-8812-0898904e318f img.shogun-image {
  
}


}
#s-8560f821-5770-44d2-a504-27a04cdd107e {
  padding-top: 19px;
}

#s-12b237c6-a809-4297-9807-6e3431d27d58 {
  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-12b237c6-a809-4297-9807-6e3431d27d58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12b237c6-a809-4297-9807-6e3431d27d58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12b237c6-a809-4297-9807-6e3431d27d58"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-12b237c6-a809-4297-9807-6e3431d27d58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12b237c6-a809-4297-9807-6e3431d27d58"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-12b237c6-a809-4297-9807-6e3431d27d58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12b237c6-a809-4297-9807-6e3431d27d58"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945 {
  max-width: 70px;
text-align: center;
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee041d56-99f4-46ab-8531-04c6d07a4945 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee041d56-99f4-46ab-8531-04c6d07a4945 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ee041d56-99f4-46ab-8531-04c6d07a4945.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ee041d56-99f4-46ab-8531-04c6d07a4945 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee041d56-99f4-46ab-8531-04c6d07a4945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee041d56-99f4-46ab-8531-04c6d07a4945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945.shogun-image {
  box-sizing: border-box;
}



.s-ee041d56-99f4-46ab-8531-04c6d07a4945 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ee041d56-99f4-46ab-8531-04c6d07a4945 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee041d56-99f4-46ab-8531-04c6d07a4945 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee041d56-99f4-46ab-8531-04c6d07a4945 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ee041d56-99f4-46ab-8531-04c6d07a4945.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ee041d56-99f4-46ab-8531-04c6d07a4945 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee041d56-99f4-46ab-8531-04c6d07a4945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee041d56-99f4-46ab-8531-04c6d07a4945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945.shogun-image {
  box-sizing: border-box;
}



.s-ee041d56-99f4-46ab-8531-04c6d07a4945 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ee041d56-99f4-46ab-8531-04c6d07a4945 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee041d56-99f4-46ab-8531-04c6d07a4945 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee041d56-99f4-46ab-8531-04c6d07a4945 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ee041d56-99f4-46ab-8531-04c6d07a4945.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ee041d56-99f4-46ab-8531-04c6d07a4945 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee041d56-99f4-46ab-8531-04c6d07a4945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee041d56-99f4-46ab-8531-04c6d07a4945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945.shogun-image {
  box-sizing: border-box;
}



.s-ee041d56-99f4-46ab-8531-04c6d07a4945 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ee041d56-99f4-46ab-8531-04c6d07a4945 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee041d56-99f4-46ab-8531-04c6d07a4945 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee041d56-99f4-46ab-8531-04c6d07a4945 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ee041d56-99f4-46ab-8531-04c6d07a4945.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ee041d56-99f4-46ab-8531-04c6d07a4945 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee041d56-99f4-46ab-8531-04c6d07a4945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee041d56-99f4-46ab-8531-04c6d07a4945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945.shogun-image {
  box-sizing: border-box;
}



.s-ee041d56-99f4-46ab-8531-04c6d07a4945 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ee041d56-99f4-46ab-8531-04c6d07a4945 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee041d56-99f4-46ab-8531-04c6d07a4945 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee041d56-99f4-46ab-8531-04c6d07a4945 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ee041d56-99f4-46ab-8531-04c6d07a4945.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ee041d56-99f4-46ab-8531-04c6d07a4945 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee041d56-99f4-46ab-8531-04c6d07a4945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee041d56-99f4-46ab-8531-04c6d07a4945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee041d56-99f4-46ab-8531-04c6d07a4945.shogun-image {
  box-sizing: border-box;
}



.s-ee041d56-99f4-46ab-8531-04c6d07a4945 img.shogun-image {
  
}


}
#s-3cc9c8c7-2a1b-4a13-93ce-6ee14b70acac {
  padding-top: 22px;
}

#s-f1a1c92e-b738-48d8-82b5-9d4eaffbd3a6 {
  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-f1a1c92e-b738-48d8-82b5-9d4eaffbd3a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1a1c92e-b738-48d8-82b5-9d4eaffbd3a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f1a1c92e-b738-48d8-82b5-9d4eaffbd3a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1a1c92e-b738-48d8-82b5-9d4eaffbd3a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f1a1c92e-b738-48d8-82b5-9d4eaffbd3a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1a1c92e-b738-48d8-82b5-9d4eaffbd3a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f1a1c92e-b738-48d8-82b5-9d4eaffbd3a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3 {
  max-width: 70px;
text-align: center;
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3 {
  margin: 0 !important;
  overflow: visible;
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efd4c2e5-ca36-45fb-a121-107f4b354de3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efd4c2e5-ca36-45fb-a121-107f4b354de3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3 img.shogun-image {
  /* Add background color handling */
  
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-efd4c2e5-ca36-45fb-a121-107f4b354de3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shogun-image {
  box-sizing: border-box;
}



.s-efd4c2e5-ca36-45fb-a121-107f4b354de3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-efd4c2e5-ca36-45fb-a121-107f4b354de3 {
  margin: 0 !important;
  overflow: visible;
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efd4c2e5-ca36-45fb-a121-107f4b354de3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efd4c2e5-ca36-45fb-a121-107f4b354de3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3 img.shogun-image {
  /* Add background color handling */
  
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-efd4c2e5-ca36-45fb-a121-107f4b354de3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shogun-image {
  box-sizing: border-box;
}



.s-efd4c2e5-ca36-45fb-a121-107f4b354de3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-efd4c2e5-ca36-45fb-a121-107f4b354de3 {
  margin: 0 !important;
  overflow: visible;
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efd4c2e5-ca36-45fb-a121-107f4b354de3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efd4c2e5-ca36-45fb-a121-107f4b354de3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3 img.shogun-image {
  /* Add background color handling */
  
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-efd4c2e5-ca36-45fb-a121-107f4b354de3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shogun-image {
  box-sizing: border-box;
}



.s-efd4c2e5-ca36-45fb-a121-107f4b354de3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-efd4c2e5-ca36-45fb-a121-107f4b354de3 {
  margin: 0 !important;
  overflow: visible;
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efd4c2e5-ca36-45fb-a121-107f4b354de3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efd4c2e5-ca36-45fb-a121-107f4b354de3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3 img.shogun-image {
  /* Add background color handling */
  
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-efd4c2e5-ca36-45fb-a121-107f4b354de3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shogun-image {
  box-sizing: border-box;
}



.s-efd4c2e5-ca36-45fb-a121-107f4b354de3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-efd4c2e5-ca36-45fb-a121-107f4b354de3 {
  margin: 0 !important;
  overflow: visible;
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efd4c2e5-ca36-45fb-a121-107f4b354de3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efd4c2e5-ca36-45fb-a121-107f4b354de3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3 img.shogun-image {
  /* Add background color handling */
  
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-efd4c2e5-ca36-45fb-a121-107f4b354de3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efd4c2e5-ca36-45fb-a121-107f4b354de3.shogun-image {
  box-sizing: border-box;
}



.s-efd4c2e5-ca36-45fb-a121-107f4b354de3 img.shogun-image {
  
}


}
#s-cf6ef721-9cb5-4afb-9dd3-48b3a18439a7 {
  padding-top: 22px;
}

#s-72882f64-3d78-433c-8dac-16982ac3f485 {
  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-72882f64-3d78-433c-8dac-16982ac3f485"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72882f64-3d78-433c-8dac-16982ac3f485"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72882f64-3d78-433c-8dac-16982ac3f485"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72882f64-3d78-433c-8dac-16982ac3f485"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72882f64-3d78-433c-8dac-16982ac3f485"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72882f64-3d78-433c-8dac-16982ac3f485"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72882f64-3d78-433c-8dac-16982ac3f485"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c {
  max-width: 70px;
text-align: center;
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c {
  margin: 0 !important;
  overflow: visible;
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c img.shogun-image {
  /* Add background color handling */
  
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shogun-image {
  box-sizing: border-box;
}



.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c img.shogun-image {
  
}


@media (min-width: 1200px){#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c {
  margin: 0 !important;
  overflow: visible;
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c img.shogun-image {
  /* Add background color handling */
  
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shogun-image {
  box-sizing: border-box;
}



.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c {
  margin: 0 !important;
  overflow: visible;
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c img.shogun-image {
  /* Add background color handling */
  
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shogun-image {
  box-sizing: border-box;
}



.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c {
  margin: 0 !important;
  overflow: visible;
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c img.shogun-image {
  /* Add background color handling */
  
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shogun-image {
  box-sizing: border-box;
}



.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c img.shogun-image {
  
}


}@media (max-width: 767px){#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c {
  margin: 0 !important;
  overflow: visible;
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c img.shogun-image {
  /* Add background color handling */
  
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c.shogun-image {
  box-sizing: border-box;
}



.s-238e30fd-2b41-46a9-b1f9-9dfe2e3cfe7c img.shogun-image {
  
}


}
#s-cbf0dad3-aba4-402f-98ba-cdfa13865b13 {
  padding-top: 22px;
}

#s-b02d7534-aa91-44d4-aaa8-b41b0a7d0ee2 {
  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-b02d7534-aa91-44d4-aaa8-b41b0a7d0ee2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b02d7534-aa91-44d4-aaa8-b41b0a7d0ee2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b02d7534-aa91-44d4-aaa8-b41b0a7d0ee2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b02d7534-aa91-44d4-aaa8-b41b0a7d0ee2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b02d7534-aa91-44d4-aaa8-b41b0a7d0ee2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b02d7534-aa91-44d4-aaa8-b41b0a7d0ee2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b02d7534-aa91-44d4-aaa8-b41b0a7d0ee2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b {
  max-width: 70px;
text-align: center;
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b {
  margin: 0 !important;
  overflow: visible;
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b70bb0f-dec7-4326-81a1-a05b0408334b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b70bb0f-dec7-4326-81a1-a05b0408334b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b img.shogun-image {
  /* Add background color handling */
  
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9b70bb0f-dec7-4326-81a1-a05b0408334b .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shogun-image {
  box-sizing: border-box;
}



.s-9b70bb0f-dec7-4326-81a1-a05b0408334b img.shogun-image {
  
}


@media (min-width: 1200px){#s-9b70bb0f-dec7-4326-81a1-a05b0408334b {
  margin: 0 !important;
  overflow: visible;
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b70bb0f-dec7-4326-81a1-a05b0408334b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b70bb0f-dec7-4326-81a1-a05b0408334b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b img.shogun-image {
  /* Add background color handling */
  
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9b70bb0f-dec7-4326-81a1-a05b0408334b .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shogun-image {
  box-sizing: border-box;
}



.s-9b70bb0f-dec7-4326-81a1-a05b0408334b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9b70bb0f-dec7-4326-81a1-a05b0408334b {
  margin: 0 !important;
  overflow: visible;
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b70bb0f-dec7-4326-81a1-a05b0408334b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b70bb0f-dec7-4326-81a1-a05b0408334b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b img.shogun-image {
  /* Add background color handling */
  
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9b70bb0f-dec7-4326-81a1-a05b0408334b .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shogun-image {
  box-sizing: border-box;
}



.s-9b70bb0f-dec7-4326-81a1-a05b0408334b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9b70bb0f-dec7-4326-81a1-a05b0408334b {
  margin: 0 !important;
  overflow: visible;
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b70bb0f-dec7-4326-81a1-a05b0408334b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b70bb0f-dec7-4326-81a1-a05b0408334b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b img.shogun-image {
  /* Add background color handling */
  
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9b70bb0f-dec7-4326-81a1-a05b0408334b .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shogun-image {
  box-sizing: border-box;
}



.s-9b70bb0f-dec7-4326-81a1-a05b0408334b img.shogun-image {
  
}


}@media (max-width: 767px){#s-9b70bb0f-dec7-4326-81a1-a05b0408334b {
  margin: 0 !important;
  overflow: visible;
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b70bb0f-dec7-4326-81a1-a05b0408334b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b70bb0f-dec7-4326-81a1-a05b0408334b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b img.shogun-image {
  /* Add background color handling */
  
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9b70bb0f-dec7-4326-81a1-a05b0408334b .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b70bb0f-dec7-4326-81a1-a05b0408334b.shogun-image {
  box-sizing: border-box;
}



.s-9b70bb0f-dec7-4326-81a1-a05b0408334b img.shogun-image {
  
}


}
#s-07bbc6fe-2bdf-42fd-ab03-22180632b7dc {
  padding-top: 22px;
}

#s-51024784-21c0-46d6-9738-de9b553bb4a2 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

/*
  $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;
}
