.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-e0d17a01-db32-486e-9653-5ac71a636590 {
  min-height: 50px;
}








#s-e0d17a01-db32-486e-9653-5ac71a636590 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0d17a01-db32-486e-9653-5ac71a636590.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-11d17704-f9f4-4bc6-8444-bf9e85a3f638 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-11d17704-f9f4-4bc6-8444-bf9e85a3f638 {
  display: none;
}
#s-11d17704-f9f4-4bc6-8444-bf9e85a3f638, #wrap-s-11d17704-f9f4-4bc6-8444-bf9e85a3f638, #wrap-content-s-11d17704-f9f4-4bc6-8444-bf9e85a3f638 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11d17704-f9f4-4bc6-8444-bf9e85a3f638 {
  display: none;
}
#s-11d17704-f9f4-4bc6-8444-bf9e85a3f638, #wrap-s-11d17704-f9f4-4bc6-8444-bf9e85a3f638, #wrap-content-s-11d17704-f9f4-4bc6-8444-bf9e85a3f638 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11d17704-f9f4-4bc6-8444-bf9e85a3f638 {
  display: none;
}
#s-11d17704-f9f4-4bc6-8444-bf9e85a3f638, #wrap-s-11d17704-f9f4-4bc6-8444-bf9e85a3f638, #wrap-content-s-11d17704-f9f4-4bc6-8444-bf9e85a3f638 { display: none !important; }}@media (max-width: 767px){#s-11d17704-f9f4-4bc6-8444-bf9e85a3f638 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-11d17704-f9f4-4bc6-8444-bf9e85a3f638, #wrap-s-11d17704-f9f4-4bc6-8444-bf9e85a3f638, #wrap-content-s-11d17704-f9f4-4bc6-8444-bf9e85a3f638 { display: none !important; }}







#s-11d17704-f9f4-4bc6-8444-bf9e85a3f638 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11d17704-f9f4-4bc6-8444-bf9e85a3f638.shg-box.shg-c {
  justify-content: center;
}

#s-9a76e6b2-3cbb-4a53-985a-ace64e206518 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-9a76e6b2-3cbb-4a53-985a-ace64e206518 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a76e6b2-3cbb-4a53-985a-ace64e206518.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3b5ef6b5-4b32-4850-9a0d-56d25084af0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b5ef6b5-4b32-4850-9a0d-56d25084af0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3b5ef6b5-4b32-4850-9a0d-56d25084af0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b5ef6b5-4b32-4850-9a0d-56d25084af0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3b5ef6b5-4b32-4850-9a0d-56d25084af0b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7d37c60f-1612-4ac9-81bd-1e68d23185dc {
  min-height: 50px;
}








#s-7d37c60f-1612-4ac9-81bd-1e68d23185dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d37c60f-1612-4ac9-81bd-1e68d23185dc.shg-box.shg-c {
  justify-content: center;
}

#s-53d8dd5f-69e1-4147-bd8c-1418584dfcd1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-53d8dd5f-69e1-4147-bd8c-1418584dfcd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-53d8dd5f-69e1-4147-bd8c-1418584dfcd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-53d8dd5f-69e1-4147-bd8c-1418584dfcd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-53d8dd5f-69e1-4147-bd8c-1418584dfcd1 > .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-53d8dd5f-69e1-4147-bd8c-1418584dfcd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-dbad3dcb-da1c-4ca5-9fc3-d317966dcede {
  min-height: 50px;
}








#s-dbad3dcb-da1c-4ca5-9fc3-d317966dcede > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbad3dcb-da1c-4ca5-9fc3-d317966dcede.shg-box.shg-c {
  justify-content: center;
}

#s-3327d2c6-d819-4d3a-acc7-f3ccae6b6fde {
  min-height: 50px;
}








#s-3327d2c6-d819-4d3a-acc7-f3ccae6b6fde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3327d2c6-d819-4d3a-acc7-f3ccae6b6fde.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-cc258c06-adc7-476f-b15d-4be3371b76bd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cc258c06-adc7-476f-b15d-4be3371b76bd .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-974c7808-ee5e-48eb-98bb-1a3a7fa71a93 {
  min-height: 0px;
}
@media (min-width: 1200px){#s-974c7808-ee5e-48eb-98bb-1a3a7fa71a93 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-974c7808-ee5e-48eb-98bb-1a3a7fa71a93 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-974c7808-ee5e-48eb-98bb-1a3a7fa71a93 {
  
}
}@media (max-width: 767px){#s-974c7808-ee5e-48eb-98bb-1a3a7fa71a93 {
  
}
}







#s-974c7808-ee5e-48eb-98bb-1a3a7fa71a93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-974c7808-ee5e-48eb-98bb-1a3a7fa71a93.shg-box.shg-c {
  justify-content: center;
}

#s-338ddc6e-01db-4378-a7c5-84912af05a58 {
  min-height: 0px;
}








#s-338ddc6e-01db-4378-a7c5-84912af05a58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-338ddc6e-01db-4378-a7c5-84912af05a58.shg-box.shg-c {
  justify-content: center;
}

#s-a7ee677f-c43f-4564-a591-c98f047e123f {
  margin-bottom: 47px;
min-height: 50px;
}
@media (max-width: 767px){#s-a7ee677f-c43f-4564-a591-c98f047e123f {
  margin-bottom: 44px;
}
}







#s-a7ee677f-c43f-4564-a591-c98f047e123f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7ee677f-c43f-4564-a591-c98f047e123f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0943f769-1b5b-4a3d-92a1-fdc69b0055f3 {
  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-0943f769-1b5b-4a3d-92a1-fdc69b0055f3 {
  padding-top: 13px;
padding-left: 13px;
padding-bottom: 13px;
padding-right: 13px;
}
}
#s-0943f769-1b5b-4a3d-92a1-fdc69b0055f3 .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-0943f769-1b5b-4a3d-92a1-fdc69b0055f3 .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-427b9fbb-02f6-4ac9-bfea-9198f056842a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-427b9fbb-02f6-4ac9-bfea-9198f056842a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-427b9fbb-02f6-4ac9-bfea-9198f056842a {
  
}
}@media (max-width: 767px){#s-427b9fbb-02f6-4ac9-bfea-9198f056842a {
  
}
}
#s-de447cf4-3775-413f-a72f-a3a92a800f0f {
  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-de447cf4-3775-413f-a72f-a3a92a800f0f {
  padding-left: 50px;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de447cf4-3775-413f-a72f-a3a92a800f0f {
  padding-left: 30px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-de447cf4-3775-413f-a72f-a3a92a800f0f {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-de447cf4-3775-413f-a72f-a3a92a800f0f {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-de447cf4-3775-413f-a72f-a3a92a800f0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de447cf4-3775-413f-a72f-a3a92a800f0f.shg-box.shg-c {
  justify-content: center;
}

#s-86c8e8f8-f4d2-4667-8bf1-c01dae9629bd {
  margin-bottom: 47px;
min-height: 50px;
}
@media (min-width: 1200px){#s-86c8e8f8-f4d2-4667-8bf1-c01dae9629bd {
  margin-bottom: 35px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86c8e8f8-f4d2-4667-8bf1-c01dae9629bd {
  margin-bottom: 35px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-86c8e8f8-f4d2-4667-8bf1-c01dae9629bd {
  margin-bottom: 32px;
}
}@media (max-width: 767px){#s-86c8e8f8-f4d2-4667-8bf1-c01dae9629bd {
  margin-bottom: 32px;
}
}







#s-86c8e8f8-f4d2-4667-8bf1-c01dae9629bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86c8e8f8-f4d2-4667-8bf1-c01dae9629bd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f546c02b-4395-4382-a077-7d1c7f7e0f6a {
  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-f546c02b-4395-4382-a077-7d1c7f7e0f6a {
  padding-top: 13px;
padding-left: 13px;
padding-bottom: 13px;
padding-right: 13px;
}
}
#s-f546c02b-4395-4382-a077-7d1c7f7e0f6a .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-f546c02b-4395-4382-a077-7d1c7f7e0f6a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 0.8em;
  
  
}


}
#s-075ad03c-fb4a-4db4-a98d-369c2e93a482 {
  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-075ad03c-fb4a-4db4-a98d-369c2e93a482 {
  padding-top: 13px;
padding-left: 13px;
padding-bottom: 13px;
padding-right: 13px;
}
}
#s-075ad03c-fb4a-4db4-a98d-369c2e93a482 .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-075ad03c-fb4a-4db4-a98d-369c2e93a482 .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-d85fa5db-9478-42bb-aa17-ba646f69a14d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-d85fa5db-9478-42bb-aa17-ba646f69a14d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-d85fa5db-9478-42bb-aa17-ba646f69a14d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-d85fa5db-9478-42bb-aa17-ba646f69a14d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-51d07b20-0ac4-43c2-afaa-971a92141cbd {
  min-height: 50px;
}








#s-51d07b20-0ac4-43c2-afaa-971a92141cbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51d07b20-0ac4-43c2-afaa-971a92141cbd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-85894132-dc4d-4493-8f93-76f5ed58a65d {
  min-height: 166px;
}








#s-85894132-dc4d-4493-8f93-76f5ed58a65d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85894132-dc4d-4493-8f93-76f5ed58a65d.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-61d1813f-c41d-4026-a2b1-171c4add9acc .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-61d1813f-c41d-4026-a2b1-171c4add9acc table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-61d1813f-c41d-4026-a2b1-171c4add9acc 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-61d1813f-c41d-4026-a2b1-171c4add9acc td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-61d1813f-c41d-4026-a2b1-171c4add9acc td.shogun-table-column, #s-61d1813f-c41d-4026-a2b1-171c4add9acc 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-d10820c9-e606-49c0-a1d6-770afa018e56 {
  min-height: 50px;
}








#s-d10820c9-e606-49c0-a1d6-770afa018e56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d10820c9-e606-49c0-a1d6-770afa018e56.shg-box.shg-c {
  justify-content: center;
}

#s-e00487ef-f303-466a-af8f-208df0da1b87 {
  min-height: 50px;
}








#s-e00487ef-f303-466a-af8f-208df0da1b87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e00487ef-f303-466a-af8f-208df0da1b87.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-4cd87a71-d7ac-4761-9901-dfbea5d681ed {
  text-align: left;
}



.shg-c#s-4cd87a71-d7ac-4761-9901-dfbea5d681ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cd87a71-d7ac-4761-9901-dfbea5d681ed img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4cd87a71-d7ac-4761-9901-dfbea5d681ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cd87a71-d7ac-4761-9901-dfbea5d681ed img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4cd87a71-d7ac-4761-9901-dfbea5d681ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cd87a71-d7ac-4761-9901-dfbea5d681ed img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4cd87a71-d7ac-4761-9901-dfbea5d681ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cd87a71-d7ac-4761-9901-dfbea5d681ed img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4cd87a71-d7ac-4761-9901-dfbea5d681ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cd87a71-d7ac-4761-9901-dfbea5d681ed img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-51b117b9-7d86-4ef9-8bfa-08497a866e13 {
  min-height: 48px;
}

#s-51b117b9-7d86-4ef9-8bfa-08497a866e13 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-51b117b9-7d86-4ef9-8bfa-08497a866e13 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-51b117b9-7d86-4ef9-8bfa-08497a866e13 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-51b117b9-7d86-4ef9-8bfa-08497a866e13 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-51b117b9-7d86-4ef9-8bfa-08497a866e13 td.shogun-table-column, #s-51b117b9-7d86-4ef9-8bfa-08497a866e13 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-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image {
  box-sizing: border-box;
}



.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container {
      position: relative;
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image {
  box-sizing: border-box;
}



.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container {
      position: relative;
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 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-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image {
  box-sizing: border-box;
}



.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container {
      position: relative;
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 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-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image {
  box-sizing: border-box;
}



.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container {
      position: relative;
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image {
  box-sizing: border-box;
}



.s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container {
      position: relative;
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd027bf6-ab25-4bad-b94a-f6b2e10305b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-76d60392-3252-434b-9872-356020fdb6be {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-76d60392-3252-434b-9872-356020fdb6be {
  margin: 0 !important;
  overflow: visible;
}

#s-76d60392-3252-434b-9872-356020fdb6be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76d60392-3252-434b-9872-356020fdb6be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76d60392-3252-434b-9872-356020fdb6be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
  /* Add background color handling */
  
}

#s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76d60392-3252-434b-9872-356020fdb6be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76d60392-3252-434b-9872-356020fdb6be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76d60392-3252-434b-9872-356020fdb6be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-76d60392-3252-434b-9872-356020fdb6be.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-76d60392-3252-434b-9872-356020fdb6be .shogun-image-content {
  
    justify-content: center;
  
}

.s-76d60392-3252-434b-9872-356020fdb6be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d60392-3252-434b-9872-356020fdb6be.shogun-image {
  box-sizing: border-box;
}



.s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76d60392-3252-434b-9872-356020fdb6be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container {
      position: relative;
    }

    .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-76d60392-3252-434b-9872-356020fdb6be {
  margin: 0 !important;
  overflow: visible;
}

#s-76d60392-3252-434b-9872-356020fdb6be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76d60392-3252-434b-9872-356020fdb6be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76d60392-3252-434b-9872-356020fdb6be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
  /* Add background color handling */
  
}

#s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76d60392-3252-434b-9872-356020fdb6be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76d60392-3252-434b-9872-356020fdb6be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76d60392-3252-434b-9872-356020fdb6be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-76d60392-3252-434b-9872-356020fdb6be.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-76d60392-3252-434b-9872-356020fdb6be .shogun-image-content {
  
    justify-content: center;
  
}

.s-76d60392-3252-434b-9872-356020fdb6be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d60392-3252-434b-9872-356020fdb6be.shogun-image {
  box-sizing: border-box;
}



.s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76d60392-3252-434b-9872-356020fdb6be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container {
      position: relative;
    }

    .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76d60392-3252-434b-9872-356020fdb6be 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-76d60392-3252-434b-9872-356020fdb6be {
  margin: 0 !important;
  overflow: visible;
}

#s-76d60392-3252-434b-9872-356020fdb6be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76d60392-3252-434b-9872-356020fdb6be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76d60392-3252-434b-9872-356020fdb6be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
  /* Add background color handling */
  
}

#s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76d60392-3252-434b-9872-356020fdb6be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76d60392-3252-434b-9872-356020fdb6be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76d60392-3252-434b-9872-356020fdb6be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-76d60392-3252-434b-9872-356020fdb6be.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-76d60392-3252-434b-9872-356020fdb6be .shogun-image-content {
  
    justify-content: center;
  
}

.s-76d60392-3252-434b-9872-356020fdb6be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d60392-3252-434b-9872-356020fdb6be.shogun-image {
  box-sizing: border-box;
}



.s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76d60392-3252-434b-9872-356020fdb6be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container {
      position: relative;
    }

    .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76d60392-3252-434b-9872-356020fdb6be 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-76d60392-3252-434b-9872-356020fdb6be {
  margin: 0 !important;
  overflow: visible;
}

#s-76d60392-3252-434b-9872-356020fdb6be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76d60392-3252-434b-9872-356020fdb6be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76d60392-3252-434b-9872-356020fdb6be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
  /* Add background color handling */
  
}

#s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76d60392-3252-434b-9872-356020fdb6be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76d60392-3252-434b-9872-356020fdb6be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76d60392-3252-434b-9872-356020fdb6be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-76d60392-3252-434b-9872-356020fdb6be.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-76d60392-3252-434b-9872-356020fdb6be .shogun-image-content {
  
    justify-content: center;
  
}

.s-76d60392-3252-434b-9872-356020fdb6be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d60392-3252-434b-9872-356020fdb6be.shogun-image {
  box-sizing: border-box;
}



.s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76d60392-3252-434b-9872-356020fdb6be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container {
      position: relative;
    }

    .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-76d60392-3252-434b-9872-356020fdb6be {
  margin: 0 !important;
  overflow: visible;
}

#s-76d60392-3252-434b-9872-356020fdb6be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76d60392-3252-434b-9872-356020fdb6be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76d60392-3252-434b-9872-356020fdb6be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
  /* Add background color handling */
  
}

#s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76d60392-3252-434b-9872-356020fdb6be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76d60392-3252-434b-9872-356020fdb6be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76d60392-3252-434b-9872-356020fdb6be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-76d60392-3252-434b-9872-356020fdb6be.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-76d60392-3252-434b-9872-356020fdb6be .shogun-image-content {
  
    justify-content: center;
  
}

.s-76d60392-3252-434b-9872-356020fdb6be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d60392-3252-434b-9872-356020fdb6be.shogun-image {
  box-sizing: border-box;
}



.s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76d60392-3252-434b-9872-356020fdb6be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container {
      position: relative;
    }

    .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76d60392-3252-434b-9872-356020fdb6be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76d60392-3252-434b-9872-356020fdb6be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-7529c0a2-8882-40ba-be83-6e005a73ebf0 {
  margin-top: 32px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7529c0a2-8882-40ba-be83-6e005a73ebf0 {
  margin-top: 28px;
}
}@media (max-width: 767px){#s-7529c0a2-8882-40ba-be83-6e005a73ebf0 {
  margin-top: 28px;
}
}
#s-7529c0a2-8882-40ba-be83-6e005a73ebf0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-04a29119-1b2f-4f96-bb04-6d35083ee1e3 {
  min-height: 50px;
}








#s-04a29119-1b2f-4f96-bb04-6d35083ee1e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04a29119-1b2f-4f96-bb04-6d35083ee1e3.shg-box.shg-c {
  justify-content: center;
}

#s-1dabad9b-3d0e-411e-b67b-350cb7bdf829 {
  text-align: left;
}



.shg-c#s-1dabad9b-3d0e-411e-b67b-350cb7bdf829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dabad9b-3d0e-411e-b67b-350cb7bdf829 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1dabad9b-3d0e-411e-b67b-350cb7bdf829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dabad9b-3d0e-411e-b67b-350cb7bdf829 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1dabad9b-3d0e-411e-b67b-350cb7bdf829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dabad9b-3d0e-411e-b67b-350cb7bdf829 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1dabad9b-3d0e-411e-b67b-350cb7bdf829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dabad9b-3d0e-411e-b67b-350cb7bdf829 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1dabad9b-3d0e-411e-b67b-350cb7bdf829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dabad9b-3d0e-411e-b67b-350cb7bdf829 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5dac81fa-6ca1-424a-a09d-7f194a113403 {
  min-height: 48px;
}

#s-5dac81fa-6ca1-424a-a09d-7f194a113403 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-5dac81fa-6ca1-424a-a09d-7f194a113403 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5dac81fa-6ca1-424a-a09d-7f194a113403 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-5dac81fa-6ca1-424a-a09d-7f194a113403 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-5dac81fa-6ca1-424a-a09d-7f194a113403 td.shogun-table-column, #s-5dac81fa-6ca1-424a-a09d-7f194a113403 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99591666-12b7-49a6-835b-0995d2b0e9e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image {
  box-sizing: border-box;
}



.s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container {
      position: relative;
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99591666-12b7-49a6-835b-0995d2b0e9e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image {
  box-sizing: border-box;
}



.s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container {
      position: relative;
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1 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-99591666-12b7-49a6-835b-0995d2b0e9e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99591666-12b7-49a6-835b-0995d2b0e9e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image {
  box-sizing: border-box;
}



.s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container {
      position: relative;
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1 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-99591666-12b7-49a6-835b-0995d2b0e9e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99591666-12b7-49a6-835b-0995d2b0e9e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image {
  box-sizing: border-box;
}



.s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container {
      position: relative;
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-99591666-12b7-49a6-835b-0995d2b0e9e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99591666-12b7-49a6-835b-0995d2b0e9e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image {
  box-sizing: border-box;
}



.s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99591666-12b7-49a6-835b-0995d2b0e9e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container {
      position: relative;
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99591666-12b7-49a6-835b-0995d2b0e9e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image {
  box-sizing: border-box;
}



.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container {
      position: relative;
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image {
  box-sizing: border-box;
}



.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container {
      position: relative;
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 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-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image {
  box-sizing: border-box;
}



.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container {
      position: relative;
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 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-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image {
  box-sizing: border-box;
}



.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container {
      position: relative;
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image {
  box-sizing: border-box;
}



.s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container {
      position: relative;
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-347ddf7f-2bb8-42ec-8835-54f62cc904c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-d4395291-0a82-4663-bec0-ad9d7756b616 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4395291-0a82-4663-bec0-ad9d7756b616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4395291-0a82-4663-bec0-ad9d7756b616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4395291-0a82-4663-bec0-ad9d7756b616 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4395291-0a82-4663-bec0-ad9d7756b616 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4395291-0a82-4663-bec0-ad9d7756b616 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-d4395291-0a82-4663-bec0-ad9d7756b616 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4395291-0a82-4663-bec0-ad9d7756b616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image {
  box-sizing: border-box;
}



.s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4395291-0a82-4663-bec0-ad9d7756b616 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container {
      position: relative;
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-d4395291-0a82-4663-bec0-ad9d7756b616 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4395291-0a82-4663-bec0-ad9d7756b616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4395291-0a82-4663-bec0-ad9d7756b616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4395291-0a82-4663-bec0-ad9d7756b616 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4395291-0a82-4663-bec0-ad9d7756b616 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4395291-0a82-4663-bec0-ad9d7756b616 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-d4395291-0a82-4663-bec0-ad9d7756b616 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4395291-0a82-4663-bec0-ad9d7756b616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image {
  box-sizing: border-box;
}



.s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4395291-0a82-4663-bec0-ad9d7756b616 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container {
      position: relative;
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616 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-d4395291-0a82-4663-bec0-ad9d7756b616 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4395291-0a82-4663-bec0-ad9d7756b616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4395291-0a82-4663-bec0-ad9d7756b616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4395291-0a82-4663-bec0-ad9d7756b616 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4395291-0a82-4663-bec0-ad9d7756b616 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4395291-0a82-4663-bec0-ad9d7756b616 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-d4395291-0a82-4663-bec0-ad9d7756b616 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4395291-0a82-4663-bec0-ad9d7756b616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image {
  box-sizing: border-box;
}



.s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4395291-0a82-4663-bec0-ad9d7756b616 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container {
      position: relative;
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616 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-d4395291-0a82-4663-bec0-ad9d7756b616 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4395291-0a82-4663-bec0-ad9d7756b616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4395291-0a82-4663-bec0-ad9d7756b616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4395291-0a82-4663-bec0-ad9d7756b616 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4395291-0a82-4663-bec0-ad9d7756b616 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4395291-0a82-4663-bec0-ad9d7756b616 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-d4395291-0a82-4663-bec0-ad9d7756b616 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4395291-0a82-4663-bec0-ad9d7756b616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image {
  box-sizing: border-box;
}



.s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4395291-0a82-4663-bec0-ad9d7756b616 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container {
      position: relative;
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-d4395291-0a82-4663-bec0-ad9d7756b616 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4395291-0a82-4663-bec0-ad9d7756b616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4395291-0a82-4663-bec0-ad9d7756b616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4395291-0a82-4663-bec0-ad9d7756b616 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4395291-0a82-4663-bec0-ad9d7756b616 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4395291-0a82-4663-bec0-ad9d7756b616 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-d4395291-0a82-4663-bec0-ad9d7756b616 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4395291-0a82-4663-bec0-ad9d7756b616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image {
  box-sizing: border-box;
}



.s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4395291-0a82-4663-bec0-ad9d7756b616 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container {
      position: relative;
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4395291-0a82-4663-bec0-ad9d7756b616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-3c4de79b-8a44-4e83-b9be-f4399d649a1c {
  margin-top: 32px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c4de79b-8a44-4e83-b9be-f4399d649a1c {
  margin-top: 28px;
}
}@media (max-width: 767px){#s-3c4de79b-8a44-4e83-b9be-f4399d649a1c {
  margin-top: 28px;
}
}
#s-3c4de79b-8a44-4e83-b9be-f4399d649a1c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-fa3aa3ff-218a-4dc0-9027-71e93199e460 {
  min-height: 50px;
}








#s-fa3aa3ff-218a-4dc0-9027-71e93199e460 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa3aa3ff-218a-4dc0-9027-71e93199e460.shg-box.shg-c {
  justify-content: center;
}

#s-47f29c91-6355-4c27-aa80-b9fb3f9d37ad {
  text-align: left;
}



.shg-c#s-47f29c91-6355-4c27-aa80-b9fb3f9d37ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47f29c91-6355-4c27-aa80-b9fb3f9d37ad img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-47f29c91-6355-4c27-aa80-b9fb3f9d37ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47f29c91-6355-4c27-aa80-b9fb3f9d37ad img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-47f29c91-6355-4c27-aa80-b9fb3f9d37ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47f29c91-6355-4c27-aa80-b9fb3f9d37ad img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-47f29c91-6355-4c27-aa80-b9fb3f9d37ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47f29c91-6355-4c27-aa80-b9fb3f9d37ad img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-47f29c91-6355-4c27-aa80-b9fb3f9d37ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47f29c91-6355-4c27-aa80-b9fb3f9d37ad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0af964bf-35f3-48fa-959e-c5cee95137d5 {
  min-height: 48px;
}

#s-0af964bf-35f3-48fa-959e-c5cee95137d5 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-0af964bf-35f3-48fa-959e-c5cee95137d5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0af964bf-35f3-48fa-959e-c5cee95137d5 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-0af964bf-35f3-48fa-959e-c5cee95137d5 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-0af964bf-35f3-48fa-959e-c5cee95137d5 td.shogun-table-column, #s-0af964bf-35f3-48fa-959e-c5cee95137d5 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7de20a8-3a38-4abb-818e-fe025259ef76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image {
  box-sizing: border-box;
}



.s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container {
      position: relative;
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7de20a8-3a38-4abb-818e-fe025259ef76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image {
  box-sizing: border-box;
}



.s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container {
      position: relative;
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76 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-d7de20a8-3a38-4abb-818e-fe025259ef76 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7de20a8-3a38-4abb-818e-fe025259ef76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image {
  box-sizing: border-box;
}



.s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container {
      position: relative;
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76 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-d7de20a8-3a38-4abb-818e-fe025259ef76 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7de20a8-3a38-4abb-818e-fe025259ef76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image {
  box-sizing: border-box;
}



.s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container {
      position: relative;
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-d7de20a8-3a38-4abb-818e-fe025259ef76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7de20a8-3a38-4abb-818e-fe025259ef76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image {
  box-sizing: border-box;
}



.s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7de20a8-3a38-4abb-818e-fe025259ef76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container {
      position: relative;
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7de20a8-3a38-4abb-818e-fe025259ef76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
  margin: 0 !important;
  overflow: visible;
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
  /* Add background color handling */
  
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image {
  box-sizing: border-box;
}



.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container {
      position: relative;
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
  margin: 0 !important;
  overflow: visible;
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
  /* Add background color handling */
  
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image {
  box-sizing: border-box;
}



.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container {
      position: relative;
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a 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-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
  margin: 0 !important;
  overflow: visible;
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
  /* Add background color handling */
  
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image {
  box-sizing: border-box;
}



.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container {
      position: relative;
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a 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-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
  margin: 0 !important;
  overflow: visible;
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
  /* Add background color handling */
  
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image {
  box-sizing: border-box;
}



.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container {
      position: relative;
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
  margin: 0 !important;
  overflow: visible;
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
  /* Add background color handling */
  
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image {
  box-sizing: border-box;
}



.s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container {
      position: relative;
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c9c14ed-0b86-4ecb-9a35-7ecd601b945a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
  margin: 0 !important;
  overflow: visible;
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
  /* Add background color handling */
  
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-696dadf0-ad31-462a-82c7-51d0f3169f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image {
  box-sizing: border-box;
}



.s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container {
      position: relative;
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
  margin: 0 !important;
  overflow: visible;
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
  /* Add background color handling */
  
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-696dadf0-ad31-462a-82c7-51d0f3169f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image {
  box-sizing: border-box;
}



.s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container {
      position: relative;
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64 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-696dadf0-ad31-462a-82c7-51d0f3169f64 {
  margin: 0 !important;
  overflow: visible;
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
  /* Add background color handling */
  
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-696dadf0-ad31-462a-82c7-51d0f3169f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image {
  box-sizing: border-box;
}



.s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container {
      position: relative;
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64 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-696dadf0-ad31-462a-82c7-51d0f3169f64 {
  margin: 0 !important;
  overflow: visible;
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
  /* Add background color handling */
  
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-696dadf0-ad31-462a-82c7-51d0f3169f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image {
  box-sizing: border-box;
}



.s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container {
      position: relative;
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
  margin: 0 !important;
  overflow: visible;
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
  /* Add background color handling */
  
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-696dadf0-ad31-462a-82c7-51d0f3169f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-696dadf0-ad31-462a-82c7-51d0f3169f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image {
  box-sizing: border-box;
}



.s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-696dadf0-ad31-462a-82c7-51d0f3169f64 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container {
      position: relative;
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-696dadf0-ad31-462a-82c7-51d0f3169f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ebb18c9-63af-4202-89fb-acb6c147d534.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image {
  box-sizing: border-box;
}



.s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container {
      position: relative;
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ebb18c9-63af-4202-89fb-acb6c147d534.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image {
  box-sizing: border-box;
}



.s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container {
      position: relative;
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534 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-5ebb18c9-63af-4202-89fb-acb6c147d534 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ebb18c9-63af-4202-89fb-acb6c147d534.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image {
  box-sizing: border-box;
}



.s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container {
      position: relative;
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534 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-5ebb18c9-63af-4202-89fb-acb6c147d534 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ebb18c9-63af-4202-89fb-acb6c147d534.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image {
  box-sizing: border-box;
}



.s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container {
      position: relative;
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-5ebb18c9-63af-4202-89fb-acb6c147d534 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ebb18c9-63af-4202-89fb-acb6c147d534.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image {
  box-sizing: border-box;
}



.s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ebb18c9-63af-4202-89fb-acb6c147d534 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container {
      position: relative;
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ebb18c9-63af-4202-89fb-acb6c147d534 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image {
  box-sizing: border-box;
}



.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container {
      position: relative;
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image {
  box-sizing: border-box;
}



.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container {
      position: relative;
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 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-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image {
  box-sizing: border-box;
}



.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container {
      position: relative;
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 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-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image {
  box-sizing: border-box;
}



.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container {
      position: relative;
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image {
  box-sizing: border-box;
}



.s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container {
      position: relative;
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f756fee-4d7f-4b8e-b1f2-d0dca8b34d23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
  margin: 0 !important;
  overflow: visible;
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
  /* Add background color handling */
  
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47d4f95d-ce75-481e-b7a8-d50446a50077.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image {
  box-sizing: border-box;
}



.s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container {
      position: relative;
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
  margin: 0 !important;
  overflow: visible;
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
  /* Add background color handling */
  
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47d4f95d-ce75-481e-b7a8-d50446a50077.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image {
  box-sizing: border-box;
}



.s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container {
      position: relative;
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077 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-47d4f95d-ce75-481e-b7a8-d50446a50077 {
  margin: 0 !important;
  overflow: visible;
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
  /* Add background color handling */
  
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47d4f95d-ce75-481e-b7a8-d50446a50077.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image {
  box-sizing: border-box;
}



.s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container {
      position: relative;
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077 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-47d4f95d-ce75-481e-b7a8-d50446a50077 {
  margin: 0 !important;
  overflow: visible;
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
  /* Add background color handling */
  
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47d4f95d-ce75-481e-b7a8-d50446a50077.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image {
  box-sizing: border-box;
}



.s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container {
      position: relative;
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
  margin: 0 !important;
  overflow: visible;
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
  /* Add background color handling */
  
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-47d4f95d-ce75-481e-b7a8-d50446a50077 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47d4f95d-ce75-481e-b7a8-d50446a50077.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image {
  box-sizing: border-box;
}



.s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47d4f95d-ce75-481e-b7a8-d50446a50077 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container {
      position: relative;
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47d4f95d-ce75-481e-b7a8-d50446a50077 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
  margin: 0 !important;
  overflow: visible;
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
  /* Add background color handling */
  
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shogun-image-content {
  
    justify-content: center;
  
}

.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image {
  box-sizing: border-box;
}



.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container {
      position: relative;
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
  margin: 0 !important;
  overflow: visible;
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
  /* Add background color handling */
  
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shogun-image-content {
  
    justify-content: center;
  
}

.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image {
  box-sizing: border-box;
}



.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container {
      position: relative;
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a 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-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
  margin: 0 !important;
  overflow: visible;
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
  /* Add background color handling */
  
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shogun-image-content {
  
    justify-content: center;
  
}

.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image {
  box-sizing: border-box;
}



.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container {
      position: relative;
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a 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-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
  margin: 0 !important;
  overflow: visible;
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
  /* Add background color handling */
  
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shogun-image-content {
  
    justify-content: center;
  
}

.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image {
  box-sizing: border-box;
}



.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container {
      position: relative;
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
  margin: 0 !important;
  overflow: visible;
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
  /* Add background color handling */
  
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a .shogun-image-content {
  
    justify-content: center;
  
}

.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image {
  box-sizing: border-box;
}



.s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container {
      position: relative;
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49064973-8ec4-4e88-9ee8-2c1d54a2c52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-1454e4f6-6754-454c-8a00-8d67c01d259c {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c {
  margin: 0 !important;
  overflow: visible;
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1454e4f6-6754-454c-8a00-8d67c01d259c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1454e4f6-6754-454c-8a00-8d67c01d259c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
  /* Add background color handling */
  
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1454e4f6-6754-454c-8a00-8d67c01d259c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1454e4f6-6754-454c-8a00-8d67c01d259c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1454e4f6-6754-454c-8a00-8d67c01d259c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1454e4f6-6754-454c-8a00-8d67c01d259c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1454e4f6-6754-454c-8a00-8d67c01d259c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image {
  box-sizing: border-box;
}



.s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1454e4f6-6754-454c-8a00-8d67c01d259c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container {
      position: relative;
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-1454e4f6-6754-454c-8a00-8d67c01d259c {
  margin: 0 !important;
  overflow: visible;
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1454e4f6-6754-454c-8a00-8d67c01d259c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1454e4f6-6754-454c-8a00-8d67c01d259c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
  /* Add background color handling */
  
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1454e4f6-6754-454c-8a00-8d67c01d259c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1454e4f6-6754-454c-8a00-8d67c01d259c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1454e4f6-6754-454c-8a00-8d67c01d259c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1454e4f6-6754-454c-8a00-8d67c01d259c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1454e4f6-6754-454c-8a00-8d67c01d259c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image {
  box-sizing: border-box;
}



.s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1454e4f6-6754-454c-8a00-8d67c01d259c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container {
      position: relative;
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c 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-1454e4f6-6754-454c-8a00-8d67c01d259c {
  margin: 0 !important;
  overflow: visible;
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1454e4f6-6754-454c-8a00-8d67c01d259c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1454e4f6-6754-454c-8a00-8d67c01d259c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
  /* Add background color handling */
  
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1454e4f6-6754-454c-8a00-8d67c01d259c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1454e4f6-6754-454c-8a00-8d67c01d259c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1454e4f6-6754-454c-8a00-8d67c01d259c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1454e4f6-6754-454c-8a00-8d67c01d259c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1454e4f6-6754-454c-8a00-8d67c01d259c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image {
  box-sizing: border-box;
}



.s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1454e4f6-6754-454c-8a00-8d67c01d259c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container {
      position: relative;
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c 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-1454e4f6-6754-454c-8a00-8d67c01d259c {
  margin: 0 !important;
  overflow: visible;
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1454e4f6-6754-454c-8a00-8d67c01d259c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1454e4f6-6754-454c-8a00-8d67c01d259c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
  /* Add background color handling */
  
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1454e4f6-6754-454c-8a00-8d67c01d259c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1454e4f6-6754-454c-8a00-8d67c01d259c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1454e4f6-6754-454c-8a00-8d67c01d259c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1454e4f6-6754-454c-8a00-8d67c01d259c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1454e4f6-6754-454c-8a00-8d67c01d259c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image {
  box-sizing: border-box;
}



.s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1454e4f6-6754-454c-8a00-8d67c01d259c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container {
      position: relative;
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-1454e4f6-6754-454c-8a00-8d67c01d259c {
  margin: 0 !important;
  overflow: visible;
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1454e4f6-6754-454c-8a00-8d67c01d259c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1454e4f6-6754-454c-8a00-8d67c01d259c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
  /* Add background color handling */
  
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1454e4f6-6754-454c-8a00-8d67c01d259c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1454e4f6-6754-454c-8a00-8d67c01d259c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1454e4f6-6754-454c-8a00-8d67c01d259c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-1454e4f6-6754-454c-8a00-8d67c01d259c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1454e4f6-6754-454c-8a00-8d67c01d259c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image {
  box-sizing: border-box;
}



.s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1454e4f6-6754-454c-8a00-8d67c01d259c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container {
      position: relative;
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1454e4f6-6754-454c-8a00-8d67c01d259c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-858e07c6-8144-4183-80fd-ea267acf4a16 {
  margin-top: 32px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-858e07c6-8144-4183-80fd-ea267acf4a16 {
  margin-top: 28px;
}
}@media (max-width: 767px){#s-858e07c6-8144-4183-80fd-ea267acf4a16 {
  margin-top: 28px;
}
}
#s-858e07c6-8144-4183-80fd-ea267acf4a16 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b394f806-cbff-4db7-b4f5-3bc5cdb3de9c {
  min-height: 50px;
}








#s-b394f806-cbff-4db7-b4f5-3bc5cdb3de9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b394f806-cbff-4db7-b4f5-3bc5cdb3de9c.shg-box.shg-c {
  justify-content: center;
}

#s-70fb0c79-7ce1-4995-9ce4-ca21846214fd {
  text-align: left;
}



.shg-c#s-70fb0c79-7ce1-4995-9ce4-ca21846214fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70fb0c79-7ce1-4995-9ce4-ca21846214fd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-70fb0c79-7ce1-4995-9ce4-ca21846214fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70fb0c79-7ce1-4995-9ce4-ca21846214fd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-70fb0c79-7ce1-4995-9ce4-ca21846214fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70fb0c79-7ce1-4995-9ce4-ca21846214fd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-70fb0c79-7ce1-4995-9ce4-ca21846214fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70fb0c79-7ce1-4995-9ce4-ca21846214fd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-70fb0c79-7ce1-4995-9ce4-ca21846214fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70fb0c79-7ce1-4995-9ce4-ca21846214fd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b610a25d-ea52-4a6f-8a4b-d8942d806ce4 {
  min-height: 48px;
}

#s-b610a25d-ea52-4a6f-8a4b-d8942d806ce4 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-b610a25d-ea52-4a6f-8a4b-d8942d806ce4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b610a25d-ea52-4a6f-8a4b-d8942d806ce4 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-b610a25d-ea52-4a6f-8a4b-d8942d806ce4 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-b610a25d-ea52-4a6f-8a4b-d8942d806ce4 td.shogun-table-column, #s-b610a25d-ea52-4a6f-8a4b-d8942d806ce4 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-c242f027-671e-4a1f-8642-113b2d887714 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c242f027-671e-4a1f-8642-113b2d887714 {
  margin: 0 !important;
  overflow: visible;
}

#s-c242f027-671e-4a1f-8642-113b2d887714-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c242f027-671e-4a1f-8642-113b2d887714 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c242f027-671e-4a1f-8642-113b2d887714 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
  /* Add background color handling */
  
}

#s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c242f027-671e-4a1f-8642-113b2d887714 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c242f027-671e-4a1f-8642-113b2d887714 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c242f027-671e-4a1f-8642-113b2d887714 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-c242f027-671e-4a1f-8642-113b2d887714 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c242f027-671e-4a1f-8642-113b2d887714.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image {
  box-sizing: border-box;
}



.s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c242f027-671e-4a1f-8642-113b2d887714 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container {
      position: relative;
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-c242f027-671e-4a1f-8642-113b2d887714 {
  margin: 0 !important;
  overflow: visible;
}

#s-c242f027-671e-4a1f-8642-113b2d887714-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c242f027-671e-4a1f-8642-113b2d887714 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c242f027-671e-4a1f-8642-113b2d887714 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
  /* Add background color handling */
  
}

#s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c242f027-671e-4a1f-8642-113b2d887714 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c242f027-671e-4a1f-8642-113b2d887714 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c242f027-671e-4a1f-8642-113b2d887714 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-c242f027-671e-4a1f-8642-113b2d887714 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c242f027-671e-4a1f-8642-113b2d887714.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image {
  box-sizing: border-box;
}



.s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c242f027-671e-4a1f-8642-113b2d887714 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container {
      position: relative;
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714 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-c242f027-671e-4a1f-8642-113b2d887714 {
  margin: 0 !important;
  overflow: visible;
}

#s-c242f027-671e-4a1f-8642-113b2d887714-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c242f027-671e-4a1f-8642-113b2d887714 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c242f027-671e-4a1f-8642-113b2d887714 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
  /* Add background color handling */
  
}

#s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c242f027-671e-4a1f-8642-113b2d887714 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c242f027-671e-4a1f-8642-113b2d887714 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c242f027-671e-4a1f-8642-113b2d887714 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-c242f027-671e-4a1f-8642-113b2d887714 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c242f027-671e-4a1f-8642-113b2d887714.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image {
  box-sizing: border-box;
}



.s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c242f027-671e-4a1f-8642-113b2d887714 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container {
      position: relative;
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714 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-c242f027-671e-4a1f-8642-113b2d887714 {
  margin: 0 !important;
  overflow: visible;
}

#s-c242f027-671e-4a1f-8642-113b2d887714-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c242f027-671e-4a1f-8642-113b2d887714 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c242f027-671e-4a1f-8642-113b2d887714 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
  /* Add background color handling */
  
}

#s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c242f027-671e-4a1f-8642-113b2d887714 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c242f027-671e-4a1f-8642-113b2d887714 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c242f027-671e-4a1f-8642-113b2d887714 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-c242f027-671e-4a1f-8642-113b2d887714 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c242f027-671e-4a1f-8642-113b2d887714.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image {
  box-sizing: border-box;
}



.s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c242f027-671e-4a1f-8642-113b2d887714 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container {
      position: relative;
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-c242f027-671e-4a1f-8642-113b2d887714 {
  margin: 0 !important;
  overflow: visible;
}

#s-c242f027-671e-4a1f-8642-113b2d887714-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c242f027-671e-4a1f-8642-113b2d887714 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c242f027-671e-4a1f-8642-113b2d887714 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
  /* Add background color handling */
  
}

#s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c242f027-671e-4a1f-8642-113b2d887714 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c242f027-671e-4a1f-8642-113b2d887714 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c242f027-671e-4a1f-8642-113b2d887714 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-c242f027-671e-4a1f-8642-113b2d887714 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c242f027-671e-4a1f-8642-113b2d887714.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image {
  box-sizing: border-box;
}



.s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c242f027-671e-4a1f-8642-113b2d887714 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container {
      position: relative;
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c242f027-671e-4a1f-8642-113b2d887714 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-b755c08f-4826-4176-b949-e3ab94a93917 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b755c08f-4826-4176-b949-e3ab94a93917 {
  margin: 0 !important;
  overflow: visible;
}

#s-b755c08f-4826-4176-b949-e3ab94a93917-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b755c08f-4826-4176-b949-e3ab94a93917 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b755c08f-4826-4176-b949-e3ab94a93917 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
  /* Add background color handling */
  
}

#s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b755c08f-4826-4176-b949-e3ab94a93917 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b755c08f-4826-4176-b949-e3ab94a93917 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b755c08f-4826-4176-b949-e3ab94a93917 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-b755c08f-4826-4176-b949-e3ab94a93917 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b755c08f-4826-4176-b949-e3ab94a93917.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image {
  box-sizing: border-box;
}



.s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b755c08f-4826-4176-b949-e3ab94a93917 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container {
      position: relative;
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-b755c08f-4826-4176-b949-e3ab94a93917 {
  margin: 0 !important;
  overflow: visible;
}

#s-b755c08f-4826-4176-b949-e3ab94a93917-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b755c08f-4826-4176-b949-e3ab94a93917 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b755c08f-4826-4176-b949-e3ab94a93917 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
  /* Add background color handling */
  
}

#s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b755c08f-4826-4176-b949-e3ab94a93917 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b755c08f-4826-4176-b949-e3ab94a93917 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b755c08f-4826-4176-b949-e3ab94a93917 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-b755c08f-4826-4176-b949-e3ab94a93917 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b755c08f-4826-4176-b949-e3ab94a93917.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image {
  box-sizing: border-box;
}



.s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b755c08f-4826-4176-b949-e3ab94a93917 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container {
      position: relative;
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917 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-b755c08f-4826-4176-b949-e3ab94a93917 {
  margin: 0 !important;
  overflow: visible;
}

#s-b755c08f-4826-4176-b949-e3ab94a93917-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b755c08f-4826-4176-b949-e3ab94a93917 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b755c08f-4826-4176-b949-e3ab94a93917 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
  /* Add background color handling */
  
}

#s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b755c08f-4826-4176-b949-e3ab94a93917 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b755c08f-4826-4176-b949-e3ab94a93917 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b755c08f-4826-4176-b949-e3ab94a93917 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-b755c08f-4826-4176-b949-e3ab94a93917 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b755c08f-4826-4176-b949-e3ab94a93917.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image {
  box-sizing: border-box;
}



.s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b755c08f-4826-4176-b949-e3ab94a93917 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container {
      position: relative;
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917 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-b755c08f-4826-4176-b949-e3ab94a93917 {
  margin: 0 !important;
  overflow: visible;
}

#s-b755c08f-4826-4176-b949-e3ab94a93917-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b755c08f-4826-4176-b949-e3ab94a93917 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b755c08f-4826-4176-b949-e3ab94a93917 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
  /* Add background color handling */
  
}

#s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b755c08f-4826-4176-b949-e3ab94a93917 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b755c08f-4826-4176-b949-e3ab94a93917 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b755c08f-4826-4176-b949-e3ab94a93917 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-b755c08f-4826-4176-b949-e3ab94a93917 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b755c08f-4826-4176-b949-e3ab94a93917.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image {
  box-sizing: border-box;
}



.s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b755c08f-4826-4176-b949-e3ab94a93917 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container {
      position: relative;
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-b755c08f-4826-4176-b949-e3ab94a93917 {
  margin: 0 !important;
  overflow: visible;
}

#s-b755c08f-4826-4176-b949-e3ab94a93917-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b755c08f-4826-4176-b949-e3ab94a93917 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b755c08f-4826-4176-b949-e3ab94a93917 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
  /* Add background color handling */
  
}

#s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b755c08f-4826-4176-b949-e3ab94a93917 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b755c08f-4826-4176-b949-e3ab94a93917 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b755c08f-4826-4176-b949-e3ab94a93917 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-b755c08f-4826-4176-b949-e3ab94a93917 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b755c08f-4826-4176-b949-e3ab94a93917.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image {
  box-sizing: border-box;
}



.s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b755c08f-4826-4176-b949-e3ab94a93917 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container {
      position: relative;
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b755c08f-4826-4176-b949-e3ab94a93917 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8206000-9b4c-4ef1-aae4-2151189d8580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image {
  box-sizing: border-box;
}



.s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container {
      position: relative;
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8206000-9b4c-4ef1-aae4-2151189d8580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image {
  box-sizing: border-box;
}



.s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container {
      position: relative;
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580 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-e8206000-9b4c-4ef1-aae4-2151189d8580 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8206000-9b4c-4ef1-aae4-2151189d8580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image {
  box-sizing: border-box;
}



.s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container {
      position: relative;
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580 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-e8206000-9b4c-4ef1-aae4-2151189d8580 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8206000-9b4c-4ef1-aae4-2151189d8580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image {
  box-sizing: border-box;
}



.s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container {
      position: relative;
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-e8206000-9b4c-4ef1-aae4-2151189d8580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8206000-9b4c-4ef1-aae4-2151189d8580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image {
  box-sizing: border-box;
}



.s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8206000-9b4c-4ef1-aae4-2151189d8580 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container {
      position: relative;
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8206000-9b4c-4ef1-aae4-2151189d8580 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image {
  box-sizing: border-box;
}



.s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container {
      position: relative;
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image {
  box-sizing: border-box;
}



.s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container {
      position: relative;
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640 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-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image {
  box-sizing: border-box;
}



.s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container {
      position: relative;
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640 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-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image {
  box-sizing: border-box;
}



.s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container {
      position: relative;
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-ee45eb00-7414-40fd-b1d2-17aded2b6640 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image {
  box-sizing: border-box;
}



.s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container {
      position: relative;
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee45eb00-7414-40fd-b1d2-17aded2b6640 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-97959da7-0aae-4a50-865e-a46bbde289a9 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97959da7-0aae-4a50-865e-a46bbde289a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97959da7-0aae-4a50-865e-a46bbde289a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97959da7-0aae-4a50-865e-a46bbde289a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97959da7-0aae-4a50-865e-a46bbde289a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97959da7-0aae-4a50-865e-a46bbde289a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-97959da7-0aae-4a50-865e-a46bbde289a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97959da7-0aae-4a50-865e-a46bbde289a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image {
  box-sizing: border-box;
}



.s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97959da7-0aae-4a50-865e-a46bbde289a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container {
      position: relative;
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-97959da7-0aae-4a50-865e-a46bbde289a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97959da7-0aae-4a50-865e-a46bbde289a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97959da7-0aae-4a50-865e-a46bbde289a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97959da7-0aae-4a50-865e-a46bbde289a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97959da7-0aae-4a50-865e-a46bbde289a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97959da7-0aae-4a50-865e-a46bbde289a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-97959da7-0aae-4a50-865e-a46bbde289a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97959da7-0aae-4a50-865e-a46bbde289a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image {
  box-sizing: border-box;
}



.s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97959da7-0aae-4a50-865e-a46bbde289a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container {
      position: relative;
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9 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-97959da7-0aae-4a50-865e-a46bbde289a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97959da7-0aae-4a50-865e-a46bbde289a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97959da7-0aae-4a50-865e-a46bbde289a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97959da7-0aae-4a50-865e-a46bbde289a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97959da7-0aae-4a50-865e-a46bbde289a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97959da7-0aae-4a50-865e-a46bbde289a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-97959da7-0aae-4a50-865e-a46bbde289a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97959da7-0aae-4a50-865e-a46bbde289a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image {
  box-sizing: border-box;
}



.s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97959da7-0aae-4a50-865e-a46bbde289a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container {
      position: relative;
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9 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-97959da7-0aae-4a50-865e-a46bbde289a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97959da7-0aae-4a50-865e-a46bbde289a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97959da7-0aae-4a50-865e-a46bbde289a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97959da7-0aae-4a50-865e-a46bbde289a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97959da7-0aae-4a50-865e-a46bbde289a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97959da7-0aae-4a50-865e-a46bbde289a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-97959da7-0aae-4a50-865e-a46bbde289a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97959da7-0aae-4a50-865e-a46bbde289a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image {
  box-sizing: border-box;
}



.s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97959da7-0aae-4a50-865e-a46bbde289a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container {
      position: relative;
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-97959da7-0aae-4a50-865e-a46bbde289a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97959da7-0aae-4a50-865e-a46bbde289a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97959da7-0aae-4a50-865e-a46bbde289a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97959da7-0aae-4a50-865e-a46bbde289a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-97959da7-0aae-4a50-865e-a46bbde289a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97959da7-0aae-4a50-865e-a46bbde289a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-97959da7-0aae-4a50-865e-a46bbde289a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97959da7-0aae-4a50-865e-a46bbde289a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image {
  box-sizing: border-box;
}



.s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97959da7-0aae-4a50-865e-a46bbde289a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container {
      position: relative;
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97959da7-0aae-4a50-865e-a46bbde289a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e2a697b-ed62-4281-a685-c87cd3f50343.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image {
  box-sizing: border-box;
}



.s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container {
      position: relative;
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e2a697b-ed62-4281-a685-c87cd3f50343.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image {
  box-sizing: border-box;
}



.s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container {
      position: relative;
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343 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-7e2a697b-ed62-4281-a685-c87cd3f50343 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e2a697b-ed62-4281-a685-c87cd3f50343.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image {
  box-sizing: border-box;
}



.s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container {
      position: relative;
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343 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-7e2a697b-ed62-4281-a685-c87cd3f50343 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e2a697b-ed62-4281-a685-c87cd3f50343.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image {
  box-sizing: border-box;
}



.s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container {
      position: relative;
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-7e2a697b-ed62-4281-a685-c87cd3f50343 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e2a697b-ed62-4281-a685-c87cd3f50343.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image {
  box-sizing: border-box;
}



.s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e2a697b-ed62-4281-a685-c87cd3f50343 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container {
      position: relative;
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e2a697b-ed62-4281-a685-c87cd3f50343 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-340337ff-e273-4278-80aa-9bbb95410ac1 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-340337ff-e273-4278-80aa-9bbb95410ac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-340337ff-e273-4278-80aa-9bbb95410ac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-340337ff-e273-4278-80aa-9bbb95410ac1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-340337ff-e273-4278-80aa-9bbb95410ac1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-340337ff-e273-4278-80aa-9bbb95410ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-340337ff-e273-4278-80aa-9bbb95410ac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-340337ff-e273-4278-80aa-9bbb95410ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image {
  box-sizing: border-box;
}



.s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-340337ff-e273-4278-80aa-9bbb95410ac1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container {
      position: relative;
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-340337ff-e273-4278-80aa-9bbb95410ac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-340337ff-e273-4278-80aa-9bbb95410ac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-340337ff-e273-4278-80aa-9bbb95410ac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-340337ff-e273-4278-80aa-9bbb95410ac1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-340337ff-e273-4278-80aa-9bbb95410ac1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-340337ff-e273-4278-80aa-9bbb95410ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-340337ff-e273-4278-80aa-9bbb95410ac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-340337ff-e273-4278-80aa-9bbb95410ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image {
  box-sizing: border-box;
}



.s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-340337ff-e273-4278-80aa-9bbb95410ac1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container {
      position: relative;
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1 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-340337ff-e273-4278-80aa-9bbb95410ac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-340337ff-e273-4278-80aa-9bbb95410ac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-340337ff-e273-4278-80aa-9bbb95410ac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-340337ff-e273-4278-80aa-9bbb95410ac1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-340337ff-e273-4278-80aa-9bbb95410ac1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-340337ff-e273-4278-80aa-9bbb95410ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-340337ff-e273-4278-80aa-9bbb95410ac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-340337ff-e273-4278-80aa-9bbb95410ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image {
  box-sizing: border-box;
}



.s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-340337ff-e273-4278-80aa-9bbb95410ac1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container {
      position: relative;
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1 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-340337ff-e273-4278-80aa-9bbb95410ac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-340337ff-e273-4278-80aa-9bbb95410ac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-340337ff-e273-4278-80aa-9bbb95410ac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-340337ff-e273-4278-80aa-9bbb95410ac1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-340337ff-e273-4278-80aa-9bbb95410ac1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-340337ff-e273-4278-80aa-9bbb95410ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-340337ff-e273-4278-80aa-9bbb95410ac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-340337ff-e273-4278-80aa-9bbb95410ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image {
  box-sizing: border-box;
}



.s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-340337ff-e273-4278-80aa-9bbb95410ac1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container {
      position: relative;
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-340337ff-e273-4278-80aa-9bbb95410ac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-340337ff-e273-4278-80aa-9bbb95410ac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-340337ff-e273-4278-80aa-9bbb95410ac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-340337ff-e273-4278-80aa-9bbb95410ac1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-340337ff-e273-4278-80aa-9bbb95410ac1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-340337ff-e273-4278-80aa-9bbb95410ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-340337ff-e273-4278-80aa-9bbb95410ac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-340337ff-e273-4278-80aa-9bbb95410ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image {
  box-sizing: border-box;
}



.s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-340337ff-e273-4278-80aa-9bbb95410ac1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container {
      position: relative;
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-340337ff-e273-4278-80aa-9bbb95410ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c69163a-e595-49e9-81a1-79e79264ecc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image {
  box-sizing: border-box;
}



.s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container {
      position: relative;
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c69163a-e595-49e9-81a1-79e79264ecc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image {
  box-sizing: border-box;
}



.s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container {
      position: relative;
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8 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-2c69163a-e595-49e9-81a1-79e79264ecc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c69163a-e595-49e9-81a1-79e79264ecc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image {
  box-sizing: border-box;
}



.s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container {
      position: relative;
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8 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-2c69163a-e595-49e9-81a1-79e79264ecc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c69163a-e595-49e9-81a1-79e79264ecc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image {
  box-sizing: border-box;
}



.s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container {
      position: relative;
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-2c69163a-e595-49e9-81a1-79e79264ecc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c69163a-e595-49e9-81a1-79e79264ecc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image {
  box-sizing: border-box;
}



.s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c69163a-e595-49e9-81a1-79e79264ecc8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container {
      position: relative;
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c69163a-e595-49e9-81a1-79e79264ecc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image {
  box-sizing: border-box;
}



.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container {
      position: relative;
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image {
  box-sizing: border-box;
}



.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container {
      position: relative;
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 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-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image {
  box-sizing: border-box;
}



.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container {
      position: relative;
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 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-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image {
  box-sizing: border-box;
}



.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container {
      position: relative;
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image {
  box-sizing: border-box;
}



.s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container {
      position: relative;
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5d986aa-117d-4cbc-9ac6-b41e9dcaec21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image {
  box-sizing: border-box;
}



.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container {
      position: relative;
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image {
  box-sizing: border-box;
}



.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container {
      position: relative;
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 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-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image {
  box-sizing: border-box;
}



.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container {
      position: relative;
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 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-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image {
  box-sizing: border-box;
}



.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container {
      position: relative;
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image {
  box-sizing: border-box;
}



.s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container {
      position: relative;
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5444c94-49fd-4b1c-a97e-5bc56f2f0bd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
  max-width: 20px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image {
  box-sizing: border-box;
}



.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container {
      position: relative;
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

@media (min-width: 1200px){#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image {
  box-sizing: border-box;
}



.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container {
      position: relative;
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 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-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image {
  box-sizing: border-box;
}



.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container {
      position: relative;
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 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-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image {
  box-sizing: border-box;
}



.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container {
      position: relative;
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}@media (max-width: 767px){#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20px;
  }



  img.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image {
    
    
    
    max-height: 20px;
  }


.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image {
  box-sizing: border-box;
}



.s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container {
      position: relative;
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cd1cadd-e7cd-453c-9d76-f1562e981dc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20px;
    }
  }

}
#s-07d6cd36-6b9b-49db-9b22-4bada1b1fb5e {
  margin-top: 32px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-07d6cd36-6b9b-49db-9b22-4bada1b1fb5e {
  margin-top: 28px;
}
}@media (max-width: 767px){#s-07d6cd36-6b9b-49db-9b22-4bada1b1fb5e {
  margin-top: 28px;
}
}
#s-07d6cd36-6b9b-49db-9b22-4bada1b1fb5e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-3c919dda-2f9e-4e9c-9df8-2055698c6545 {
  margin-bottom: 63px;
min-height: 0px;
}
@media (max-width: 767px){#s-3c919dda-2f9e-4e9c-9df8-2055698c6545 {
  margin-bottom: 40px;
}
}







#s-3c919dda-2f9e-4e9c-9df8-2055698c6545 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c919dda-2f9e-4e9c-9df8-2055698c6545.shg-box.shg-c {
  justify-content: center;
}

#s-cd33bfce-ed92-46f1-9e0f-5cad62169e70 {
  min-height: 0px;
}








#s-cd33bfce-ed92-46f1-9e0f-5cad62169e70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd33bfce-ed92-46f1-9e0f-5cad62169e70.shg-box.shg-c {
  justify-content: center;
}

#s-315052dc-1971-4238-9d6c-71e5893a7af2 {
  margin-bottom: 47px;
min-height: 50px;
}
@media (max-width: 767px){#s-315052dc-1971-4238-9d6c-71e5893a7af2 {
  margin-bottom: 44px;
}
}







#s-315052dc-1971-4238-9d6c-71e5893a7af2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-315052dc-1971-4238-9d6c-71e5893a7af2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5559ff04-890d-4707-ba8e-ed7458edc18f {
  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-5559ff04-890d-4707-ba8e-ed7458edc18f {
  padding-top: 13px;
padding-left: 13px;
padding-bottom: 13px;
padding-right: 13px;
}
}
#s-5559ff04-890d-4707-ba8e-ed7458edc18f .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-5559ff04-890d-4707-ba8e-ed7458edc18f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 0.8em;
  
  
}


}
#s-b83c2b37-9978-4a40-b322-51ab6d80e618 {
  min-height: 50px;
}








#s-b83c2b37-9978-4a40-b322-51ab6d80e618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b83c2b37-9978-4a40-b322-51ab6d80e618.shg-box.shg-c {
  justify-content: center;
}

#s-eab902e4-ad4f-472e-a036-8b87b711c018 {
  min-height: 50px;
}








#s-eab902e4-ad4f-472e-a036-8b87b711c018 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eab902e4-ad4f-472e-a036-8b87b711c018.shg-box.shg-c {
  justify-content: center;
}

#s-48d70d48-4f4b-4e3d-a5ad-cb7b0a4b4ebc {
  min-height: 50px;
}








#s-48d70d48-4f4b-4e3d-a5ad-cb7b0a4b4ebc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48d70d48-4f4b-4e3d-a5ad-cb7b0a4b4ebc.shg-box.shg-c {
  justify-content: center;
}

#s-58759b5c-5c7b-4957-89b1-b97dcfa12e85 {
  min-height: 50px;
}








#s-58759b5c-5c7b-4957-89b1-b97dcfa12e85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58759b5c-5c7b-4957-89b1-b97dcfa12e85.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4c83fe76-3e62-4da1-80e1-d453c414948d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c83fe76-3e62-4da1-80e1-d453c414948d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4c83fe76-3e62-4da1-80e1-d453c414948d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c83fe76-3e62-4da1-80e1-d453c414948d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4c83fe76-3e62-4da1-80e1-d453c414948d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c83fe76-3e62-4da1-80e1-d453c414948d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4c83fe76-3e62-4da1-80e1-d453c414948d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-b3352883-1fc3-4580-8e32-4d918a36a137 {
  min-height: 50px;
}








#s-b3352883-1fc3-4580-8e32-4d918a36a137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3352883-1fc3-4580-8e32-4d918a36a137.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-af8cb7d9-8294-4f95-9635-7a8ae3b9b958 {
  max-width: 576px;
text-align: center;
}

#s-af8cb7d9-8294-4f95-9635-7a8ae3b9b958 {
  overflow: hidden;
  
  
      max-width: 576px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-af8cb7d9-8294-4f95-9635-7a8ae3b9b958 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-4d783d68-0c7c-4872-af92-15af377ce857"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d783d68-0c7c-4872-af92-15af377ce857"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d783d68-0c7c-4872-af92-15af377ce857"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d783d68-0c7c-4872-af92-15af377ce857"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d783d68-0c7c-4872-af92-15af377ce857"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d783d68-0c7c-4872-af92-15af377ce857"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d783d68-0c7c-4872-af92-15af377ce857"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-c1842d34-05fd-4ced-aac5-84eefb9f559d {
  min-height: 50px;
}








#s-c1842d34-05fd-4ced-aac5-84eefb9f559d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1842d34-05fd-4ced-aac5-84eefb9f559d.shg-box.shg-c {
  justify-content: center;
}

#s-f646cc3c-958e-46d7-9058-c9c2125820ce {
  max-width: 1920px;
text-align: center;
}

#s-f646cc3c-958e-46d7-9058-c9c2125820ce {
  overflow: hidden;
  
  
      max-width: 1920px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f646cc3c-958e-46d7-9058-c9c2125820ce .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-fe3ef87c-ab71-40f8-8d6f-456b8cc16148"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe3ef87c-ab71-40f8-8d6f-456b8cc16148"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe3ef87c-ab71-40f8-8d6f-456b8cc16148"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe3ef87c-ab71-40f8-8d6f-456b8cc16148"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe3ef87c-ab71-40f8-8d6f-456b8cc16148"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe3ef87c-ab71-40f8-8d6f-456b8cc16148"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe3ef87c-ab71-40f8-8d6f-456b8cc16148"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-7d99ae3f-1069-4b53-9453-6b7eea84f899 {
  min-height: 50px;
}








#s-7d99ae3f-1069-4b53-9453-6b7eea84f899 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d99ae3f-1069-4b53-9453-6b7eea84f899.shg-box.shg-c {
  justify-content: center;
}

#s-9703a12e-806d-4a83-b163-101e310b23e7 {
  max-width: 960px;
text-align: center;
}

#s-9703a12e-806d-4a83-b163-101e310b23e7 {
  overflow: hidden;
  
  
      max-width: 960px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-9703a12e-806d-4a83-b163-101e310b23e7 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-e554f3dd-4a00-46b9-bf8a-6e0ecb15ec0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e554f3dd-4a00-46b9-bf8a-6e0ecb15ec0a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e554f3dd-4a00-46b9-bf8a-6e0ecb15ec0a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e554f3dd-4a00-46b9-bf8a-6e0ecb15ec0a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e554f3dd-4a00-46b9-bf8a-6e0ecb15ec0a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e554f3dd-4a00-46b9-bf8a-6e0ecb15ec0a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e554f3dd-4a00-46b9-bf8a-6e0ecb15ec0a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-a0da47e3-aea8-4fd2-8175-3c9dd4128714 {
  min-height: 50px;
}








#s-a0da47e3-aea8-4fd2-8175-3c9dd4128714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0da47e3-aea8-4fd2-8175-3c9dd4128714.shg-box.shg-c {
  justify-content: center;
}

#s-f87e442e-7a04-45d6-b772-84a0761f4acf {
  max-width: 768px;
text-align: center;
}

#s-f87e442e-7a04-45d6-b772-84a0761f4acf {
  overflow: hidden;
  
  
      max-width: 768px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f87e442e-7a04-45d6-b772-84a0761f4acf .shogun-image-content {
  
    justify-content: center;
  
}

#s-752a7586-c24e-4872-9cab-c25c37c74f20 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-752a7586-c24e-4872-9cab-c25c37c74f20 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-459d6c7a-35bc-4aea-8631-e33a09a48f34 {
  margin-top: 0px;
margin-bottom: 67px;
min-height: 50px;
}
@media (max-width: 767px){#s-459d6c7a-35bc-4aea-8631-e33a09a48f34 {
  margin-bottom: 81px;
}
}







#s-459d6c7a-35bc-4aea-8631-e33a09a48f34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-459d6c7a-35bc-4aea-8631-e33a09a48f34.shg-box.shg-c {
  justify-content: center;
}

#s-83c318e3-74c4-429b-9b80-113c13823e2c {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-83c318e3-74c4-429b-9b80-113c13823e2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83c318e3-74c4-429b-9b80-113c13823e2c.shg-box.shg-c {
  justify-content: center;
}

#s-be5d1207-6c0c-48e5-b701-d81bd561491f {
  text-align: left;
}

#s-f60cf79a-641c-4116-9593-64f1912f612b {
  margin-bottom: 47px;
min-height: 50px;
}
@media (max-width: 767px){#s-f60cf79a-641c-4116-9593-64f1912f612b {
  margin-bottom: 44px;
}
}







#s-f60cf79a-641c-4116-9593-64f1912f612b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f60cf79a-641c-4116-9593-64f1912f612b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-74fd6065-a8ad-45d4-9a28-2db8b762bb92 {
  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-74fd6065-a8ad-45d4-9a28-2db8b762bb92 {
  padding-top: 13px;
padding-left: 13px;
padding-bottom: 13px;
padding-right: 13px;
}
}
#s-74fd6065-a8ad-45d4-9a28-2db8b762bb92 .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-74fd6065-a8ad-45d4-9a28-2db8b762bb92 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 0.8em;
  
  
}


}
#s-38018048-6af8-40ce-adae-26ec6a036b11 {
  min-height: 50px;
}








#s-38018048-6af8-40ce-adae-26ec6a036b11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38018048-6af8-40ce-adae-26ec6a036b11.shg-box.shg-c {
  justify-content: center;
}

#s-f2fdd47d-7f6e-46a0-9e80-5fb95e543439 {
  margin-bottom: 62px;
min-height: 50px;
}
@media (max-width: 767px){#s-f2fdd47d-7f6e-46a0-9e80-5fb95e543439 {
  margin-bottom: 51px;
}
}







#s-f2fdd47d-7f6e-46a0-9e80-5fb95e543439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2fdd47d-7f6e-46a0-9e80-5fb95e543439.shg-box.shg-c {
  justify-content: center;
}

#s-ceb7989b-8193-4f1e-aff9-84045a153fff {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ceb7989b-8193-4f1e-aff9-84045a153fff .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;
}
