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

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

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

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

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

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

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

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

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

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

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

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

#s-604d289b-92ea-40f9-9b7f-d402b6708827 {
  min-height: 50px;
}








#s-604d289b-92ea-40f9-9b7f-d402b6708827 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-604d289b-92ea-40f9-9b7f-d402b6708827.shg-box.shg-c {
  justify-content: center;
}

#s-aac92414-6ebb-4c45-97fb-78015294c174 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 31px;
padding-right: 31px;
min-height: 50px;
}








#s-aac92414-6ebb-4c45-97fb-78015294c174 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aac92414-6ebb-4c45-97fb-78015294c174.shg-box.shg-c {
  justify-content: center;
}

#s-920b6b49-c9e3-4d5d-ac61-45af313fff35 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-920b6b49-c9e3-4d5d-ac61-45af313fff35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-920b6b49-c9e3-4d5d-ac61-45af313fff35.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

@media (min-width: 0px) {
[id="s-f354de3b-3a2f-4451-a6c0-a1d4be12d1ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f354de3b-3a2f-4451-a6c0-a1d4be12d1ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f354de3b-3a2f-4451-a6c0-a1d4be12d1ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f354de3b-3a2f-4451-a6c0-a1d4be12d1ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f354de3b-3a2f-4451-a6c0-a1d4be12d1ec"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d86dc590-0c1f-4464-8e79-9f27f4899a9d {
  min-height: 50px;
}








#s-d86dc590-0c1f-4464-8e79-9f27f4899a9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d86dc590-0c1f-4464-8e79-9f27f4899a9d.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9083b125-246c-4ffb-80b4-dc5e031fad39 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9083b125-246c-4ffb-80b4-dc5e031fad39 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9083b125-246c-4ffb-80b4-dc5e031fad39 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-9083b125-246c-4ffb-80b4-dc5e031fad39 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9083b125-246c-4ffb-80b4-dc5e031fad39 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-9083b125-246c-4ffb-80b4-dc5e031fad39 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e1cbf086-835a-4f74-bf2a-f5aa44c246f1 {
  min-height: 50px;
}








#s-e1cbf086-835a-4f74-bf2a-f5aa44c246f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1cbf086-835a-4f74-bf2a-f5aa44c246f1.shg-box.shg-c {
  justify-content: center;
}

#s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f {
  margin-left: 0px;
margin-right: 0px;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f {
  display: none;
}
#s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f, #wrap-s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f, #wrap-content-s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f {
  display: none;
}
#s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f, #wrap-s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f, #wrap-content-s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f {
  display: none;
}
#s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f, #wrap-s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f, #wrap-content-s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f { display: none !important; }}@media (max-width: 767px){#s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f, #wrap-s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f, #wrap-content-s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f { display: none !important; }}







#s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ff14e94-a6c2-4ff5-93a8-e14076298f3f.shg-box.shg-c {
  justify-content: center;
}

#s-2b6c98e9-a438-4b72-aa16-de248167e711 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-2b6c98e9-a438-4b72-aa16-de248167e711 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b6c98e9-a438-4b72-aa16-de248167e711.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f7897fa2-10d4-4d3a-8ee9-a4b8e8c29485"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7897fa2-10d4-4d3a-8ee9-a4b8e8c29485"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f7897fa2-10d4-4d3a-8ee9-a4b8e8c29485"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7897fa2-10d4-4d3a-8ee9-a4b8e8c29485"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f7897fa2-10d4-4d3a-8ee9-a4b8e8c29485"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0ce09b70-2d64-4593-a0c7-0601f92f3f1f {
  min-height: 50px;
}








#s-0ce09b70-2d64-4593-a0c7-0601f92f3f1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ce09b70-2d64-4593-a0c7-0601f92f3f1f.shg-box.shg-c {
  justify-content: center;
}

#s-56d1e102-bf23-49b2-b230-db0d5aaa3985 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-56d1e102-bf23-49b2-b230-db0d5aaa3985 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-56d1e102-bf23-49b2-b230-db0d5aaa3985 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-56d1e102-bf23-49b2-b230-db0d5aaa3985 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-56d1e102-bf23-49b2-b230-db0d5aaa3985 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-56d1e102-bf23-49b2-b230-db0d5aaa3985 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ff8c829d-2af8-4dc4-b95c-2cac1a5c6af7 {
  min-height: 50px;
}








#s-ff8c829d-2af8-4dc4-b95c-2cac1a5c6af7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff8c829d-2af8-4dc4-b95c-2cac1a5c6af7.shg-box.shg-c {
  justify-content: center;
}

#s-b39423b9-a9d4-4d56-9eff-28d87a597950 {
  min-height: 50px;
}








#s-b39423b9-a9d4-4d56-9eff-28d87a597950 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b39423b9-a9d4-4d56-9eff-28d87a597950.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  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-a02118a2-d02d-4089-a68b-d4b4f633a548 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a02118a2-d02d-4089-a68b-d4b4f633a548 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-78b4bf97-97eb-4dc8-8cf1-1fd3deca8c6f {
  min-height: 0px;
}
@media (min-width: 1200px){#s-78b4bf97-97eb-4dc8-8cf1-1fd3deca8c6f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78b4bf97-97eb-4dc8-8cf1-1fd3deca8c6f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-78b4bf97-97eb-4dc8-8cf1-1fd3deca8c6f {
  
}
}@media (max-width: 767px){#s-78b4bf97-97eb-4dc8-8cf1-1fd3deca8c6f {
  
}
}







#s-78b4bf97-97eb-4dc8-8cf1-1fd3deca8c6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78b4bf97-97eb-4dc8-8cf1-1fd3deca8c6f.shg-box.shg-c {
  justify-content: center;
}

#s-a844c80a-5ac9-4815-b431-14fefbe5276c {
  min-height: 0px;
}








#s-a844c80a-5ac9-4815-b431-14fefbe5276c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a844c80a-5ac9-4815-b431-14fefbe5276c.shg-box.shg-c {
  justify-content: center;
}

#s-45a4cfbd-fb80-42ea-8475-6c40ce332d26 {
  margin-bottom: 47px;
min-height: 50px;
}
@media (max-width: 767px){#s-45a4cfbd-fb80-42ea-8475-6c40ce332d26 {
  margin-bottom: 44px;
}
}







#s-45a4cfbd-fb80-42ea-8475-6c40ce332d26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45a4cfbd-fb80-42ea-8475-6c40ce332d26.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e0fd7b49-cf9d-47d8-ae62-be7ebe87fe4a {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-e0fd7b49-cf9d-47d8-ae62-be7ebe87fe4a {
  padding-top: 13px;
padding-left: 13px;
padding-bottom: 13px;
padding-right: 13px;
}
}
#s-e0fd7b49-cf9d-47d8-ae62-be7ebe87fe4a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.8em;
  
  
}


@media (max-width: 767px){#s-e0fd7b49-cf9d-47d8-ae62-be7ebe87fe4a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 0.8em;
  
  
}


}
@media (min-width: 1200px){#s-3a101d81-0c7f-4675-8a04-844e7486b324 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a101d81-0c7f-4675-8a04-844e7486b324 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a101d81-0c7f-4675-8a04-844e7486b324 {
  
}
}@media (max-width: 767px){#s-3a101d81-0c7f-4675-8a04-844e7486b324 {
  
}
}
#s-111228eb-f5be-47b8-918f-98b45cedde8e {
  margin-left: auto;
margin-bottom: 58px;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
max-width: 1440px;
}
@media (min-width: 1200px){#s-111228eb-f5be-47b8-918f-98b45cedde8e {
  padding-left: 50px;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-111228eb-f5be-47b8-918f-98b45cedde8e {
  padding-left: 30px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-111228eb-f5be-47b8-918f-98b45cedde8e {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-111228eb-f5be-47b8-918f-98b45cedde8e {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-111228eb-f5be-47b8-918f-98b45cedde8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-111228eb-f5be-47b8-918f-98b45cedde8e.shg-box.shg-c {
  justify-content: center;
}

#s-62e05554-272f-428f-8a51-ca79da0c2b8c {
  margin-bottom: 47px;
min-height: 50px;
}
@media (min-width: 1200px){#s-62e05554-272f-428f-8a51-ca79da0c2b8c {
  margin-bottom: 35px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62e05554-272f-428f-8a51-ca79da0c2b8c {
  margin-bottom: 35px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-62e05554-272f-428f-8a51-ca79da0c2b8c {
  margin-bottom: 32px;
}
}@media (max-width: 767px){#s-62e05554-272f-428f-8a51-ca79da0c2b8c {
  margin-bottom: 32px;
}
}







#s-62e05554-272f-428f-8a51-ca79da0c2b8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62e05554-272f-428f-8a51-ca79da0c2b8c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-60105f35-2fe5-4c8e-a1dd-b7a9cce4a17d {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-60105f35-2fe5-4c8e-a1dd-b7a9cce4a17d {
  padding-top: 13px;
padding-left: 13px;
padding-bottom: 13px;
padding-right: 13px;
}
}
#s-60105f35-2fe5-4c8e-a1dd-b7a9cce4a17d .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.8em;
  
  
}


@media (max-width: 767px){#s-60105f35-2fe5-4c8e-a1dd-b7a9cce4a17d .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 0.8em;
  
  
}


}
#s-c640e762-993a-45eb-a224-967c2e8686a6 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-c640e762-993a-45eb-a224-967c2e8686a6 {
  padding-top: 13px;
padding-left: 13px;
padding-bottom: 13px;
padding-right: 13px;
}
}
#s-c640e762-993a-45eb-a224-967c2e8686a6 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.8em;
  
  
}


@media (max-width: 767px){#s-c640e762-993a-45eb-a224-967c2e8686a6 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 0.8em;
  
  
}


}
@media (min-width: 0px) {
[id="s-41357e1d-7170-488b-a44e-266bbbf3bb61"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-41357e1d-7170-488b-a44e-266bbbf3bb61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-41357e1d-7170-488b-a44e-266bbbf3bb61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-41357e1d-7170-488b-a44e-266bbbf3bb61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-4914bda3-f4b0-4694-a30d-1901a1fa43ca {
  min-height: 50px;
}








#s-4914bda3-f4b0-4694-a30d-1901a1fa43ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4914bda3-f4b0-4694-a30d-1901a1fa43ca.shg-box.shg-c {
  justify-content: flex-start;
}

#s-82912bfe-fc25-4b20-9fa9-52fbcc7a198e {
  min-height: 166px;
}








#s-82912bfe-fc25-4b20-9fa9-52fbcc7a198e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-82912bfe-fc25-4b20-9fa9-52fbcc7a198e.shg-box.shg-c {
  justify-content: center;
}

.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-cae1490d-b8f4-4564-8446-be9cb8022dfe .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-cae1490d-b8f4-4564-8446-be9cb8022dfe table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-cae1490d-b8f4-4564-8446-be9cb8022dfe td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-cae1490d-b8f4-4564-8446-be9cb8022dfe td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-cae1490d-b8f4-4564-8446-be9cb8022dfe td.shogun-table-column, #s-cae1490d-b8f4-4564-8446-be9cb8022dfe td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.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-1590aabb-5dca-4fae-bae2-470bfa35c988 {
  min-height: 50px;
}








#s-1590aabb-5dca-4fae-bae2-470bfa35c988 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1590aabb-5dca-4fae-bae2-470bfa35c988.shg-box.shg-c {
  justify-content: center;
}

#s-f36cf3fd-19bd-4391-9f89-d77109098598 {
  min-height: 50px;
}








#s-f36cf3fd-19bd-4391-9f89-d77109098598 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f36cf3fd-19bd-4391-9f89-d77109098598.shg-box.shg-c {
  justify-content: center;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-38f07fe7-ae4a-42d3-9da9-ffdfdbf9b3dc {
  text-align: left;
}



.shg-c#s-38f07fe7-ae4a-42d3-9da9-ffdfdbf9b3dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38f07fe7-ae4a-42d3-9da9-ffdfdbf9b3dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-38f07fe7-ae4a-42d3-9da9-ffdfdbf9b3dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38f07fe7-ae4a-42d3-9da9-ffdfdbf9b3dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-38f07fe7-ae4a-42d3-9da9-ffdfdbf9b3dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38f07fe7-ae4a-42d3-9da9-ffdfdbf9b3dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-38f07fe7-ae4a-42d3-9da9-ffdfdbf9b3dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38f07fe7-ae4a-42d3-9da9-ffdfdbf9b3dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-38f07fe7-ae4a-42d3-9da9-ffdfdbf9b3dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38f07fe7-ae4a-42d3-9da9-ffdfdbf9b3dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-776ae8b5-c631-4275-a993-d5cf683e21b7 {
  min-height: 48px;
}

#s-776ae8b5-c631-4275-a993-d5cf683e21b7 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-776ae8b5-c631-4275-a993-d5cf683e21b7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-776ae8b5-c631-4275-a993-d5cf683e21b7 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-776ae8b5-c631-4275-a993-d5cf683e21b7 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-776ae8b5-c631-4275-a993-d5cf683e21b7 td.shogun-table-column, #s-776ae8b5-c631-4275-a993-d5cf683e21b7 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83410f50-ee9f-49f1-9b60-594c18b362e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image {
  box-sizing: border-box;
}



.s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container {
      position: relative;
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83410f50-ee9f-49f1-9b60-594c18b362e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image {
  box-sizing: border-box;
}



.s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container {
      position: relative;
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83410f50-ee9f-49f1-9b60-594c18b362e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image {
  box-sizing: border-box;
}



.s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container {
      position: relative;
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83410f50-ee9f-49f1-9b60-594c18b362e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image {
  box-sizing: border-box;
}



.s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container {
      position: relative;
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-83410f50-ee9f-49f1-9b60-594c18b362e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83410f50-ee9f-49f1-9b60-594c18b362e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image {
  box-sizing: border-box;
}



.s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83410f50-ee9f-49f1-9b60-594c18b362e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container {
      position: relative;
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83410f50-ee9f-49f1-9b60-594c18b362e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
  margin: 0 !important;
  overflow: visible;
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
  /* Add background color handling */
  
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image {
  box-sizing: border-box;
}



.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container {
      position: relative;
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
  margin: 0 !important;
  overflow: visible;
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
  /* Add background color handling */
  
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image {
  box-sizing: border-box;
}



.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container {
      position: relative;
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
  margin: 0 !important;
  overflow: visible;
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
  /* Add background color handling */
  
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image {
  box-sizing: border-box;
}



.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container {
      position: relative;
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
  margin: 0 !important;
  overflow: visible;
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
  /* Add background color handling */
  
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image {
  box-sizing: border-box;
}



.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container {
      position: relative;
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
  margin: 0 !important;
  overflow: visible;
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
  /* Add background color handling */
  
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image {
  box-sizing: border-box;
}



.s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container {
      position: relative;
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a950480-a1bd-4f1f-93b7-de672f05c8bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-51aa623e-a7e5-4df8-9d3a-b3352aaf6ebf {
  margin-top: 32px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-51aa623e-a7e5-4df8-9d3a-b3352aaf6ebf {
  margin-top: 28px;
}
}@media (max-width: 767px){#s-51aa623e-a7e5-4df8-9d3a-b3352aaf6ebf {
  margin-top: 28px;
}
}
#s-51aa623e-a7e5-4df8-9d3a-b3352aaf6ebf .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-fa4fda78-c756-439a-b38f-e6ff7135a99d {
  min-height: 50px;
}








#s-fa4fda78-c756-439a-b38f-e6ff7135a99d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa4fda78-c756-439a-b38f-e6ff7135a99d.shg-box.shg-c {
  justify-content: center;
}

#s-e47eafc7-64eb-496c-b1af-e0464f01673c {
  text-align: left;
}



.shg-c#s-e47eafc7-64eb-496c-b1af-e0464f01673c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e47eafc7-64eb-496c-b1af-e0464f01673c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e47eafc7-64eb-496c-b1af-e0464f01673c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e47eafc7-64eb-496c-b1af-e0464f01673c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e47eafc7-64eb-496c-b1af-e0464f01673c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e47eafc7-64eb-496c-b1af-e0464f01673c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e47eafc7-64eb-496c-b1af-e0464f01673c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e47eafc7-64eb-496c-b1af-e0464f01673c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e47eafc7-64eb-496c-b1af-e0464f01673c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e47eafc7-64eb-496c-b1af-e0464f01673c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d065812d-d1c7-4f8b-90e0-dec04a81cc82 {
  min-height: 48px;
}

#s-d065812d-d1c7-4f8b-90e0-dec04a81cc82 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-d065812d-d1c7-4f8b-90e0-dec04a81cc82 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d065812d-d1c7-4f8b-90e0-dec04a81cc82 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-d065812d-d1c7-4f8b-90e0-dec04a81cc82 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-d065812d-d1c7-4f8b-90e0-dec04a81cc82 td.shogun-table-column, #s-d065812d-d1c7-4f8b-90e0-dec04a81cc82 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image {
  box-sizing: border-box;
}



.s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container {
      position: relative;
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image {
  box-sizing: border-box;
}



.s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container {
      position: relative;
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image {
  box-sizing: border-box;
}



.s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container {
      position: relative;
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image {
  box-sizing: border-box;
}



.s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container {
      position: relative;
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-b5ecf210-b997-4f33-8900-da32fe0bdd91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image {
  box-sizing: border-box;
}



.s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container {
      position: relative;
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5ecf210-b997-4f33-8900-da32fe0bdd91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ad2880f-816a-41f6-9e0a-0c359730a300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image {
  box-sizing: border-box;
}



.s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container {
      position: relative;
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ad2880f-816a-41f6-9e0a-0c359730a300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image {
  box-sizing: border-box;
}



.s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container {
      position: relative;
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ad2880f-816a-41f6-9e0a-0c359730a300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image {
  box-sizing: border-box;
}



.s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container {
      position: relative;
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ad2880f-816a-41f6-9e0a-0c359730a300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image {
  box-sizing: border-box;
}



.s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container {
      position: relative;
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1ad2880f-816a-41f6-9e0a-0c359730a300 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ad2880f-816a-41f6-9e0a-0c359730a300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image {
  box-sizing: border-box;
}



.s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ad2880f-816a-41f6-9e0a-0c359730a300 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container {
      position: relative;
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ad2880f-816a-41f6-9e0a-0c359730a300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-3ececbad-3091-4036-acab-dea5ba637940 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3ececbad-3091-4036-acab-dea5ba637940 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ececbad-3091-4036-acab-dea5ba637940-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ececbad-3091-4036-acab-dea5ba637940 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ececbad-3091-4036-acab-dea5ba637940 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ececbad-3091-4036-acab-dea5ba637940 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ececbad-3091-4036-acab-dea5ba637940 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ececbad-3091-4036-acab-dea5ba637940 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-3ececbad-3091-4036-acab-dea5ba637940 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ececbad-3091-4036-acab-dea5ba637940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image {
  box-sizing: border-box;
}



.s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ececbad-3091-4036-acab-dea5ba637940 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container {
      position: relative;
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-3ececbad-3091-4036-acab-dea5ba637940 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ececbad-3091-4036-acab-dea5ba637940-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ececbad-3091-4036-acab-dea5ba637940 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ececbad-3091-4036-acab-dea5ba637940 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ececbad-3091-4036-acab-dea5ba637940 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ececbad-3091-4036-acab-dea5ba637940 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ececbad-3091-4036-acab-dea5ba637940 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-3ececbad-3091-4036-acab-dea5ba637940 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ececbad-3091-4036-acab-dea5ba637940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image {
  box-sizing: border-box;
}



.s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ececbad-3091-4036-acab-dea5ba637940 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container {
      position: relative;
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3ececbad-3091-4036-acab-dea5ba637940 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ececbad-3091-4036-acab-dea5ba637940-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ececbad-3091-4036-acab-dea5ba637940 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ececbad-3091-4036-acab-dea5ba637940 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ececbad-3091-4036-acab-dea5ba637940 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ececbad-3091-4036-acab-dea5ba637940 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ececbad-3091-4036-acab-dea5ba637940 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-3ececbad-3091-4036-acab-dea5ba637940 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ececbad-3091-4036-acab-dea5ba637940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image {
  box-sizing: border-box;
}



.s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ececbad-3091-4036-acab-dea5ba637940 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container {
      position: relative;
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3ececbad-3091-4036-acab-dea5ba637940 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ececbad-3091-4036-acab-dea5ba637940-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ececbad-3091-4036-acab-dea5ba637940 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ececbad-3091-4036-acab-dea5ba637940 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ececbad-3091-4036-acab-dea5ba637940 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ececbad-3091-4036-acab-dea5ba637940 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ececbad-3091-4036-acab-dea5ba637940 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-3ececbad-3091-4036-acab-dea5ba637940 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ececbad-3091-4036-acab-dea5ba637940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image {
  box-sizing: border-box;
}



.s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ececbad-3091-4036-acab-dea5ba637940 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container {
      position: relative;
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-3ececbad-3091-4036-acab-dea5ba637940 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ececbad-3091-4036-acab-dea5ba637940-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ececbad-3091-4036-acab-dea5ba637940 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ececbad-3091-4036-acab-dea5ba637940 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ececbad-3091-4036-acab-dea5ba637940 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ececbad-3091-4036-acab-dea5ba637940 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ececbad-3091-4036-acab-dea5ba637940 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-3ececbad-3091-4036-acab-dea5ba637940 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ececbad-3091-4036-acab-dea5ba637940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image {
  box-sizing: border-box;
}



.s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ececbad-3091-4036-acab-dea5ba637940 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container {
      position: relative;
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ececbad-3091-4036-acab-dea5ba637940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-0b96bcd7-b9b5-41e8-b0ff-c5abd94f0721 {
  margin-top: 32px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b96bcd7-b9b5-41e8-b0ff-c5abd94f0721 {
  margin-top: 28px;
}
}@media (max-width: 767px){#s-0b96bcd7-b9b5-41e8-b0ff-c5abd94f0721 {
  margin-top: 28px;
}
}
#s-0b96bcd7-b9b5-41e8-b0ff-c5abd94f0721 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f558dad8-afa7-4459-9887-cca71cf48b24 {
  min-height: 50px;
}








#s-f558dad8-afa7-4459-9887-cca71cf48b24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f558dad8-afa7-4459-9887-cca71cf48b24.shg-box.shg-c {
  justify-content: center;
}

#s-a6c90442-5f2f-4f03-a7ca-5b9ca03b173b {
  text-align: left;
}



.shg-c#s-a6c90442-5f2f-4f03-a7ca-5b9ca03b173b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6c90442-5f2f-4f03-a7ca-5b9ca03b173b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a6c90442-5f2f-4f03-a7ca-5b9ca03b173b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6c90442-5f2f-4f03-a7ca-5b9ca03b173b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a6c90442-5f2f-4f03-a7ca-5b9ca03b173b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6c90442-5f2f-4f03-a7ca-5b9ca03b173b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a6c90442-5f2f-4f03-a7ca-5b9ca03b173b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6c90442-5f2f-4f03-a7ca-5b9ca03b173b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a6c90442-5f2f-4f03-a7ca-5b9ca03b173b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6c90442-5f2f-4f03-a7ca-5b9ca03b173b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5d46884d-7306-4137-80ed-706a0c2e1dad {
  min-height: 48px;
}

#s-5d46884d-7306-4137-80ed-706a0c2e1dad .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-5d46884d-7306-4137-80ed-706a0c2e1dad table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5d46884d-7306-4137-80ed-706a0c2e1dad td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-5d46884d-7306-4137-80ed-706a0c2e1dad td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-5d46884d-7306-4137-80ed-706a0c2e1dad td.shogun-table-column, #s-5d46884d-7306-4137-80ed-706a0c2e1dad td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
  margin: 0 !important;
  overflow: visible;
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
  /* Add background color handling */
  
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shogun-image-content {
  
    justify-content: center;
  
}

.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image {
  box-sizing: border-box;
}



.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container {
      position: relative;
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
  margin: 0 !important;
  overflow: visible;
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
  /* Add background color handling */
  
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shogun-image-content {
  
    justify-content: center;
  
}

.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image {
  box-sizing: border-box;
}



.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container {
      position: relative;
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
  margin: 0 !important;
  overflow: visible;
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
  /* Add background color handling */
  
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shogun-image-content {
  
    justify-content: center;
  
}

.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image {
  box-sizing: border-box;
}



.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container {
      position: relative;
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
  margin: 0 !important;
  overflow: visible;
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
  /* Add background color handling */
  
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shogun-image-content {
  
    justify-content: center;
  
}

.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image {
  box-sizing: border-box;
}



.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container {
      position: relative;
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
  margin: 0 !important;
  overflow: visible;
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
  /* Add background color handling */
  
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c .shogun-image-content {
  
    justify-content: center;
  
}

.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image {
  box-sizing: border-box;
}



.s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container {
      position: relative;
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10ef0fcc-4004-45bc-bcdc-63207e4ce52c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
  margin: 0 !important;
  overflow: visible;
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
  /* Add background color handling */
  
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image {
  box-sizing: border-box;
}



.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container {
      position: relative;
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
  margin: 0 !important;
  overflow: visible;
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
  /* Add background color handling */
  
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image {
  box-sizing: border-box;
}



.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container {
      position: relative;
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
  margin: 0 !important;
  overflow: visible;
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
  /* Add background color handling */
  
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image {
  box-sizing: border-box;
}



.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container {
      position: relative;
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
  margin: 0 !important;
  overflow: visible;
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
  /* Add background color handling */
  
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image {
  box-sizing: border-box;
}



.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container {
      position: relative;
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
  margin: 0 !important;
  overflow: visible;
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
  /* Add background color handling */
  
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image {
  box-sizing: border-box;
}



.s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container {
      position: relative;
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-510ef6b9-031d-4aba-91d7-bab3ed14ab5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-3496e230-6691-4cab-826b-af5dc1ed2019 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019 {
  margin: 0 !important;
  overflow: visible;
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3496e230-6691-4cab-826b-af5dc1ed2019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3496e230-6691-4cab-826b-af5dc1ed2019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
  /* Add background color handling */
  
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3496e230-6691-4cab-826b-af5dc1ed2019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3496e230-6691-4cab-826b-af5dc1ed2019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3496e230-6691-4cab-826b-af5dc1ed2019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-3496e230-6691-4cab-826b-af5dc1ed2019 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3496e230-6691-4cab-826b-af5dc1ed2019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image {
  box-sizing: border-box;
}



.s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3496e230-6691-4cab-826b-af5dc1ed2019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container {
      position: relative;
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-3496e230-6691-4cab-826b-af5dc1ed2019 {
  margin: 0 !important;
  overflow: visible;
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3496e230-6691-4cab-826b-af5dc1ed2019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3496e230-6691-4cab-826b-af5dc1ed2019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
  /* Add background color handling */
  
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3496e230-6691-4cab-826b-af5dc1ed2019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3496e230-6691-4cab-826b-af5dc1ed2019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3496e230-6691-4cab-826b-af5dc1ed2019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-3496e230-6691-4cab-826b-af5dc1ed2019 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3496e230-6691-4cab-826b-af5dc1ed2019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image {
  box-sizing: border-box;
}



.s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3496e230-6691-4cab-826b-af5dc1ed2019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container {
      position: relative;
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3496e230-6691-4cab-826b-af5dc1ed2019 {
  margin: 0 !important;
  overflow: visible;
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3496e230-6691-4cab-826b-af5dc1ed2019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3496e230-6691-4cab-826b-af5dc1ed2019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
  /* Add background color handling */
  
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3496e230-6691-4cab-826b-af5dc1ed2019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3496e230-6691-4cab-826b-af5dc1ed2019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3496e230-6691-4cab-826b-af5dc1ed2019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-3496e230-6691-4cab-826b-af5dc1ed2019 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3496e230-6691-4cab-826b-af5dc1ed2019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image {
  box-sizing: border-box;
}



.s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3496e230-6691-4cab-826b-af5dc1ed2019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container {
      position: relative;
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3496e230-6691-4cab-826b-af5dc1ed2019 {
  margin: 0 !important;
  overflow: visible;
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3496e230-6691-4cab-826b-af5dc1ed2019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3496e230-6691-4cab-826b-af5dc1ed2019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
  /* Add background color handling */
  
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3496e230-6691-4cab-826b-af5dc1ed2019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3496e230-6691-4cab-826b-af5dc1ed2019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3496e230-6691-4cab-826b-af5dc1ed2019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-3496e230-6691-4cab-826b-af5dc1ed2019 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3496e230-6691-4cab-826b-af5dc1ed2019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image {
  box-sizing: border-box;
}



.s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3496e230-6691-4cab-826b-af5dc1ed2019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container {
      position: relative;
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-3496e230-6691-4cab-826b-af5dc1ed2019 {
  margin: 0 !important;
  overflow: visible;
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3496e230-6691-4cab-826b-af5dc1ed2019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3496e230-6691-4cab-826b-af5dc1ed2019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
  /* Add background color handling */
  
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3496e230-6691-4cab-826b-af5dc1ed2019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3496e230-6691-4cab-826b-af5dc1ed2019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3496e230-6691-4cab-826b-af5dc1ed2019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-3496e230-6691-4cab-826b-af5dc1ed2019 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3496e230-6691-4cab-826b-af5dc1ed2019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image {
  box-sizing: border-box;
}



.s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3496e230-6691-4cab-826b-af5dc1ed2019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container {
      position: relative;
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3496e230-6691-4cab-826b-af5dc1ed2019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-25f0a986-3bb1-4bb0-970d-27480c21982a {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a {
  margin: 0 !important;
  overflow: visible;
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25f0a986-3bb1-4bb0-970d-27480c21982a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25f0a986-3bb1-4bb0-970d-27480c21982a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
  /* Add background color handling */
  
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25f0a986-3bb1-4bb0-970d-27480c21982a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25f0a986-3bb1-4bb0-970d-27480c21982a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25f0a986-3bb1-4bb0-970d-27480c21982a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-25f0a986-3bb1-4bb0-970d-27480c21982a .shogun-image-content {
  
    justify-content: center;
  
}

.s-25f0a986-3bb1-4bb0-970d-27480c21982a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image {
  box-sizing: border-box;
}



.s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-25f0a986-3bb1-4bb0-970d-27480c21982a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container {
      position: relative;
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-25f0a986-3bb1-4bb0-970d-27480c21982a {
  margin: 0 !important;
  overflow: visible;
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25f0a986-3bb1-4bb0-970d-27480c21982a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25f0a986-3bb1-4bb0-970d-27480c21982a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
  /* Add background color handling */
  
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25f0a986-3bb1-4bb0-970d-27480c21982a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25f0a986-3bb1-4bb0-970d-27480c21982a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25f0a986-3bb1-4bb0-970d-27480c21982a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-25f0a986-3bb1-4bb0-970d-27480c21982a .shogun-image-content {
  
    justify-content: center;
  
}

.s-25f0a986-3bb1-4bb0-970d-27480c21982a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image {
  box-sizing: border-box;
}



.s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-25f0a986-3bb1-4bb0-970d-27480c21982a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container {
      position: relative;
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-25f0a986-3bb1-4bb0-970d-27480c21982a {
  margin: 0 !important;
  overflow: visible;
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25f0a986-3bb1-4bb0-970d-27480c21982a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25f0a986-3bb1-4bb0-970d-27480c21982a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
  /* Add background color handling */
  
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25f0a986-3bb1-4bb0-970d-27480c21982a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25f0a986-3bb1-4bb0-970d-27480c21982a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25f0a986-3bb1-4bb0-970d-27480c21982a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-25f0a986-3bb1-4bb0-970d-27480c21982a .shogun-image-content {
  
    justify-content: center;
  
}

.s-25f0a986-3bb1-4bb0-970d-27480c21982a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image {
  box-sizing: border-box;
}



.s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-25f0a986-3bb1-4bb0-970d-27480c21982a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container {
      position: relative;
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-25f0a986-3bb1-4bb0-970d-27480c21982a {
  margin: 0 !important;
  overflow: visible;
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25f0a986-3bb1-4bb0-970d-27480c21982a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25f0a986-3bb1-4bb0-970d-27480c21982a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
  /* Add background color handling */
  
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25f0a986-3bb1-4bb0-970d-27480c21982a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25f0a986-3bb1-4bb0-970d-27480c21982a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25f0a986-3bb1-4bb0-970d-27480c21982a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-25f0a986-3bb1-4bb0-970d-27480c21982a .shogun-image-content {
  
    justify-content: center;
  
}

.s-25f0a986-3bb1-4bb0-970d-27480c21982a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image {
  box-sizing: border-box;
}



.s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-25f0a986-3bb1-4bb0-970d-27480c21982a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container {
      position: relative;
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-25f0a986-3bb1-4bb0-970d-27480c21982a {
  margin: 0 !important;
  overflow: visible;
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25f0a986-3bb1-4bb0-970d-27480c21982a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25f0a986-3bb1-4bb0-970d-27480c21982a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
  /* Add background color handling */
  
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25f0a986-3bb1-4bb0-970d-27480c21982a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25f0a986-3bb1-4bb0-970d-27480c21982a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25f0a986-3bb1-4bb0-970d-27480c21982a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-25f0a986-3bb1-4bb0-970d-27480c21982a .shogun-image-content {
  
    justify-content: center;
  
}

.s-25f0a986-3bb1-4bb0-970d-27480c21982a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image {
  box-sizing: border-box;
}



.s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-25f0a986-3bb1-4bb0-970d-27480c21982a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container {
      position: relative;
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25f0a986-3bb1-4bb0-970d-27480c21982a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-1c85a707-05d9-43ad-983c-cb479d3888bb {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb {
  margin: 0 !important;
  overflow: visible;
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c85a707-05d9-43ad-983c-cb479d3888bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c85a707-05d9-43ad-983c-cb479d3888bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
  /* Add background color handling */
  
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c85a707-05d9-43ad-983c-cb479d3888bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c85a707-05d9-43ad-983c-cb479d3888bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c85a707-05d9-43ad-983c-cb479d3888bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1c85a707-05d9-43ad-983c-cb479d3888bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c85a707-05d9-43ad-983c-cb479d3888bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image {
  box-sizing: border-box;
}



.s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c85a707-05d9-43ad-983c-cb479d3888bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container {
      position: relative;
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-1c85a707-05d9-43ad-983c-cb479d3888bb {
  margin: 0 !important;
  overflow: visible;
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c85a707-05d9-43ad-983c-cb479d3888bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c85a707-05d9-43ad-983c-cb479d3888bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
  /* Add background color handling */
  
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c85a707-05d9-43ad-983c-cb479d3888bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c85a707-05d9-43ad-983c-cb479d3888bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c85a707-05d9-43ad-983c-cb479d3888bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1c85a707-05d9-43ad-983c-cb479d3888bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c85a707-05d9-43ad-983c-cb479d3888bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image {
  box-sizing: border-box;
}



.s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c85a707-05d9-43ad-983c-cb479d3888bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container {
      position: relative;
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1c85a707-05d9-43ad-983c-cb479d3888bb {
  margin: 0 !important;
  overflow: visible;
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c85a707-05d9-43ad-983c-cb479d3888bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c85a707-05d9-43ad-983c-cb479d3888bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
  /* Add background color handling */
  
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c85a707-05d9-43ad-983c-cb479d3888bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c85a707-05d9-43ad-983c-cb479d3888bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c85a707-05d9-43ad-983c-cb479d3888bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1c85a707-05d9-43ad-983c-cb479d3888bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c85a707-05d9-43ad-983c-cb479d3888bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image {
  box-sizing: border-box;
}



.s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c85a707-05d9-43ad-983c-cb479d3888bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container {
      position: relative;
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1c85a707-05d9-43ad-983c-cb479d3888bb {
  margin: 0 !important;
  overflow: visible;
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c85a707-05d9-43ad-983c-cb479d3888bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c85a707-05d9-43ad-983c-cb479d3888bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
  /* Add background color handling */
  
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c85a707-05d9-43ad-983c-cb479d3888bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c85a707-05d9-43ad-983c-cb479d3888bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c85a707-05d9-43ad-983c-cb479d3888bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1c85a707-05d9-43ad-983c-cb479d3888bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c85a707-05d9-43ad-983c-cb479d3888bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image {
  box-sizing: border-box;
}



.s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c85a707-05d9-43ad-983c-cb479d3888bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container {
      position: relative;
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-1c85a707-05d9-43ad-983c-cb479d3888bb {
  margin: 0 !important;
  overflow: visible;
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c85a707-05d9-43ad-983c-cb479d3888bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c85a707-05d9-43ad-983c-cb479d3888bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
  /* Add background color handling */
  
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c85a707-05d9-43ad-983c-cb479d3888bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c85a707-05d9-43ad-983c-cb479d3888bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c85a707-05d9-43ad-983c-cb479d3888bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1c85a707-05d9-43ad-983c-cb479d3888bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c85a707-05d9-43ad-983c-cb479d3888bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image {
  box-sizing: border-box;
}



.s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c85a707-05d9-43ad-983c-cb479d3888bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container {
      position: relative;
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c85a707-05d9-43ad-983c-cb479d3888bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-7caee390-9bd4-464d-8318-1b63de8b6338 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338 {
  margin: 0 !important;
  overflow: visible;
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7caee390-9bd4-464d-8318-1b63de8b6338 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7caee390-9bd4-464d-8318-1b63de8b6338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
  /* Add background color handling */
  
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7caee390-9bd4-464d-8318-1b63de8b6338 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7caee390-9bd4-464d-8318-1b63de8b6338 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7caee390-9bd4-464d-8318-1b63de8b6338 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-7caee390-9bd4-464d-8318-1b63de8b6338 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7caee390-9bd4-464d-8318-1b63de8b6338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image {
  box-sizing: border-box;
}



.s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7caee390-9bd4-464d-8318-1b63de8b6338 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container {
      position: relative;
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-7caee390-9bd4-464d-8318-1b63de8b6338 {
  margin: 0 !important;
  overflow: visible;
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7caee390-9bd4-464d-8318-1b63de8b6338 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7caee390-9bd4-464d-8318-1b63de8b6338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
  /* Add background color handling */
  
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7caee390-9bd4-464d-8318-1b63de8b6338 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7caee390-9bd4-464d-8318-1b63de8b6338 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7caee390-9bd4-464d-8318-1b63de8b6338 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-7caee390-9bd4-464d-8318-1b63de8b6338 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7caee390-9bd4-464d-8318-1b63de8b6338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image {
  box-sizing: border-box;
}



.s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7caee390-9bd4-464d-8318-1b63de8b6338 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container {
      position: relative;
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7caee390-9bd4-464d-8318-1b63de8b6338 {
  margin: 0 !important;
  overflow: visible;
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7caee390-9bd4-464d-8318-1b63de8b6338 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7caee390-9bd4-464d-8318-1b63de8b6338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
  /* Add background color handling */
  
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7caee390-9bd4-464d-8318-1b63de8b6338 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7caee390-9bd4-464d-8318-1b63de8b6338 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7caee390-9bd4-464d-8318-1b63de8b6338 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-7caee390-9bd4-464d-8318-1b63de8b6338 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7caee390-9bd4-464d-8318-1b63de8b6338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image {
  box-sizing: border-box;
}



.s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7caee390-9bd4-464d-8318-1b63de8b6338 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container {
      position: relative;
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7caee390-9bd4-464d-8318-1b63de8b6338 {
  margin: 0 !important;
  overflow: visible;
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7caee390-9bd4-464d-8318-1b63de8b6338 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7caee390-9bd4-464d-8318-1b63de8b6338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
  /* Add background color handling */
  
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7caee390-9bd4-464d-8318-1b63de8b6338 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7caee390-9bd4-464d-8318-1b63de8b6338 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7caee390-9bd4-464d-8318-1b63de8b6338 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-7caee390-9bd4-464d-8318-1b63de8b6338 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7caee390-9bd4-464d-8318-1b63de8b6338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image {
  box-sizing: border-box;
}



.s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7caee390-9bd4-464d-8318-1b63de8b6338 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container {
      position: relative;
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-7caee390-9bd4-464d-8318-1b63de8b6338 {
  margin: 0 !important;
  overflow: visible;
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7caee390-9bd4-464d-8318-1b63de8b6338 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7caee390-9bd4-464d-8318-1b63de8b6338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
  /* Add background color handling */
  
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7caee390-9bd4-464d-8318-1b63de8b6338 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7caee390-9bd4-464d-8318-1b63de8b6338 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7caee390-9bd4-464d-8318-1b63de8b6338 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-7caee390-9bd4-464d-8318-1b63de8b6338 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7caee390-9bd4-464d-8318-1b63de8b6338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image {
  box-sizing: border-box;
}



.s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7caee390-9bd4-464d-8318-1b63de8b6338 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container {
      position: relative;
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7caee390-9bd4-464d-8318-1b63de8b6338 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
  margin: 0 !important;
  overflow: visible;
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
  /* Add background color handling */
  
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2271ca1a-eaf6-4528-aa62-f35413c61633.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image {
  box-sizing: border-box;
}



.s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container {
      position: relative;
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
  margin: 0 !important;
  overflow: visible;
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
  /* Add background color handling */
  
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2271ca1a-eaf6-4528-aa62-f35413c61633.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image {
  box-sizing: border-box;
}



.s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container {
      position: relative;
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
  margin: 0 !important;
  overflow: visible;
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
  /* Add background color handling */
  
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2271ca1a-eaf6-4528-aa62-f35413c61633.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image {
  box-sizing: border-box;
}



.s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container {
      position: relative;
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
  margin: 0 !important;
  overflow: visible;
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
  /* Add background color handling */
  
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2271ca1a-eaf6-4528-aa62-f35413c61633.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image {
  box-sizing: border-box;
}



.s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container {
      position: relative;
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
  margin: 0 !important;
  overflow: visible;
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
  /* Add background color handling */
  
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-2271ca1a-eaf6-4528-aa62-f35413c61633 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2271ca1a-eaf6-4528-aa62-f35413c61633.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image {
  box-sizing: border-box;
}



.s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2271ca1a-eaf6-4528-aa62-f35413c61633 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container {
      position: relative;
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2271ca1a-eaf6-4528-aa62-f35413c61633 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image {
  box-sizing: border-box;
}



.s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container {
      position: relative;
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image {
  box-sizing: border-box;
}



.s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container {
      position: relative;
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image {
  box-sizing: border-box;
}



.s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container {
      position: relative;
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image {
  box-sizing: border-box;
}



.s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container {
      position: relative;
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1ce5d633-13ff-43fc-a111-3d942f98bb73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image {
  box-sizing: border-box;
}



.s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container {
      position: relative;
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ce5d633-13ff-43fc-a111-3d942f98bb73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-c72bc7d2-8d3e-4619-bbdc-6964ac3c6db7 {
  margin-top: 32px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c72bc7d2-8d3e-4619-bbdc-6964ac3c6db7 {
  margin-top: 28px;
}
}@media (max-width: 767px){#s-c72bc7d2-8d3e-4619-bbdc-6964ac3c6db7 {
  margin-top: 28px;
}
}
#s-c72bc7d2-8d3e-4619-bbdc-6964ac3c6db7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-5fa6a28b-fe8c-4ae3-aa79-3dfd2e0675a1 {
  min-height: 50px;
}








#s-5fa6a28b-fe8c-4ae3-aa79-3dfd2e0675a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5fa6a28b-fe8c-4ae3-aa79-3dfd2e0675a1.shg-box.shg-c {
  justify-content: center;
}

#s-27bccdaf-244a-4ba4-8800-4654b1d56eeb {
  text-align: left;
}



.shg-c#s-27bccdaf-244a-4ba4-8800-4654b1d56eeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27bccdaf-244a-4ba4-8800-4654b1d56eeb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-27bccdaf-244a-4ba4-8800-4654b1d56eeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27bccdaf-244a-4ba4-8800-4654b1d56eeb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-27bccdaf-244a-4ba4-8800-4654b1d56eeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27bccdaf-244a-4ba4-8800-4654b1d56eeb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-27bccdaf-244a-4ba4-8800-4654b1d56eeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27bccdaf-244a-4ba4-8800-4654b1d56eeb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-27bccdaf-244a-4ba4-8800-4654b1d56eeb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27bccdaf-244a-4ba4-8800-4654b1d56eeb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2448d468-588c-449f-8e71-387d41ab7284 {
  min-height: 48px;
}

#s-2448d468-588c-449f-8e71-387d41ab7284 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-2448d468-588c-449f-8e71-387d41ab7284 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2448d468-588c-449f-8e71-387d41ab7284 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-2448d468-588c-449f-8e71-387d41ab7284 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-2448d468-588c-449f-8e71-387d41ab7284 td.shogun-table-column, #s-2448d468-588c-449f-8e71-387d41ab7284 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image {
  box-sizing: border-box;
}



.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container {
      position: relative;
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image {
  box-sizing: border-box;
}



.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container {
      position: relative;
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image {
  box-sizing: border-box;
}



.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container {
      position: relative;
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image {
  box-sizing: border-box;
}



.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container {
      position: relative;
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image {
  box-sizing: border-box;
}



.s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container {
      position: relative;
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e5d13ea-450b-4db3-ae48-983e34aa80e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image {
  box-sizing: border-box;
}



.s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container {
      position: relative;
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image {
  box-sizing: border-box;
}



.s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container {
      position: relative;
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image {
  box-sizing: border-box;
}



.s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container {
      position: relative;
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image {
  box-sizing: border-box;
}



.s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container {
      position: relative;
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-9ff124dc-676a-4b27-808c-e34c878ebbb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image {
  box-sizing: border-box;
}



.s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container {
      position: relative;
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ff124dc-676a-4b27-808c-e34c878ebbb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
  margin: 0 !important;
  overflow: visible;
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
  /* Add background color handling */
  
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shogun-image-content {
  
    justify-content: center;
  
}

.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image {
  box-sizing: border-box;
}



.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container {
      position: relative;
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
  margin: 0 !important;
  overflow: visible;
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
  /* Add background color handling */
  
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shogun-image-content {
  
    justify-content: center;
  
}

.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image {
  box-sizing: border-box;
}



.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container {
      position: relative;
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
  margin: 0 !important;
  overflow: visible;
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
  /* Add background color handling */
  
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shogun-image-content {
  
    justify-content: center;
  
}

.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image {
  box-sizing: border-box;
}



.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container {
      position: relative;
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
  margin: 0 !important;
  overflow: visible;
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
  /* Add background color handling */
  
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shogun-image-content {
  
    justify-content: center;
  
}

.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image {
  box-sizing: border-box;
}



.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container {
      position: relative;
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
  margin: 0 !important;
  overflow: visible;
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
  /* Add background color handling */
  
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf .shogun-image-content {
  
    justify-content: center;
  
}

.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image {
  box-sizing: border-box;
}



.s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container {
      position: relative;
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57e51e85-3e15-4d3f-9d05-3674ce97fddf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
  margin: 0 !important;
  overflow: visible;
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
  /* Add background color handling */
  
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image {
  box-sizing: border-box;
}



.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container {
      position: relative;
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
  margin: 0 !important;
  overflow: visible;
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
  /* Add background color handling */
  
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image {
  box-sizing: border-box;
}



.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container {
      position: relative;
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
  margin: 0 !important;
  overflow: visible;
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
  /* Add background color handling */
  
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image {
  box-sizing: border-box;
}



.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container {
      position: relative;
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
  margin: 0 !important;
  overflow: visible;
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
  /* Add background color handling */
  
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image {
  box-sizing: border-box;
}



.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container {
      position: relative;
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
  margin: 0 !important;
  overflow: visible;
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
  /* Add background color handling */
  
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image {
  box-sizing: border-box;
}



.s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container {
      position: relative;
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8aa9d7dd-5fea-40a8-b310-8fd492c714eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
  margin: 0 !important;
  overflow: visible;
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
  /* Add background color handling */
  
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image {
  box-sizing: border-box;
}



.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container {
      position: relative;
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
  margin: 0 !important;
  overflow: visible;
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
  /* Add background color handling */
  
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image {
  box-sizing: border-box;
}



.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container {
      position: relative;
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
  margin: 0 !important;
  overflow: visible;
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
  /* Add background color handling */
  
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image {
  box-sizing: border-box;
}



.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container {
      position: relative;
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
  margin: 0 !important;
  overflow: visible;
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
  /* Add background color handling */
  
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image {
  box-sizing: border-box;
}



.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container {
      position: relative;
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
  margin: 0 !important;
  overflow: visible;
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
  /* Add background color handling */
  
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image {
  box-sizing: border-box;
}



.s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container {
      position: relative;
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37a1e13a-56aa-48d4-8cb5-41df38aa5aa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image {
  box-sizing: border-box;
}



.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container {
      position: relative;
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image {
  box-sizing: border-box;
}



.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container {
      position: relative;
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image {
  box-sizing: border-box;
}



.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container {
      position: relative;
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image {
  box-sizing: border-box;
}



.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container {
      position: relative;
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image {
  box-sizing: border-box;
}



.s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container {
      position: relative;
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5657d6d9-79d6-4063-ade7-ce9c3b21e1c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image {
  box-sizing: border-box;
}



.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container {
      position: relative;
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image {
  box-sizing: border-box;
}



.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container {
      position: relative;
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image {
  box-sizing: border-box;
}



.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container {
      position: relative;
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image {
  box-sizing: border-box;
}



.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container {
      position: relative;
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image {
  box-sizing: border-box;
}



.s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container {
      position: relative;
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd5de37b-7827-4984-a8ad-4cac4a8cb8f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image {
  box-sizing: border-box;
}



.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container {
      position: relative;
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image {
  box-sizing: border-box;
}



.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container {
      position: relative;
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image {
  box-sizing: border-box;
}



.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container {
      position: relative;
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image {
  box-sizing: border-box;
}



.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container {
      position: relative;
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
  margin: 0 !important;
  overflow: visible;
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
  /* Add background color handling */
  
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image {
  box-sizing: border-box;
}



.s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container {
      position: relative;
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cc99c10-55c4-45ec-a2a1-f12e903f6436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
  margin: 0 !important;
  overflow: visible;
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
  /* Add background color handling */
  
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image {
  box-sizing: border-box;
}



.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container {
      position: relative;
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
  margin: 0 !important;
  overflow: visible;
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
  /* Add background color handling */
  
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image {
  box-sizing: border-box;
}



.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container {
      position: relative;
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
  margin: 0 !important;
  overflow: visible;
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
  /* Add background color handling */
  
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image {
  box-sizing: border-box;
}



.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container {
      position: relative;
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
  margin: 0 !important;
  overflow: visible;
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
  /* Add background color handling */
  
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image {
  box-sizing: border-box;
}



.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container {
      position: relative;
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
  margin: 0 !important;
  overflow: visible;
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
  /* Add background color handling */
  
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image {
  box-sizing: border-box;
}



.s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container {
      position: relative;
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b3c2322-ee12-4dc2-8afa-482d06f2e52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-9601c065-c65a-4073-8074-33698164c7b7 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9601c065-c65a-4073-8074-33698164c7b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9601c065-c65a-4073-8074-33698164c7b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9601c065-c65a-4073-8074-33698164c7b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9601c065-c65a-4073-8074-33698164c7b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9601c065-c65a-4073-8074-33698164c7b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9601c065-c65a-4073-8074-33698164c7b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9601c065-c65a-4073-8074-33698164c7b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-9601c065-c65a-4073-8074-33698164c7b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9601c065-c65a-4073-8074-33698164c7b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image {
  box-sizing: border-box;
}



.s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9601c065-c65a-4073-8074-33698164c7b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container {
      position: relative;
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-9601c065-c65a-4073-8074-33698164c7b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9601c065-c65a-4073-8074-33698164c7b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9601c065-c65a-4073-8074-33698164c7b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9601c065-c65a-4073-8074-33698164c7b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9601c065-c65a-4073-8074-33698164c7b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9601c065-c65a-4073-8074-33698164c7b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9601c065-c65a-4073-8074-33698164c7b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-9601c065-c65a-4073-8074-33698164c7b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9601c065-c65a-4073-8074-33698164c7b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image {
  box-sizing: border-box;
}



.s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9601c065-c65a-4073-8074-33698164c7b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container {
      position: relative;
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9601c065-c65a-4073-8074-33698164c7b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9601c065-c65a-4073-8074-33698164c7b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9601c065-c65a-4073-8074-33698164c7b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9601c065-c65a-4073-8074-33698164c7b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9601c065-c65a-4073-8074-33698164c7b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9601c065-c65a-4073-8074-33698164c7b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9601c065-c65a-4073-8074-33698164c7b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-9601c065-c65a-4073-8074-33698164c7b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9601c065-c65a-4073-8074-33698164c7b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image {
  box-sizing: border-box;
}



.s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9601c065-c65a-4073-8074-33698164c7b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container {
      position: relative;
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9601c065-c65a-4073-8074-33698164c7b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9601c065-c65a-4073-8074-33698164c7b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9601c065-c65a-4073-8074-33698164c7b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9601c065-c65a-4073-8074-33698164c7b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9601c065-c65a-4073-8074-33698164c7b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9601c065-c65a-4073-8074-33698164c7b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9601c065-c65a-4073-8074-33698164c7b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-9601c065-c65a-4073-8074-33698164c7b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9601c065-c65a-4073-8074-33698164c7b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image {
  box-sizing: border-box;
}



.s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9601c065-c65a-4073-8074-33698164c7b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container {
      position: relative;
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-9601c065-c65a-4073-8074-33698164c7b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9601c065-c65a-4073-8074-33698164c7b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9601c065-c65a-4073-8074-33698164c7b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9601c065-c65a-4073-8074-33698164c7b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9601c065-c65a-4073-8074-33698164c7b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9601c065-c65a-4073-8074-33698164c7b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9601c065-c65a-4073-8074-33698164c7b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-9601c065-c65a-4073-8074-33698164c7b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9601c065-c65a-4073-8074-33698164c7b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image {
  box-sizing: border-box;
}



.s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9601c065-c65a-4073-8074-33698164c7b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container {
      position: relative;
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9601c065-c65a-4073-8074-33698164c7b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
  margin: 0 !important;
  overflow: visible;
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
  /* Add background color handling */
  
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image {
  box-sizing: border-box;
}



.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container {
      position: relative;
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
  margin: 0 !important;
  overflow: visible;
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
  /* Add background color handling */
  
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image {
  box-sizing: border-box;
}



.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container {
      position: relative;
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
  margin: 0 !important;
  overflow: visible;
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
  /* Add background color handling */
  
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image {
  box-sizing: border-box;
}



.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container {
      position: relative;
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
  margin: 0 !important;
  overflow: visible;
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
  /* Add background color handling */
  
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image {
  box-sizing: border-box;
}



.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container {
      position: relative;
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
  margin: 0 !important;
  overflow: visible;
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
  /* Add background color handling */
  
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image {
  box-sizing: border-box;
}



.s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container {
      position: relative;
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-789d8b0d-a9bf-47e4-b1c2-1ec42e734a7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-ccf3ef63-bcee-4e5f-ac75-e58d68c4f8a9 {
  margin-top: 32px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ccf3ef63-bcee-4e5f-ac75-e58d68c4f8a9 {
  margin-top: 28px;
}
}@media (max-width: 767px){#s-ccf3ef63-bcee-4e5f-ac75-e58d68c4f8a9 {
  margin-top: 28px;
}
}
#s-ccf3ef63-bcee-4e5f-ac75-e58d68c4f8a9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-aa890940-b601-4d19-878c-7c42ece7a866 {
  margin-bottom: 63px;
min-height: 0px;
}
@media (max-width: 767px){#s-aa890940-b601-4d19-878c-7c42ece7a866 {
  margin-bottom: 40px;
}
}







#s-aa890940-b601-4d19-878c-7c42ece7a866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa890940-b601-4d19-878c-7c42ece7a866.shg-box.shg-c {
  justify-content: center;
}

#s-3af9137a-b63b-4439-97b0-f1d02c9c73e9 {
  min-height: 0px;
}








#s-3af9137a-b63b-4439-97b0-f1d02c9c73e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3af9137a-b63b-4439-97b0-f1d02c9c73e9.shg-box.shg-c {
  justify-content: center;
}

#s-d903f6cb-12db-4efb-bcbd-92e101bea702 {
  margin-bottom: 47px;
min-height: 50px;
}
@media (max-width: 767px){#s-d903f6cb-12db-4efb-bcbd-92e101bea702 {
  margin-bottom: 44px;
}
}







#s-d903f6cb-12db-4efb-bcbd-92e101bea702 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d903f6cb-12db-4efb-bcbd-92e101bea702.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b98e93f4-60fc-4fa2-aafd-feb6b9a549ab {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-b98e93f4-60fc-4fa2-aafd-feb6b9a549ab {
  padding-top: 13px;
padding-left: 13px;
padding-bottom: 13px;
padding-right: 13px;
}
}
#s-b98e93f4-60fc-4fa2-aafd-feb6b9a549ab .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.8em;
  
  
}


@media (max-width: 767px){#s-b98e93f4-60fc-4fa2-aafd-feb6b9a549ab .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 0.8em;
  
  
}


}
#s-f93bff9a-86fe-44ac-96d2-83e549e4412c {
  min-height: 50px;
}








#s-f93bff9a-86fe-44ac-96d2-83e549e4412c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f93bff9a-86fe-44ac-96d2-83e549e4412c.shg-box.shg-c {
  justify-content: center;
}

#s-50d2a5cc-22cc-4f99-b64d-f670aa57c421 {
  min-height: 50px;
}








#s-50d2a5cc-22cc-4f99-b64d-f670aa57c421 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50d2a5cc-22cc-4f99-b64d-f670aa57c421.shg-box.shg-c {
  justify-content: center;
}

#s-5ac3c1ec-e96e-48ed-b970-ff30ec4eccb6 {
  min-height: 50px;
}








#s-5ac3c1ec-e96e-48ed-b970-ff30ec4eccb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ac3c1ec-e96e-48ed-b970-ff30ec4eccb6.shg-box.shg-c {
  justify-content: center;
}

#s-5b23237e-02f8-4a68-8640-addd8cacf3c2 {
  min-height: 50px;
}








#s-5b23237e-02f8-4a68-8640-addd8cacf3c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b23237e-02f8-4a68-8640-addd8cacf3c2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7100bc5f-157a-4d88-8b27-fe16493c316b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7100bc5f-157a-4d88-8b27-fe16493c316b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7100bc5f-157a-4d88-8b27-fe16493c316b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7100bc5f-157a-4d88-8b27-fe16493c316b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7100bc5f-157a-4d88-8b27-fe16493c316b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7100bc5f-157a-4d88-8b27-fe16493c316b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7100bc5f-157a-4d88-8b27-fe16493c316b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-6233c212-9f3a-4cae-9c41-56e0050c1f1f {
  min-height: 50px;
}








#s-6233c212-9f3a-4cae-9c41-56e0050c1f1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6233c212-9f3a-4cae-9c41-56e0050c1f1f.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.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;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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 > div {
  width: 100%;
}

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-13dd50d2-8029-42d5-b22f-853b6e1a9a97 {
  max-width: 576px;
text-align: center;
}

#s-13dd50d2-8029-42d5-b22f-853b6e1a9a97 {
  overflow: hidden;
  
  
      max-width: 576px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-13dd50d2-8029-42d5-b22f-853b6e1a9a97 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-937c0d22-62e5-4439-a18d-442251f6a583"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-937c0d22-62e5-4439-a18d-442251f6a583"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-937c0d22-62e5-4439-a18d-442251f6a583"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-937c0d22-62e5-4439-a18d-442251f6a583"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-937c0d22-62e5-4439-a18d-442251f6a583"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-937c0d22-62e5-4439-a18d-442251f6a583"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-937c0d22-62e5-4439-a18d-442251f6a583"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-18ffd796-62d5-4c6f-bd77-9bcec9415bb0 {
  min-height: 50px;
}








#s-18ffd796-62d5-4c6f-bd77-9bcec9415bb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18ffd796-62d5-4c6f-bd77-9bcec9415bb0.shg-box.shg-c {
  justify-content: center;
}

#s-b296fa87-3af4-4846-ab35-a7d3f1573e8b {
  max-width: 1920px;
text-align: center;
}

#s-b296fa87-3af4-4846-ab35-a7d3f1573e8b {
  overflow: hidden;
  
  
      max-width: 1920px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-b296fa87-3af4-4846-ab35-a7d3f1573e8b .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-e2367f45-f620-4a91-bfa3-0c3bc7f58246"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2367f45-f620-4a91-bfa3-0c3bc7f58246"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e2367f45-f620-4a91-bfa3-0c3bc7f58246"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2367f45-f620-4a91-bfa3-0c3bc7f58246"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e2367f45-f620-4a91-bfa3-0c3bc7f58246"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2367f45-f620-4a91-bfa3-0c3bc7f58246"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e2367f45-f620-4a91-bfa3-0c3bc7f58246"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-72dd8dac-a4a0-4dbc-9b28-7accad7ae241 {
  min-height: 50px;
}








#s-72dd8dac-a4a0-4dbc-9b28-7accad7ae241 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72dd8dac-a4a0-4dbc-9b28-7accad7ae241.shg-box.shg-c {
  justify-content: center;
}

#s-3c221c0a-15a1-4915-9583-9275e05a734c {
  max-width: 960px;
text-align: center;
}

#s-3c221c0a-15a1-4915-9583-9275e05a734c {
  overflow: hidden;
  
  
      max-width: 960px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-3c221c0a-15a1-4915-9583-9275e05a734c .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-165990f8-956e-42b1-a785-03a9fcb5b9a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-165990f8-956e-42b1-a785-03a9fcb5b9a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-165990f8-956e-42b1-a785-03a9fcb5b9a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-165990f8-956e-42b1-a785-03a9fcb5b9a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-165990f8-956e-42b1-a785-03a9fcb5b9a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-165990f8-956e-42b1-a785-03a9fcb5b9a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-165990f8-956e-42b1-a785-03a9fcb5b9a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-42afe9ed-191d-4366-8037-c306859481e5 {
  min-height: 50px;
}








#s-42afe9ed-191d-4366-8037-c306859481e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42afe9ed-191d-4366-8037-c306859481e5.shg-box.shg-c {
  justify-content: center;
}

#s-5ec208d2-78ff-498a-b488-0e5e67ab9f7d {
  max-width: 768px;
text-align: center;
}

#s-5ec208d2-78ff-498a-b488-0e5e67ab9f7d {
  overflow: hidden;
  
  
      max-width: 768px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-5ec208d2-78ff-498a-b488-0e5e67ab9f7d .shogun-image-content {
  
    justify-content: center;
  
}

#s-4ce72d21-bae2-4471-af6a-c06f2df7bceb {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4ce72d21-bae2-4471-af6a-c06f2df7bceb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-16246f56-6640-4f62-ab66-9c64ed5835a1 {
  margin-top: 0px;
margin-bottom: 67px;
min-height: 50px;
}
@media (max-width: 767px){#s-16246f56-6640-4f62-ab66-9c64ed5835a1 {
  margin-bottom: 81px;
}
}







#s-16246f56-6640-4f62-ab66-9c64ed5835a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16246f56-6640-4f62-ab66-9c64ed5835a1.shg-box.shg-c {
  justify-content: center;
}

#s-0422a2ce-c555-4de1-8e19-4c1ebb475d1b {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-0422a2ce-c555-4de1-8e19-4c1ebb475d1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0422a2ce-c555-4de1-8e19-4c1ebb475d1b.shg-box.shg-c {
  justify-content: center;
}

#s-9df5783f-a064-4b63-9d90-d538e86f97fe {
  text-align: left;
}

#s-ead8ff31-b308-45d0-8ae0-73614261b299 {
  margin-bottom: 47px;
min-height: 50px;
}
@media (max-width: 767px){#s-ead8ff31-b308-45d0-8ae0-73614261b299 {
  margin-bottom: 44px;
}
}







#s-ead8ff31-b308-45d0-8ae0-73614261b299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ead8ff31-b308-45d0-8ae0-73614261b299.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5293175e-fc29-48be-8146-3873738b8e76 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-5293175e-fc29-48be-8146-3873738b8e76 {
  padding-top: 13px;
padding-left: 13px;
padding-bottom: 13px;
padding-right: 13px;
}
}
#s-5293175e-fc29-48be-8146-3873738b8e76 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.8em;
  
  
}


@media (max-width: 767px){#s-5293175e-fc29-48be-8146-3873738b8e76 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 0.8em;
  
  
}


}
#s-b3387c37-ad7a-44ff-8f59-b6ba032125df {
  min-height: 50px;
}








#s-b3387c37-ad7a-44ff-8f59-b6ba032125df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3387c37-ad7a-44ff-8f59-b6ba032125df.shg-box.shg-c {
  justify-content: center;
}

#s-8b656b8a-e55d-4917-bd35-dd370fe3c559 {
  margin-bottom: 62px;
min-height: 50px;
}
@media (max-width: 767px){#s-8b656b8a-e55d-4917-bd35-dd370fe3c559 {
  margin-bottom: 51px;
}
}







#s-8b656b8a-e55d-4917-bd35-dd370fe3c559 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b656b8a-e55d-4917-bd35-dd370fe3c559.shg-box.shg-c {
  justify-content: center;
}

#s-f239d926-da97-4a59-8546-4e2230bcd002 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f239d926-da97-4a59-8546-4e2230bcd002 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
